aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/save_variables.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-12/+19
* save_variables: Check lowercase variable namesPedro Lamas2025-02-021-0/+2
* save_variables: Verify filename path is writeable at startupJustin Schuh2022-12-111-0/+2
* save_variables: Do not write to console when variables are savedMapleLeafMakers2022-09-011-1/+0
* klippy: Add Python2 module wrappers and use Python3 module namingKevin O'Connor2021-10-041-1/+1
* gcode_macro: Use deepcopy() on get_status() resultsKevin O'Connor2021-01-201-1/+1
* save_variables: Import ConfigParser as configparser for better Python3 supportKevin O'Connor2021-01-171-3/+3
* save_variables: Support saving variables to a disk fileKevin O'Connor2020-12-031-0/+63