Set correct CR-20 filament runout pin

See MarlinFirmware/Marlin#18679
This commit is contained in:
Scott Lahteine 2020-07-17 09:27:04 -05:00
parent 22dd54143a
commit 5d5e271437
2 changed files with 2 additions and 0 deletions

View file

@ -1178,6 +1178,7 @@
#define FIL_RUNOUT_STATE LOW // Pin state indicating that filament is NOT present.
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
#define FIL_RUNOUT_PIN 2
// Set one or more commands to execute on filament runout.
// (After 'M412 H' Marlin will ask the host to handle the process.)