Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-20configfile: Expose options awaiting to be saved (#5270)Kurt Haenen
2021-10-10configfile: Use Python2's ConfigParser when running on Python2Kevin O'Connor
2021-10-08configfile: Workaround for non-ascii comments on Python2Kevin O'Connor
2021-10-06configfile: Ignore trailing comments starting with a semicolonKevin O'Connor
2021-10-04klippy: Add Python2 module wrappers and use Python3 module namingKevin O'Connor
2021-10-02configfile: Convert to Python3 string encodingKevin O'Connor
2021-09-16configfile: Add support for reporting deprecated optionsKevin O'Connor
2021-09-16configfile: Setup get_status() results after check_unused_options()Kevin O'Connor
2021-08-25configfile: Support config.getchoice() with integer keysKevin O'Connor
2021-08-22configfile: Add helpers for parsing list of parameters from the configKevin O'Connor
2021-01-21configfile: Add printer.configfile.settings command template parameterKevin O'Connor
2020-12-23configfile: Improve error message when a required option is missingKevin O'Connor
2020-12-23configfile: Minor line wrapping changesKevin O'Connor
2020-09-28configfile: report "save_config_pending" via get_status() (#3372)Eric Callahan
2020-06-16configfile: Use "import ConfigParser as configparser"Kevin O'Connor
2020-05-22configfile: Fix check for unused config sections and optionsKevin O'Connor
2020-05-05configfile: Use new GCodeCommand wrappersKevin O'Connor
2020-02-14configfile: Add get_status() to export raw config file informationKevin O'Connor
2020-01-06delta_calibrate: Move stable position conversion to its own classKevin O'Connor
2019-09-02configfile: Fix the exception raised when an included file is missing (#1931)Julien Lirochon
2019-03-23configfile: Add "include" support (#1359)lauckhart
2018-10-16configfile: Strip trailing commentsKevin O'Connor
2018-09-30configfile: add get_prefix_options methodJanar Sööt
2018-09-25configfile: Add support for rewriting the printer config fileKevin O'Connor
2018-09-25configfile: Move config file code from klippy.py to new fileKevin O'Connor