Bring configs up to date

This commit is contained in:
Scott Lahteine
2019-11-21 04:48:18 -06:00
parent b904ba0f29
commit 20964ca7dc
57 changed files with 492 additions and 104 deletions

View File

@ -1105,6 +1105,7 @@
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
#define FIL_RUNOUT_INVERTING false // Set to true to invert the logic of the sensor.
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
// Set one or more commands to execute on filament runout.
// (After 'M412 H' Marlin will ask the host to handle the process.)