浏览代码

Specify some extra CR-10S pins

Scott Lahteine 7 年前
父节点
当前提交
32de09f5c5
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h

+ 4
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration.h 查看文件

@@ -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

正在加载...
取消
保存