Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored and github-actions[bot] committed Nov 8, 2023
1 parent 961e100 commit 103a8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PrimeTower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ void PrimeTower::generateGroundpoly()

void PrimeTower::generatePaths(const SliceDataStorage& storage)
{
would_have_actual_tower
= storage.max_print_height_second_to_last_extruder >= -Raft::getTotalExtraLayers() + 1; // Maybe it turns out that we don't need a prime tower after all because there are no layer switches.
would_have_actual_tower = storage.max_print_height_second_to_last_extruder
>= -Raft::getTotalExtraLayers() + 1; // Maybe it turns out that we don't need a prime tower after all because there are no layer switches.
if (would_have_actual_tower && enabled)
{
generatePaths_denseInfill();
Expand Down

0 comments on commit 103a8ba

Please sign in to comment.