Browse Source

Correction to Printrboard SDSS pin (#10677)

Co-Authored-By: Simon Swenson <simon-swenson-8351@users.noreply.github.com>
Scott Lahteine 7 years ago
parent
commit
fe5c308872
No account linked to committer's email address
1 changed files with 6 additions and 8 deletions
  1. 6
    8
      Marlin/src/pins/pins_PRINTRBOARD.h

+ 6
- 8
Marlin/src/pins/pins_PRINTRBOARD.h View File

@@ -74,11 +74,7 @@
74 74
 // Limit Switches
75 75
 //
76 76
 #define X_STOP_PIN         47   // E3
77
-#if ENABLED(SDSUPPORT)
78
-  #define Y_STOP_PIN       37   // E5 - Move Ystop to Estop socket
79
-#else
80
-  #define Y_STOP_PIN       20   // B0 SS - Ystop in Ystop socket
81
-#endif
77
+#define Y_STOP_PIN         20   // B0 SS
82 78
 #define Z_STOP_PIN         36   // E4
83 79
 
84 80
 //
@@ -120,7 +116,7 @@
120 116
 //
121 117
 // Misc. Functions
122 118
 //
123
-#define SDSS               20   // B0 SS
119
+#define SDSS               26   // B6 SDCS
124 120
 #define FILWIDTH_PIN        2   // Analog Input
125 121
 
126 122
 //
@@ -146,16 +142,18 @@
146 142
     #define BTN_EN2         3   // D3 RX1   JP2-7
147 143
     #define BTN_ENC        45   // F7 TDI   JP2-12
148 144
 
145
+    #undef SDSS
149 146
     #define SDSS           43   // F5 TMS   JP2-8
150 147
 
151
-    #define STAT_LED_RED_PIN  12   // C2       JP11-14
152
-    #define STAT_LED_BLUE_PIN 10   // C0       JP11-12
148
+    #define STAT_LED_RED_PIN  12   // C2    JP11-14
149
+    #define STAT_LED_BLUE_PIN 10   // C0    JP11-12
153 150
 
154 151
   #elif ENABLED(LCD_I2C_PANELOLU2)
155 152
 
156 153
     #define BTN_EN1         3   // D3 RX1   JP2-7
157 154
     #define BTN_EN2         2   // D2 TX1   JP2-5
158 155
     #define BTN_ENC        41   // F3       JP2-4
156
+    #undef SDSS
159 157
     #define SDSS           38   // F0       B-THERM connector - use SD card on Panelolu2
160 158
 
161 159
   #else

Loading…
Cancel
Save