Skip to content
Snippets Groups Projects
Commit b742af2e authored by Scott Lahteine's avatar Scott Lahteine Committed by Richard Wackerbarth
Browse files

Move Y_STOP_PIN for Printrboard with SD (PR#2420)

parent e0f4fc20
Branches
Tags
Loading
...@@ -45,7 +45,11 @@ ...@@ -45,7 +45,11 @@
#endif #endif
#define X_STOP_PIN 35 #define X_STOP_PIN 35
#define Y_STOP_PIN 8 #ifdef SDSUPPORT
#define Y_STOP_PIN 37 // Move Ystop to Estop socket
#else
#define Y_STOP_PIN 8 // Ystop in Ystop socket
#endif
#define Z_STOP_PIN 36 #define Z_STOP_PIN 36
#define TEMP_0_PIN 1 // Extruder / Analog pin numbering #define TEMP_0_PIN 1 // Extruder / Analog pin numbering
#define TEMP_BED_PIN 0 // Bed / Analog pin numbering #define TEMP_BED_PIN 0 // Bed / Analog pin numbering
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment