Skip to content

Commit

Permalink
Add setting to group outer walls
Browse files Browse the repository at this point in the history
CURA-11082
  • Loading branch information
casperlamboo committed Sep 25, 2023
1 parent 309adf8 commit ec8bcfc
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;
const auto group_outer_walls = false;
const auto group_outer_walls = settings.get<bool>("group_outer_walls");
// 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 ec8bcfc

Please sign in to comment.