Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configfile: Add support for rewriting the printer config file | Kevin O'Connor | 2018-09-25 | 1 | -17/+148 |
| | | | | | | | Add support for writing back the main printer config file with additional calibration data stored in it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | configfile: Move config file code from klippy.py to new file | Kevin O'Connor | 2018-09-25 | 1 | -0/+116 |
Add a klippy/configfile.py file with the code needed to read the main printer config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |