Skip to content

Commit

Permalink
🐛 Don't reset axis_did_move in ftmotion.reset
Browse files Browse the repository at this point in the history
Co-Authored-By: narno2202 <[email protected]>
  • Loading branch information
thinkyhead and narno2202 committed Jan 22, 2025
1 parent 2963523 commit 12d491c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Marlin/src/module/ft_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ void FTMotion::reset() {
steps.reset();
interpIdx = 0;

stepper.axis_did_move.reset();

#if HAS_FTM_SHAPING
TERN_(HAS_X_AXIS, ZERO(shaping.x.d_zi));
TERN_(HAS_Y_AXIS, ZERO(shaping.y.d_zi));
Expand Down

0 comments on commit 12d491c

Please sign in to comment.