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:
authorp.kuiper <p.kuiper@ultimaker.com>2021-12-09 10:16:16 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2021-12-09 10:16:16 +0300
commit7b4bc6958c3cbc03ab868b63fdd24133df739d98 (patch)
treeb65d3a587cda24e55a7d41a32d07e66926c55c0b /resources/quality/ultimaker_s5
parent763a7dd4f37b6a8bb9e94c51b4050e44ae08cb66 (diff)
Added the new high density infill pattern change
Relates to PP-50
Diffstat (limited to 'resources/quality/ultimaker_s5')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg2
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_TPLA_VeryDraft_Print.inst.cfg2
2 files changed, 4 insertions, 0 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 faf5a1e15f..46b02cd3f0 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
@@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2)
wall_thickness = =line_width * 3
top_bottom_thickness = 0.9
+infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
+
raft_airgap = =0.25
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 a48506444c..9d15d231b6 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
@@ -40,4 +40,6 @@ infill_line_width = =round(line_width * 0.42 / 0.35, 2)
wall_thickness = =line_width * 3
top_bottom_thickness = 1.2
+infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
+
raft_airgap = =0.25