Skip to content

Commit

Permalink
Merge pull request #16813 from Ultimaker/CURA-11082-add-setting-to-gr…
Browse files Browse the repository at this point in the history
…oup-outer-walls

Add setting to group outer walls
  • Loading branch information
casperlamboo authored Sep 26, 2023
2 parents e355c8f + 07dc257 commit 9e03abb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -8125,6 +8125,14 @@
"resolve": "max(extruderValues('raft_base_wall_count'))",
"settable_per_mesh": false,
"settable_per_extruder": false
},
"group_outer_walls":
{
"label": "Group Outer Walls",
"description": "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped.",
"type": "bool",
"default_value": true,
"settable_per_mesh": true
}
}
},
Expand Down
1 change: 1 addition & 0 deletions resources/setting_visibility/expert.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ wall_0_wipe_dist
wall_0_inset
wall_transition_filter_distance
optimize_wall_printing_order
group_outer_walls
inset_direction
alternate_extra_perimeter
fill_outline_gaps
Expand Down

0 comments on commit 9e03abb

Please sign in to comment.