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:
authorNino van Hooff <ninovanhooff@gmail.com>2020-07-10 12:23:28 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-07-10 12:23:28 +0300
commite006bad297ef50d4408e192dece4f5fe78bc54c2 (patch)
tree30c43fe32151ff57be17b733e806d30c209b9216 /resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg
parent00cc9ee9f52c88e3b6fe2142c3000ea804566edd (diff)
Update infill_rate resolve value for support_structure
CURA-6711
Diffstat (limited to 'resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg
index 51ed81c003..096da32189 100644
--- a/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_aa0.4_BAM_Draft_Print.inst.cfg
@@ -37,4 +37,4 @@ support_angle = 45
support_join_distance = 5
support_offset = 2
support_pattern = triangles
-support_infill_rate = =10 if support_enable else 0 if support_tree_enable else 10
+support_infill_rate = =10 if support_structure=='normal' else 0 if support_structure=='tree' else 10