Skip to content

Commit

Permalink
Creality pins updates (MarlinFirmware#14979)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation authored and thinkyhead committed Aug 20, 2019
1 parent 8664b8e commit 6039893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6039893

Please sign in to comment.