Fix IDEX homing X0 wrong direction (#12200)
This commit is contained in:
parent
0a549fd1f2
commit
aebbb2359d
@ -1746,10 +1746,10 @@ uint32_t Stepper::stepper_block_phase_isr() {
|
|||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
last_direction_bits = current_block->direction_bits;
|
last_direction_bits = current_block->direction_bits;
|
||||||
set_directions();
|
|
||||||
#if EXTRUDERS > 1
|
#if EXTRUDERS > 1
|
||||||
last_moved_extruder = stepper_extruder;
|
last_moved_extruder = stepper_extruder;
|
||||||
#endif
|
#endif
|
||||||
|
set_directions();
|
||||||
}
|
}
|
||||||
|
|
||||||
// At this point, we must ensure the movement about to execute isn't
|
// At this point, we must ensure the movement about to execute isn't
|
||||||
|
Loading…
Reference in New Issue
Block a user