Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic98 authored and github-actions[bot] committed Dec 19, 2024
1 parent 651e934 commit bc7cdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gcodeExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1749,9 +1749,9 @@ void GCodeExport::writeJerk(const Velocity& jerk)
}
current_jerk_ = jerk;

if(getFlavor() == EGCodeFlavor::CHEETAH)
if (getFlavor() == EGCodeFlavor::CHEETAH)
{
estimate_calculator_.setMaxXyJerk(jerk/200);
estimate_calculator_.setMaxXyJerk(jerk / 200);
}
else
{
Expand Down

0 comments on commit bc7cdca

Please sign in to comment.