Skip to content

Commit 6039893

Browse files
InsanityAutomationthinkyhead
authored andcommitted
Creality pins updates (MarlinFirmware#14979)
1 parent 8664b8e commit 6039893

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
#define MOSFET_D_PIN 7
3636

3737
#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
3843

3944
#include "pins_RAMPS.h"
4045

0 commit comments

Comments
 (0)