aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras')
-rw-r--r--klippy/extras/bed_screws.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/extras/bed_screws.py b/klippy/extras/bed_screws.py
index ed7b1658..e5ba66c0 100644
--- a/klippy/extras/bed_screws.py
+++ b/klippy/extras/bed_screws.py
@@ -55,6 +55,7 @@ class BedScrews:
toolhead.move(curpos, speed)
except homing.EndstopError as e:
raise self.gcode.error(str(e))
+ self.gcode.reset_last_position()
def move_to_screw(self, state, screw):
# Move up, over, and then down
self.move((None, None, self.horizontal_move_z), self.lift_speed)