Skip to content

Commit d93aa0c

Browse files
committed
🐛 Apply direction bits at startup
1 parent 4528fde commit d93aa0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Marlin/src/module/stepper.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -3156,6 +3156,9 @@ void Stepper::init() {
31563156
sei();
31573157
#endif
31583158

3159+
// Init direction states
3160+
apply_directions();
3161+
31593162
#if HAS_MOTOR_CURRENT_SPI || HAS_MOTOR_CURRENT_PWM
31603163
initialized = true;
31613164
digipot_init();

0 commit comments

Comments
 (0)