Upgrade usage of support_tree_enabled

This setting no longer exists.

Contributes to issue CURA-7752.
This commit is contained in:
Ghostkeeper 2020-10-05 17:59:57 +02:00
parent 87eca6f46a
commit 55f0c10f94
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -144,7 +144,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_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" },