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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2021-12-23 16:57:52 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2021-12-23 16:57:52 +0300
commitaccdfd767145cfc1eb158d0c10cee853e12be349 (patch)
tree1924782100e0c66892c1fd6a313cdfa73da083f4 /resources/quality/ultimaker_s5
parent46e9bf9db694c9e495ef742402d035d4014859d5 (diff)
default linewidth = nozzle size
For arachne we have set all linewidths to nozzle size (in stead of a little smaller). the 0.3 profiles missed this refactor. PP-99
Diffstat (limited to 'resources/quality/ultimaker_s5')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg1
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg1
2 files changed, 0 insertions, 2 deletions
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..376cebd718 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,6 @@ 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)
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..bd3193df37 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,6 @@ 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)
wall_thickness = =line_width * 3
top_bottom_thickness = 1.2