diff options
Diffstat (limited to 'klippy/kinematics/winch.py')
-rw-r--r-- | klippy/kinematics/winch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/klippy/kinematics/winch.py b/klippy/kinematics/winch.py index 30e18949..101fc292 100644 --- a/klippy/kinematics/winch.py +++ b/klippy/kinematics/winch.py @@ -48,8 +48,6 @@ class WinchKinematics: def check_move(self, move): # XXX - boundary checks and speed limits not implemented pass - def move(self, print_time, move): - pass def get_status(self): # XXX - homed_checks and rail limits not implemented return {'homed_axes': 'XYZ'} |