浏览代码

Creality pins updates (#14979)

InsanityAutomation 5 年前
父节点
当前提交
6039893981
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h

+ 5
- 0
Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h 查看文件

@@ -35,6 +35,11 @@
35 35
 #define MOSFET_D_PIN 7
36 36
 
37 37
 #define FIL_RUNOUT_PIN 2
38
+#if NUM_RUNOUT_SENSORS > 1
39
+  #define FIL_RUNOUT2_PIN 15 // Creality CR-X can use dual runout sensors
40
+#endif
41
+
42
+#define SD_DETECT_PIN 49   // Always define onboard SD detect
38 43
 
39 44
 #include "pins_RAMPS.h"
40 45
 

正在加载...
取消
保存