mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
idex_modes: Fixed dual_carriage axis range calculation after homing
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
This commit is contained in:
parent
e1ba7c17ce
commit
5eb07966b5
@ -124,7 +124,7 @@ class DualCarriages:
|
||||
self.toggle_active_dc_rail(dc)
|
||||
kin.home_axis(homing_state, axis, dc.rail)
|
||||
# Restore the original rails ordering
|
||||
self.toggle_active_dc_rail(dcs[0])
|
||||
self.activate_dc_mode(dcs[0], PRIMARY)
|
||||
def get_status(self, eventtime=None):
|
||||
status = {'carriages' : {dc.get_name() : dc.mode
|
||||
for dc in self.dc_rails.values()}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user