mirror of https://github.com/Desuuuu/klipper.git
rotary_delta: Fix typo in get_status() homed_axes
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
58a0eb76c5
commit
20245d2e46
|
@ -126,7 +126,7 @@ class RotaryDeltaKinematics:
|
|||
self.limit_xy2 = limit_xy2
|
||||
def get_status(self, eventtime):
|
||||
return {
|
||||
'homed_axes': '' if self.need_home else 'XYZ',
|
||||
'homed_axes': '' if self.need_home else 'xyz',
|
||||
'axis_minimum': self.axes_min,
|
||||
'axis_maximum': self.axes_max,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue