aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/configfile.py
Commit message (Collapse)AuthorAgeFilesLines
* configfile: Add support for rewriting the printer config fileKevin O'Connor2018-09-251-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 fileKevin O'Connor2018-09-251-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>