mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:09:02 +08: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
@ -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…
x
Reference in New Issue
Block a user