aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/configfile.py
Commit message (Expand)AuthorAgeFilesLines
* configfile: Fix comments on same line as [include xxx.cfg] directiveKevin O'Connor2024-11-121-0/+4
* configfile: Separate access tracking to new ConfigValidate classKevin O'Connor2024-10-301-38/+73
* configfile: Only check for [include file] directives from main printer.cfgKevin O'Connor2024-10-301-37/+52
* configfile: Don't read the autosave data if multiple autosave headers presentKevin O'Connor2024-10-301-1/+6
* configfile: Split configfile code into three separate classesKevin O'Connor2024-10-301-160/+203
* configfile: Allow getchoice() to take a listKevin O'Connor2024-06-171-0/+2
* klippy: Replace logging.warn usage with logging.warningJelle van der Waa2024-05-011-1/+1
* klippy: remove a few unused variable assignments (#6504)Kamil Domański2024-04-051-1/+0
* configfile: Add support for reporting runtime_warnings via the API serverKevin O'Connor2024-03-131-2/+10
* configfile: Improve support for python3.12Kevin O'Connor2023-11-161-1/+4
* klippy: Replace deprecated logger.warn with logger.warning (#6385)Thijs Triemstra2023-11-161-4/+4
* configfile: Make getlists return an empty list on empty string. (#6042)Jordan Woyak2023-02-091-2/+6
* 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