index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
configfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
configfile: Use Python2's ConfigParser when running on Python2
Kevin O'Connor
2021-10-09
1
-4
/
+6
*
configfile: Workaround for non-ascii comments on Python2
Kevin O'Connor
2021-10-08
1
-1
/
+2
*
configfile: Ignore trailing comments starting with a semicolon
Kevin O'Connor
2021-10-06
1
-1
/
+2
*
klippy: Add Python2 module wrappers and use Python3 module naming
Kevin O'Connor
2021-10-04
1
-4
/
+4
*
configfile: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
1
-0
/
+26
*
configfile: Setup get_status() results after check_unused_options()
Kevin O'Connor
2021-09-16
1
-5
/
+5
*
configfile: Support config.getchoice() with integer keys
Kevin O'Connor
2021-08-25
1
-1
/
+4
*
configfile: Add helpers for parsing list of parameters from the config
Kevin O'Connor
2021-08-21
1
-0
/
+28
*
configfile: Add printer.configfile.settings command template parameter
Kevin O'Connor
2021-01-20
1
-7
/
+16
*
configfile: Improve error message when a required option is missing
Kevin O'Connor
2020-12-22
1
-3
/
+5
*
configfile: Minor line wrapping changes
Kevin O'Connor
2020-12-22
1
-18
/
+16
*
configfile: report "save_config_pending" via get_status() (#3372)
Eric Callahan
2020-09-28
1
-1
/
+5
*
configfile: Use "import ConfigParser as configparser"
Kevin O'Connor
2020-06-15
1
-5
/
+5
*
configfile: Fix check for unused config sections and options
Kevin O'Connor
2020-05-21
1
-16
/
+21
*
configfile: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-1
/
+1
*
configfile: Add get_status() to export raw config file information
Kevin O'Connor
2020-02-13
1
-3
/
+13
*
delta_calibrate: Move stable position conversion to its own class
Kevin O'Connor
2020-01-06
1
-0
/
+2
*
configfile: Fix the exception raised when an included file is missing (#1931)
Julien Lirochon
2019-09-01
1
-1
/
+1
*
configfile: Add "include" support (#1359)
lauckhart
2019-03-22
1
-14
/
+65
*
configfile: Strip trailing comments
Kevin O'Connor
2018-10-16
1
-0
/
+8
*
configfile: add get_prefix_options method
Janar Sööt
2018-09-30
1
-0
/
+3
*
configfile: Add support for rewriting the printer config file
Kevin O'Connor
2018-09-25
1
-17
/
+148
*
configfile: Move config file code from klippy.py to new file
Kevin O'Connor
2018-09-25
1
-0
/
+116