mirror of
https://github.com/grblHAL/core.git
synced 2026-09-26 18:17:54 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user