Browse Source

Creality pins updates (#14979)

pull/1/head
InsanityAutomation 5 years ago
committed by Scott Lahteine
parent
commit
6039893981
  1. 5
      Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h

5
Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h

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

Loading…
Cancel
Save