mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-08 23:46:25 -06:00
mcu: Raise a config error on an invalid pin name in the config file
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ce7e7c4048
commit
3806ed882a
2 changed files with 9 additions and 2 deletions
|
@ -34,6 +34,7 @@ Printer is shutdown
|
|||
"""
|
||||
|
||||
class ConfigWrapper:
|
||||
error = ConfigParser.Error
|
||||
def __init__(self, printer, section):
|
||||
self.printer = printer
|
||||
self.section = section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue