mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added setting "support_wall_count" to the expert setting's visibility list
This commit is contained in:
parent
1756a952ae
commit
27c8b43133
2 changed files with 2 additions and 0 deletions
|
|
@ -3713,6 +3713,7 @@
|
||||||
"maximum_value_warning": "3",
|
"maximum_value_warning": "3",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"value": "1 if (support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'concentric') else 0",
|
"value": "1 if (support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'concentric') else 0",
|
||||||
|
"enabled": "support_enable",
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -220,6 +220,7 @@ support_bottom_extruder_nr
|
||||||
support_type
|
support_type
|
||||||
support_angle
|
support_angle
|
||||||
support_pattern
|
support_pattern
|
||||||
|
support_wall_count
|
||||||
zig_zaggify_support
|
zig_zaggify_support
|
||||||
support_connect_zigzags
|
support_connect_zigzags
|
||||||
support_infill_rate
|
support_infill_rate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue