aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/toolhead.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/toolhead.py')
-rw-r--r--klippy/toolhead.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/klippy/toolhead.py b/klippy/toolhead.py
index e258f473..25220ab8 100644
--- a/klippy/toolhead.py
+++ b/klippy/toolhead.py
@@ -348,9 +348,6 @@ class ToolHead:
while (not self.sync_print_time
or self.print_time >= self.mcu.estimated_print_time(eventtime)):
eventtime = self.reactor.pause(eventtime + 0.100)
- def query_endstops(self, query_flags=""):
- last_move_time = self.get_last_move_time()
- return self.kin.query_endstops(last_move_time, query_flags)
def set_extruder(self, extruder):
last_move_time = self.get_last_move_time()
self.extruder.set_active(last_move_time, False)