aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/screws_tilt_adjust.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/klippy/extras/screws_tilt_adjust.py b/klippy/extras/screws_tilt_adjust.py
index 35a87699..519794ba 100644
--- a/klippy/extras/screws_tilt_adjust.py
+++ b/klippy/extras/screws_tilt_adjust.py
@@ -19,12 +19,6 @@ class ScrewsTiltAdjust:
self.config = config
self.printer = config.get_printer()
self.screws = []
- # Verify that a probe exists
- try:
- self.printer.lookup_object("probe")
- except:
- raise self.gcode.error("Error: you must have a probe on "
- "your config file.")
# Read config
for i in range(99):
prefix = "screw%d" % (i + 1,)