mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-08 11:50:41 +02:00
Commit c3899cef inadvertently broke the error check for unused config
options. Add a new note_valid parameter to the config access wrappers
and use that in get_status() to fix the check.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>