Browse Source

Merge pull request #2902 from Naruto-kyun/patch-1

Update stepper.cpp
pull/1/head
Richard Wackerbarth 9 years ago
parent
commit
51aa7d93eb
  1. 7
      Marlin/stepper.cpp

7
Marlin/stepper.cpp

@ -942,6 +942,13 @@ void st_init() {
WRITE(Z_MIN_PIN,HIGH);
#endif
#endif
#if HAS_Z2_MIN
SET_INPUT(Z2_MIN_PIN);
#if ENABLED(ENDSTOPPULLUP_ZMIN)
WRITE(Z2_MIN_PIN,HIGH);
#endif
#endif
#if HAS_X_MAX
SET_INPUT(X_MAX_PIN);

Loading…
Cancel
Save