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
*
Terminate saved configs with a newline
Tomasz Kramkowski
2025-08-16
1
-1
/
+1
*
Don't require an existing saved config
Tomasz Kramkowski
2025-08-16
1
-1
/
+4
*
/var/run/kutter/saved.cfg -> /var/lib/kutter/saved.cfg
Tomasz Kramkowski
2025-08-16
1
-2
/
+2
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+11
*
Remove logfile support
Tomasz Kramkowski
2025-08-15
1
-9
/
+0
*
Rename everything significant to Kutter except for docs
Tomasz Kramkowski
2025-08-15
1
-1
/
+1
*
Add a --runtime-config option for SAVE_CONFIG
Tomasz Kramkowski
2025-08-09
1
-79
/
+26
*
Remove python2 support (first party)
Tomasz Kramkowski
2025-08-06
1
-12
/
+5
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-144
/
+277
*
configfile: Fix comments on same line as [include xxx.cfg] directive
Kevin O'Connor
2024-11-12
1
-0
/
+4
*
configfile: Separate access tracking to new ConfigValidate class
Kevin O'Connor
2024-10-30
1
-38
/
+73
*
configfile: Only check for [include file] directives from main printer.cfg
Kevin O'Connor
2024-10-30
1
-37
/
+52
*
configfile: Don't read the autosave data if multiple autosave headers present
Kevin O'Connor
2024-10-30
1
-1
/
+6
*
configfile: Split configfile code into three separate classes
Kevin O'Connor
2024-10-30
1
-160
/
+203
*
configfile: Allow getchoice() to take a list
Kevin O'Connor
2024-06-17
1
-0
/
+2
*
klippy: Replace logging.warn usage with logging.warning
Jelle van der Waa
2024-05-01
1
-1
/
+1
*
klippy: remove a few unused variable assignments (#6504)
Kamil Domański
2024-04-05
1
-1
/
+0
*
configfile: Add support for reporting runtime_warnings via the API server
Kevin O'Connor
2024-03-13
1
-2
/
+10
*
configfile: Improve support for python3.12
Kevin O'Connor
2023-11-16
1
-1
/
+4
*
klippy: Replace deprecated logger.warn with logger.warning (#6385)
Thijs Triemstra
2023-11-16
1
-4
/
+4
*
configfile: Make getlists return an empty list on empty string. (#6042)
Jordan Woyak
2023-02-09
1
-2
/
+6
*
configfile: Expose options awaiting to be saved (#5270)
Kurt Haenen
2022-06-20
1
-3
/
+22
*
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