mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Make support wall line count visible when tree support is enabled
Oops, otherwise this can't be used (found during testing). Contributes to issue CURA-7077.
This commit is contained in:
parent
a3c5435a1d
commit
ce5f7ce821
1 changed files with 1 additions and 1 deletions
|
@ -4233,7 +4233,7 @@
|
|||
"maximum_value_warning": "3",
|
||||
"type": "int",
|
||||
"value": "1 if support_tree_enable else (1 if (support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'concentric') else 0)",
|
||||
"enabled": "support_enable",
|
||||
"enabled": "support_enable or support_tree_enable",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue