aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/configfile.py
Commit message (Expand)AuthorAgeFilesLines
* configfile: Expose options awaiting to be saved (#5270)Kurt Haenen2022-06-201-3/+22
* configfile: Use Python2's ConfigParser when running on Python2Kevin O'Connor2021-10-091-4/+6
* configfile: Workaround for non-ascii comments on Python2Kevin O'Connor2021-10-081-1/+2
* configfile: Ignore trailing comments starting with a semicolonKevin O'Connor2021-10-061-1/+2
* klippy: Add Python2 module wrappers and use Python3 module namingKevin O'Connor2021-10-041-4/+4
* configfile: Convert to Python3 string encodingKevin O'Connor2021-10-011-2/+2
* configfile: Add support for reporting deprecated optionsKevin O'Connor2021-09-161-0/+26
* configfile: Setup get_status() results after check_unused_options()Kevin O'Connor2021-09-161-5/+5
* configfile: Support config.getchoice() with integer keysKevin O'Connor2021-08-251-1/+4
* configfile: Add helpers for parsing list of parameters from the configKevin O'Connor2021-08-211-0/+28
* configfile: Add printer.configfile.settings command template parameterKevin O'Connor2021-01-201-7/+16
* configfile: Improve error message when a required option is missingKevin O'Connor2020-12-221-3/+5
* configfile: Minor line wrapping changesKevin O'Connor2020-12-221-18/+16
* configfile: report "save_config_pending" via get_status() (#3372)Eric Callahan2020-09-281-1/+5
* configfile: Use "import ConfigParser as configparser"Kevin O'Connor2020-06-151-5/+5
* configfile: Fix check for unused config sections and optionsKevin O'Connor2020-05-211-16/+21
* configfile: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-1/+1
* configfile: Add get_status() to export raw config file informationKevin O'Connor2020-02-131-3/+13
* delta_calibrate: Move stable position conversion to its own classKevin O'Connor2020-01-061-0/+2
* configfile: Fix the exception raised when an included file is missing (#1931)Julien Lirochon2019-09-011-1/+1
* configfile: Add "include" support (#1359)lauckhart2019-03-221-14/+65
* configfile: Strip trailing commentsKevin O'Connor2018-10-161-0/+8
* configfile: add get_prefix_options methodJanar Sööt2018-09-301-0/+3
* configfile: Add support for rewriting the printer config fileKevin O'Connor2018-09-251-17/+148
* configfile: Move config file code from klippy.py to new fileKevin O'Connor2018-09-251-0/+116