mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-12 16:26:05 +01:00
probe: Rename get_position() callback to get_probed_position()
The different uses of get_position() can be confusing, so choose a different name for the ProbePointsHelper callback. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -207,7 +207,7 @@ class ProbePointsHelper:
|
||||
def cmd_NEXT(self, params):
|
||||
# Record current position
|
||||
self.toolhead.wait_moves()
|
||||
self.results.append(self.callback.get_position())
|
||||
self.results.append(self.callback.get_probed_position())
|
||||
# Lift toolhead
|
||||
curpos = self.toolhead.get_position()
|
||||
curpos[2] = self.horizontal_move_z
|
||||
|
||||
Reference in New Issue
Block a user