Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-12-31 16:52:42 +0300
committerGhostkeeper <rubend@tutanota.com>2021-12-31 16:52:42 +0300
commitfb41993e5af77d8f01f2f1f39d9216a1e00d8551 (patch)
tree00515645a91c0175791d100468d567036bc82367
parentf97f7ca6af8e9e718722d8d308b28c26ea20c290 (diff)
parent19821d8d684ea47350ef155229a787353c0d1f4b (diff)
Merge branch 'PP-99_Line-width-fix-for-0.3mm-profiles'
-rw-r--r--resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg4
-rw-r--r--resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg4
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg4
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg4
4 files changed, 12 insertions, 4 deletions
diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg
index 27f152db21..e83cdc90db 100644
--- a/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_PLA_VeryDraft_Print.inst.cfg
@@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
-infill_line_width = =round(line_width * 0.42 / 0.35, 2)
+line_width = =machine_nozzle_size
+wall_line_width_x = =line_width
+infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 0.9
diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg
index b2d5fc0aae..fa4bf018fa 100644
--- a/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_TPLA_VeryDraft_Print.inst.cfg
@@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
-infill_line_width = =round(line_width * 0.42 / 0.35, 2)
+line_width = =machine_nozzle_size
+wall_line_width_x = =line_width
+infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 1.2
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg
index 96d88944a5..504e801ff5 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg
@@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
-infill_line_width = =round(line_width * 0.42 / 0.35, 2)
+line_width = =machine_nozzle_size
+wall_line_width_x = =line_width
+infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 0.9
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg
index e1383d3563..99102f4ea0 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg
@@ -37,7 +37,9 @@ prime_tower_enable = False
skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
skin_overlap = 20
-infill_line_width = =round(line_width * 0.42 / 0.35, 2)
+line_width = =machine_nozzle_size
+wall_line_width_x = =line_width
+infill_line_width = =line_width
wall_thickness = =line_width * 3
top_bottom_thickness = 1.2