Skip to content
Snippets Groups Projects
Commit 51aa7d93 authored by Richard Wackerbarth's avatar Richard Wackerbarth
Browse files

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

Update stepper.cpp
parents f6950acb 29326026
Branches
No related tags found
No related merge requests found
...@@ -943,6 +943,13 @@ void st_init() { ...@@ -943,6 +943,13 @@ void st_init() {
#endif #endif
#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 #if HAS_X_MAX
SET_INPUT(X_MAX_PIN); SET_INPUT(X_MAX_PIN);
#if ENABLED(ENDSTOPPULLUP_XMAX) #if ENABLED(ENDSTOPPULLUP_XMAX)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment