mirror of https://github.com/Desuuuu/klipper.git
rotary_delta: The get_status() method should take eventtime parameter
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
0b05a38361
commit
9e8c4770ed
|
@ -121,7 +121,7 @@ class RotaryDeltaKinematics:
|
|||
move.limit_speed(self.max_z_velocity, move.accel)
|
||||
limit_xy2 = -1.
|
||||
self.limit_xy2 = limit_xy2
|
||||
def get_status(self):
|
||||
def get_status(self, eventtime):
|
||||
return {'homed_axes': '' if self.need_home else 'XYZ'}
|
||||
def get_calibration(self):
|
||||
return self.calibration
|
||||
|
|
Loading…
Reference in New Issue