Skip to content

Commit

Permalink
Remove scaffolding (setting used to test implementation).
Browse files Browse the repository at this point in the history
part of CURA-11444
  • Loading branch information
rburema committed Feb 21, 2024
1 parent 44c262f commit b664e77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions src/WallToolPaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ const std::vector<VariableWidthLines>& WallToolPaths::generate()
return toolpaths_;
}

if (settings_.get<bool>("use_wagyu"))
{
prepared_outline = prepared_outline.removeNearSelfIntersections();
}
prepared_outline = prepared_outline.removeNearSelfIntersections();

const coord_t wall_transition_length = settings_.get<coord_t>("wall_transition_length");

Expand Down
1 change: 0 additions & 1 deletion tests/WallsComputationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class WallsComputationTest : public testing::Test
settings.add("wall_transition_length", "1");
settings.add("wall_x_extruder_nr", "0");
settings.add("wall_distribution_count", "2");
settings.add("use_wagyu", "true");
}
};

Expand Down

0 comments on commit b664e77

Please sign in to comment.