Explorar el Código

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

Nils Hasenbanck hace 6 años
padre
commit
0519ef0802
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Marlin/src/pins/pins_REMRAM_V1.h

+ 2
- 2
Marlin/src/pins/pins_REMRAM_V1.h Ver fichero

@@ -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…
Cancelar
Guardar