mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
Separate out the low-level parsing code to a new ConfigFileReader() class. Separate out the auto-save handling code to a new ConfigAutoSave() class. This simplifies the main PrinterConfig() class. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>