Skip to content

Commit

Permalink
Group outer wall order
Browse files Browse the repository at this point in the history
For the gradual flow we do want to group the outer walls in order to limit the number of flow changes.

CURA-11082
  • Loading branch information
casperlamboo committed Sep 25, 2023
1 parent 3a84955 commit 321d564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InsetOrderOptimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ bool InsetOrderOptimizer::addToLayer()

constexpr bool detect_loops = false;
constexpr Polygons* combing_boundary = nullptr;
constexpr bool group_outer_walls = false;
const auto group_outer_walls = false;
// When we alternate walls, also alternate the direction at which the first wall starts in.
// On even layers we start with normal direction, on odd layers with inverted direction.
PathOrderOptimizer<const ExtrusionLine*>
Expand Down

0 comments on commit 321d564

Please sign in to comment.