Fix endstops enable behavior during probing
Fix a bug introduced in #9582
This commit is contained in:
@ -2098,7 +2098,6 @@ void Stepper::init() {
|
||||
|
||||
ENABLE_STEPPER_DRIVER_INTERRUPT();
|
||||
|
||||
endstops.enable(true); // Start with endstops active. After homing they can be disabled
|
||||
sei();
|
||||
set_directions(); // Init directions to last_direction_bits = 0 Keeps Z from being reversed
|
||||
}
|
||||
|
Reference in New Issue
Block a user