Skip to content

Commit

Permalink
Macros: fix inverted min cruise ratio in SET_VELOCITYLIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Nov 8, 2024
1 parent 90a0718 commit 0f11695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/overrides.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ gcode:

DEBUG_ECHO PREFIX="SET_VELOCITY_LIMIT" MSG="ACCEL={accel}, VELOCITY={velocity}, SQUARE_CORNER_VELOCITY={scv}, MINIMUM_CRUISE_RATIO={mcr}"

SET_VELOCITY_LIMIT_BASE ACCEL={accel} VELOCITY={velocity} SQUARE_CORNER_VELOCITY={scv} MINIMUM_CRUISE_RATIO={mcr}
SET_VELOCITY_LIMIT_BASE ACCEL={accel} VELOCITY={velocity} SQUARE_CORNER_VELOCITY={scv} MINIMUM_CRUISE_RATIO={1-mcr}

{% else %}

Expand Down

0 comments on commit 0f11695

Please sign in to comment.