Skip to content

Commit

Permalink
Fix for mode switch before slew option
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Sep 20, 2021
1 parent 65b22bc commit 806bc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnStep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ void loop2() {
}

// FASTEST POLLING -----------------------------------------------------------------------------------
#if AXIS1_DRIVER_MODEL == TMC_SPI
#if MODE_SWITCH_BEFORE_SLEW == OFF && AXIS1_DRIVER_MODEL == TMC_SPI
autoModeSwitch();
#endif

Expand Down

0 comments on commit 806bc92

Please sign in to comment.