Skip to content

Commit

Permalink
Merge branch '5.5' into CURA-11041_fracional_support_gap
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Sep 25, 2023
2 parents 94d6007 + 309adf8 commit 7b6453c
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 7b6453c

Please sign in to comment.