mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-30 07:17:59 +00:00
🐛 Apply direction bits at startup
This commit is contained in:
parent
4528fde7f9
commit
d93aa0c384
@ -3156,6 +3156,9 @@ void Stepper::init() {
|
||||
sei();
|
||||
#endif
|
||||
|
||||
// Init direction states
|
||||
apply_directions();
|
||||
|
||||
#if HAS_MOTOR_CURRENT_SPI || HAS_MOTOR_CURRENT_PWM
|
||||
initialized = true;
|
||||
digipot_init();
|
||||
|
Loading…
Reference in New Issue
Block a user