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/key3d
parent00cc9ee9f52c88e3b6fe2142c3000ea804566edd (diff)
Update infill_rate resolve value for support_structure
CURA-6711
Diffstat (limited to 'resources/quality/key3d')
-rw-r--r--resources/quality/key3d/key3d_tyro_best.inst.cfg2
-rw-r--r--resources/quality/key3d/key3d_tyro_fast.inst.cfg2
-rw-r--r--resources/quality/key3d/key3d_tyro_normal.inst.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/resources/quality/key3d/key3d_tyro_best.inst.cfg b/resources/quality/key3d/key3d_tyro_best.inst.cfg
index 50a989446a..49d2ac2952 100644
--- a/resources/quality/key3d/key3d_tyro_best.inst.cfg
+++ b/resources/quality/key3d/key3d_tyro_best.inst.cfg
@@ -96,7 +96,7 @@ support_angle = 50
support_pattern = grid
support_wall_count = 0
zig_zaggify_support = False
-support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
+support_infill_rate = =20 if support_structure=='normal' else 0 if support_structure=='tree' else 20
support_infill_angles = [0]
support_brim_enable = True
support_brim_line_count = 5
diff --git a/resources/quality/key3d/key3d_tyro_fast.inst.cfg b/resources/quality/key3d/key3d_tyro_fast.inst.cfg
index 5908c970c8..c989044381 100644
--- a/resources/quality/key3d/key3d_tyro_fast.inst.cfg
+++ b/resources/quality/key3d/key3d_tyro_fast.inst.cfg
@@ -95,7 +95,7 @@ support_angle = 50
support_pattern = grid
support_wall_count = 0
zig_zaggify_support = False
-support_infill_rate = =15 if support_enable else 0 if support_tree_enable else 15
+support_infill_rate = =15 if support_structure=='normal' else 0 if support_structure=='tree' else 15
support_infill_angles = [0]
support_brim_enable = True
support_brim_line_count = 5
diff --git a/resources/quality/key3d/key3d_tyro_normal.inst.cfg b/resources/quality/key3d/key3d_tyro_normal.inst.cfg
index a597f49798..2ea1e491c4 100644
--- a/resources/quality/key3d/key3d_tyro_normal.inst.cfg
+++ b/resources/quality/key3d/key3d_tyro_normal.inst.cfg
@@ -95,7 +95,7 @@ support_angle = 50
support_pattern = grid
support_wall_count = 0
zig_zaggify_support = False
-support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
+support_infill_rate = =20 if support_structure=='normal' else 0 if support_structure=='tree' else 20
support_infill_angles = [0]
support_brim_enable = True
support_brim_line_count = 5