mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Store pertinent information from the software startup in a dictionary that the various printer components can access instead of in individual variables in the Printer() class. This makes it easier to add future command-line options. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>