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:
authorKostas Karmas <konskarm@gmail.com>2020-07-23 16:49:55 +0300
committerKostas Karmas <konskarm@gmail.com>2020-07-23 16:49:55 +0300
commit3527e94b24810f79056d0df6fd0d9a5b31fb0ac0 (patch)
treed142dac0d170f5cda03e7a173e43751fe9b4b203 /resources/definitions/rigid3d_base.def.json
parent94fb779dffd92fc32bda9e62647855bf9c879102 (diff)
Remove references to support_tree_enable in 3rd-party printers
CURA-6711
Diffstat (limited to 'resources/definitions/rigid3d_base.def.json')
-rw-r--r--resources/definitions/rigid3d_base.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/rigid3d_base.def.json b/resources/definitions/rigid3d_base.def.json
index 76f2ec54f8..d8bdfdc395 100644
--- a/resources/definitions/rigid3d_base.def.json
+++ b/resources/definitions/rigid3d_base.def.json
@@ -248,7 +248,7 @@
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
"support_pattern": { "value": "'zigzag'" },
- "support_infill_rate": { "value": "0 if support_tree_enable else 20" },
+ "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
"support_use_towers": { "value": false },
"support_xy_distance": { "value": "wall_line_width_0 * 2" },
"support_xy_distance_overhang": { "value": "wall_line_width_0" },