Skip to content

Commit

Permalink
Update MarlinCore.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 25, 2020
1 parent 81b78f2 commit f377f73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Marlin/src/MarlinCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@ void stop() {
}

inline void tmc_standby_setup() {
// TMC Low Power Standby pins need to be set as early as possible or they won't be usable
#if PIN_EXISTS(X_STDBY)
SET_INPUT_PULLDOWN(X_STDBY_PIN);
#endif
Expand Down Expand Up @@ -940,7 +939,7 @@ inline void tmc_standby_setup() {
*/
void setup() {

tmc_standby_setup();
tmc_standby_setup(); // TMC Low Power Standby pins must be set early or they're not usable

#if ENABLED(MARLIN_DEV_MODE)
auto log_current_ms = [&](PGM_P const msg) {
Expand Down

0 comments on commit f377f73

Please sign in to comment.