mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 08:30:26 +09:00
toolhead: Report which axes are homed via get_status()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user