aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/stepper.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/stepper.py')
-rw-r--r--klippy/stepper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/stepper.py b/klippy/stepper.py
index 8feb72b5..bb95d4ed 100644
--- a/klippy/stepper.py
+++ b/klippy/stepper.py
@@ -163,6 +163,7 @@ class MCU_stepper:
if ret:
raise error("Internal error in stepcompress")
self._set_mcu_position(last_pos)
+ self._mcu.get_printer().send_event("stepper:sync_mcu_position", self)
def set_trapq(self, tq):
ffi_main, ffi_lib = chelper.get_ffi()
if tq is None: