Skip to content
Snippets Groups Projects
Unverified Commit fe5c3088 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Correction to Printrboard SDSS pin (#10677)

parent 265161ba
Loading
...@@ -74,11 +74,7 @@ ...@@ -74,11 +74,7 @@
// Limit Switches // Limit Switches
// //
#define X_STOP_PIN 47 // E3 #define X_STOP_PIN 47 // E3
#if ENABLED(SDSUPPORT) #define Y_STOP_PIN 20 // B0 SS
#define Y_STOP_PIN 37 // E5 - Move Ystop to Estop socket
#else
#define Y_STOP_PIN 20 // B0 SS - Ystop in Ystop socket
#endif
#define Z_STOP_PIN 36 // E4 #define Z_STOP_PIN 36 // E4
// //
...@@ -120,7 +116,7 @@ ...@@ -120,7 +116,7 @@
// //
// Misc. Functions // Misc. Functions
// //
#define SDSS 20 // B0 SS #define SDSS 26 // B6 SDCS
#define FILWIDTH_PIN 2 // Analog Input #define FILWIDTH_PIN 2 // Analog Input
// //
...@@ -146,6 +142,7 @@ ...@@ -146,6 +142,7 @@
#define BTN_EN2 3 // D3 RX1 JP2-7 #define BTN_EN2 3 // D3 RX1 JP2-7
#define BTN_ENC 45 // F7 TDI JP2-12 #define BTN_ENC 45 // F7 TDI JP2-12
#undef SDSS
#define SDSS 43 // F5 TMS JP2-8 #define SDSS 43 // F5 TMS JP2-8
#define STAT_LED_RED_PIN 12 // C2 JP11-14 #define STAT_LED_RED_PIN 12 // C2 JP11-14
...@@ -156,6 +153,7 @@ ...@@ -156,6 +153,7 @@
#define BTN_EN1 3 // D3 RX1 JP2-7 #define BTN_EN1 3 // D3 RX1 JP2-7
#define BTN_EN2 2 // D2 TX1 JP2-5 #define BTN_EN2 2 // D2 TX1 JP2-5
#define BTN_ENC 41 // F3 JP2-4 #define BTN_ENC 41 // F3 JP2-4
#undef SDSS
#define SDSS 38 // F0 B-THERM connector - use SD card on Panelolu2 #define SDSS 38 // F0 B-THERM connector - use SD card on Panelolu2
#else #else
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment