mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Added "group_walls" setting.
This commit is contained in:
parent
e1455a4551
commit
6720e1c2ee
1 changed files with 8 additions and 0 deletions
|
@ -989,6 +989,14 @@
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"group_walls":
|
||||||
|
{
|
||||||
|
"label": "Group Walls",
|
||||||
|
"description": "Print all the walls for a single outline or hole before moving on to the next outline or hole.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"alternate_extra_perimeter":
|
"alternate_extra_perimeter":
|
||||||
{
|
{
|
||||||
"label": "Alternate Extra Wall",
|
"label": "Alternate Extra Wall",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue