Browse Source

Specify some extra CR-10S pins

Scott Lahteine 7 years ago
parent
commit
32de09f5c5
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h

+ 4
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration.h View File

@@ -134,6 +134,10 @@
134 134
 // Please choose the name from boards.h that matches your setup
135 135
 #ifndef MOTHERBOARD
136 136
   #define MOTHERBOARD BOARD_RAMPS_14_EFB
137
+  #define PIN_EXP1 65 // A11
138
+  #define PIN_EXP2 66 // A12
139
+  #define PIN_EXP3 11 // SERVO0_PIN
140
+  #define PIN_EXP4 12 // PS_ON_PIN
137 141
 #endif
138 142
 
139 143
 // Optional custom name for your RepStrap or other custom machine

Loading…
Cancel
Save