print: Save sort order to fix #66

This commit is contained in:
Jordan Ruthe
2021-02-19 00:13:57 -05:00
parent cea0df8658
commit 41e5963ad7
3 changed files with 8 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ class KlipperScreenConfig:
{"invert_x": {"section": "main", "name": _("Invert X"), "type": "binary", "value": "False"}},
{"invert_y": {"section": "main", "name": _("Invert Y"), "type": "binary", "value": "False"}},
{"invert_z": {"section": "main", "name": _("Invert Z"), "type": "binary", "value": "False"}},
{"print_sort_dir": {"section": "main", "type": None, "value": "name_asc"}},
{"print_estimate_method": {"section": "main", "name": _("Estimated Time Method"), "type": "dropdown",
"value": "file","options":[
{"name": _("File Estimation (default)"), "value": "file"},