mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-09 07:56:27 -06:00
FIL_RUNOUT_INVERTING => FIL_RUNOUT_STATE
This commit is contained in:
parent
baafcf125f
commit
52d4c37c77
186 changed files with 191 additions and 195 deletions
|
@ -1154,7 +1154,7 @@
|
|||
#define NUM_RUNOUT_SENSORS 2 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
|
||||
#define FIL_RUNOUT_PIN 66
|
||||
#define FIL_RUNOUT2_PIN 67
|
||||
#define FIL_RUNOUT_INVERTING true // Set to true to invert the logic of the sensors.
|
||||
#define FIL_RUNOUT_STATE HIGH // 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue