mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 22:06:31 +08:00
Added setting "support_wall_count" to the expert setting's visibility list
This commit is contained in:
parent
1756a952ae
commit
27c8b43133
@ -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…
x
Reference in New Issue
Block a user