mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🐛 Don't reset axis_did_move in ftmotion.reset
Co-Authored-By: narno2202 <130909513+narno2202@users.noreply.github.com>
This commit is contained in:
parent
29635232d3
commit
12d491c5f7
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue