Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
In the Klipper documentation under [filament_switch_sensor my_sensor], there is a debounce_delay setting.
But if I try to use it, it comes back with;
Option ‘debounce_delay’ is not valid in section ‘filament_switch_sensor filament_sensor’
Config error
Traceback (most recent call last):
File “/home/pi/klipper/klippy/klippy.py”, line 130, in _connect
self._read_config()
File “/home/pi/klipper/klippy/klippy.py”, line 127, in _read_config
pconfig.check_unused_options(config)
File “/home/pi/klipper/klippy/configfile.py”, line 497, in check_unused_options
self.validate.check_unused(config.fileconfig)
File “/home/pi/klipper/klippy/configfile.py”, line 446, in check_unused
raise error(“Option ‘%s’ is not valid in section ‘%s’”
configparser.Error: Option ‘debounce_delay’ is not valid in section ‘filament_switch_sensor toolhead_filament_sensor_t0’