0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-06-30 10:50:44 +00:00

Fix endstops enable behavior during probing

Fix a bug introduced in 
This commit is contained in:
Scott Lahteine 2018-11-04 20:51:54 -06:00
parent 07a0822ebe
commit 5182eaf661
2 changed files with 3 additions and 4 deletions
Marlin/src/module

View file

@ -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
}