mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Add setting to group outer walls
CURA-11082
This commit is contained in:
parent
e355c8f6e8
commit
43694fde1c
1 changed files with 7 additions and 0 deletions
|
@ -1162,6 +1162,13 @@
|
|||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"group_outer_walls": {
|
||||
"label": "Group Outer Walls",
|
||||
"description": "When enabled outer walls of the same island are printed in-sequence. When enabled the this limits the amount of flow changes, while disabling reduces the amount of travels",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"inset_direction":
|
||||
{
|
||||
"label": "Wall Ordering",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue