diff --git a/ks_includes/config.py b/ks_includes/config.py index c38730d0..08c59bd0 100644 --- a/ks_includes/config.py +++ b/ks_includes/config.py @@ -119,7 +119,7 @@ class KlipperScreenConfig: {"print_sort_dir": {"section": "main", "type": None, "value": "name_asc"}}, {"print_estimate_method": { "section": "main", "name": _("Estimated Time Method"), "type": "dropdown", - "value": "file", "options": [ + "value": "auto", "options": [ {"name": _("Auto") + " " + _("(default)"), "value": "auto"}, {"name": _("File"), "value": "file"}, {"name": _("Filament Used"), "value": "filament"},