From 36832739369ab2f66beb1bad732523b5c3687ff7 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 24 Nov 2019 19:16:21 -0500 Subject: toolhead: Report which axes are homed via get_status() 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 6fe9884f..7df1010a 100644 --- a/klippy/kinematics/none.py +++ b/klippy/kinematics/none.py @@ -17,7 +17,7 @@ class NoneKinematics: pass def check_move(self, move): pass - def get_status(self): + def get_status(self, eventtime): return {'homed_axes': ''} def load_kinematics(toolhead, config): -- cgit v1.2.3-70-g09d2