Added setting "support_wall_count" to the expert setting's visibility list

This commit is contained in:
Aleksei S 2018-05-15 16:43:02 +02:00
parent 1756a952ae
commit 27c8b43133
2 changed files with 2 additions and 0 deletions

View File

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

View File

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