🚸 Skip default filament runout pins

This commit is contained in:
Scott Lahteine 2025-04-13 03:13:10 -05:00
parent f823150ff8
commit cb4fc4344f
33 changed files with 6 additions and 44 deletions

View file

@ -1986,7 +1986,6 @@
*/
#define FILAMENT_RUNOUT_SENSOR
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
#define FIL_RUNOUT_PIN PA4
#define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500.
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.