-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add setting to group outer walls #16813
Add setting to group outer walls #16813
Conversation
…outer-walls' into CURA-11082-add-setting-to-group-outer-walls
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
CURA-11082 - Updated description
Description
This pr add a setting to the front end to group walls.
Backend-PR: Ultimaker/CuraEngine#1958
Type of change
How Has This Been Tested?
Ran from source
Test Configuration:
MacOS
Checklist:
CURA-11082