aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_screws.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/bed_screws.py')
-rw-r--r--klippy/extras/bed_screws.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/klippy/extras/bed_screws.py b/klippy/extras/bed_screws.py
index e5ba66c0..0e889377 100644
--- a/klippy/extras/bed_screws.py
+++ b/klippy/extras/bed_screws.py
@@ -51,10 +51,7 @@ class BedScrews:
for i in range(len(coord)):
if coord[i] is not None:
curpos[i] = coord[i]
- try:
- toolhead.move(curpos, speed)
- except homing.EndstopError as e:
- raise self.gcode.error(str(e))
+ toolhead.move(curpos, speed)
self.gcode.reset_last_position()
def move_to_screw(self, state, screw):
# Move up, over, and then down