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:
Ghostkeeper 2019-12-23 16:13:23 +01:00
parent a3c5435a1d
commit ce5f7ce821
No known key found for this signature in database
GPG key ID: 37E2020986774393

View file

@ -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