mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-02 21:00:32 -07:00
idex_modes: Fixed dual_carriage axis range calculation after homing
Some checks failed
Build test / build (push) Has been cancelled
Some checks failed
Build test / build (push) Has been cancelled
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
This commit is contained in:
parent
e1ba7c17ce
commit
5eb07966b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue