Skip to content

Commit

Permalink
Add setting to group outer walls (Ultimaker#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored Sep 26, 2023
2 parents 309adf8 + ec8bcfc commit c2139cf
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 c2139cf

Please sign in to comment.