mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-11 15:56:04 +01:00
kinematics: Add get_status() method to kinematics
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
committed by
KevinOConnor
parent
09f323a038
commit
f958542ebb
@@ -21,6 +21,8 @@ class NoneKinematics:
|
||||
pass
|
||||
def move(self, print_time, move):
|
||||
pass
|
||||
def get_status(self):
|
||||
return {'homed_axes': ''}
|
||||
|
||||
def load_kinematics(toolhead, config):
|
||||
return NoneKinematics(toolhead, config)
|
||||
|
||||
Reference in New Issue
Block a user