mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Put group outer walls in experimental
CURA-11082
This commit is contained in:
parent
383d1b44a7
commit
8d36f0a9fe
2 changed files with 7 additions and 9 deletions
|
@ -1162,14 +1162,6 @@
|
|||
"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",
|
||||
|
@ -8133,6 +8125,13 @@
|
|||
"resolve": "max(extruderValues('raft_base_wall_count'))",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"group_outer_walls": {
|
||||
"label": "Group Outer Walls",
|
||||
"description": "When enabled outer walls of different islands 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": true,
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -23,7 +23,6 @@ wall_x_extruder_nr
|
|||
wall_thickness
|
||||
wall_line_count
|
||||
optimize_wall_printing_order
|
||||
group_outer_walls
|
||||
xy_offset
|
||||
|
||||
[top_bottom]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue