mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Upgrade usage of support_tree_enabled
This setting no longer exists. Contributes to issue CURA-7752.
This commit is contained in:
parent
87eca6f46a
commit
55f0c10f94
1 changed files with 3 additions and 3 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue