mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 12:39:03 +08:00
Put group outer walls in experimental
CURA-11082
This commit is contained in:
parent
383d1b44a7
commit
8d36f0a9fe
@ -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…
x
Reference in New Issue
Block a user