Skip to content

Commit

Permalink
Group outer wall order (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored Sep 25, 2023
2 parents 3a84955 + 321d564 commit 309adf8
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 309adf8

Please sign in to comment.