Browse Source

Creality pins updates (#14979)

InsanityAutomation 5 years ago
parent
commit
6039893981
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h

+ 5
- 0
Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h View File

35
 #define MOSFET_D_PIN 7
35
 #define MOSFET_D_PIN 7
36
 
36
 
37
 #define FIL_RUNOUT_PIN 2
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
 #include "pins_RAMPS.h"
44
 #include "pins_RAMPS.h"
40
 
45
 

Loading…
Cancel
Save