From 6ab253366cca1b5d2d8e9dec6ea243c0853612f7 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 10 Jan 2025 11:58:26 -0500 Subject: force_move: Use strings for axes to clear in clear_homing_state() Pass a string such as "xyz" to kin.clear_homing_state(). This makes the parameter a little less cryptic. 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 fda1f073..d9f9d21d 100644 --- a/klippy/kinematics/none.py +++ b/klippy/kinematics/none.py @@ -13,7 +13,7 @@ class NoneKinematics: return [0, 0, 0] def set_position(self, newpos, homing_axes): pass - def clear_homing_state(self, axes): + def clear_homing_state(self, clear_axes): pass def home(self, homing_state): pass -- cgit v1.2.3-70-g09d2