Creality pins updates (#14979)

This commit is contained in:
InsanityAutomation 2019-08-20 04:42:30 -04:00 committed by Scott Lahteine
parent 8664b8e97b
commit 6039893981

View file

@ -35,6 +35,11 @@
#define MOSFET_D_PIN 7
#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"