Skip to content

Commit 12d491c

Browse files
thinkyheadnarno2202
andcommitted
🐛 Don't reset axis_did_move in ftmotion.reset
Co-Authored-By: narno2202 <[email protected]>
1 parent 2963523 commit 12d491c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Marlin/src/module/ft_motion.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ void FTMotion::reset() {
382382
steps.reset();
383383
interpIdx = 0;
384384

385-
stepper.axis_did_move.reset();
386-
387385
#if HAS_FTM_SHAPING
388386
TERN_(HAS_X_AXIS, ZERO(shaping.x.d_zi));
389387
TERN_(HAS_Y_AXIS, ZERO(shaping.y.d_zi));

0 commit comments

Comments
 (0)