Browse Source

Update pins for final RemRam v1.3 board (#12125)

Nils Hasenbanck 6 years ago
parent
commit
0519ef0802
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/pins_REMRAM_V1.h

+ 2
- 2
Marlin/src/pins/pins_REMRAM_V1.h View File

@@ -106,9 +106,9 @@
106 106
 #define SERVO0_PIN         26   // PWM_EXT1
107 107
 #define SERVO1_PIN         27   // PWM_EXT2
108 108
 
109
-#define SDSS                9
109
+#define SDSS               57   // Onboard SD card reader
110
+//#define SDSS              9   // LCD SD card reader
110 111
 #define LED_PIN            21   // STATUS_LED
111
-#define KILL_PIN           57
112 112
 
113 113
 //
114 114
 // LCD / Controller

Loading…
Cancel
Save