Skip to content
Snippets Groups Projects
Commit 60398939 authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Creality pins updates (#14979)

parent 8664b8e9
Branches
Tags
No related merge requests found
...@@ -35,6 +35,11 @@ ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment