From c0d860487a70a05d44973d53a981e935ce7b3ad0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 1 May 2021 00:27:43 -0400 Subject: stepper: Remove set_tag_position() code Have callers store the stepper positions in a dict. Signed-off-by: Kevin O'Connor --- klippy/kinematics/none.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/kinematics/none.py') diff --git a/klippy/kinematics/none.py b/klippy/kinematics/none.py index fdc3d4c4..ff3c57a9 100644 --- a/klippy/kinematics/none.py +++ b/klippy/kinematics/none.py @@ -9,7 +9,7 @@ class NoneKinematics: self.axes_minmax = toolhead.Coord(0., 0., 0., 0.) def get_steppers(self): return [] - def calc_tag_position(self): + def calc_position(self, stepper_positions): return [0, 0, 0] def set_position(self, newpos, homing_axes): pass -- cgit v1.2.3-70-g09d2