Fixes for backlash compensation: no longer resets current direction on a soft reset/stop, added handling of backlash setting changes per axis.

This commit is contained in:
Terje Io
2022-02-11 18:50:21 +01:00
parent 0fd41b49bf
commit fce9920936
10 changed files with 40 additions and 31 deletions
-3
View File
@@ -363,9 +363,6 @@ static void state_await_motion_cancel (uint_fast16_t rt_exec)
plan_reset();
st_reset();
sync_position();
#ifdef ENABLE_BACKLASH_COMPENSATION
mc_sync_backlash_position();
#endif
sys.suspend = false;
}
state_set(pending_state);