Browse Source

Return set_directions() to stepper.cpp (#12182)

Initial manual Z move can be negative if your stepper is inverted. Leads to bad situations for crashed or initially booted printers.
pull/1/head
forkoz 6 years ago
committed by Scott Lahteine
parent
commit
3a3ab3391f
  1. 1
      Marlin/src/module/stepper.cpp

1
Marlin/src/module/stepper.cpp

@ -2088,6 +2088,7 @@ void Stepper::init() {
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
}
/**

Loading…
Cancel
Save