deprecate user slicer compensation, in hindsight this is something that the ui shouldn't do

This commit is contained in:
alfrix
2023-06-04 11:00:47 -03:00
parent 791938d733
commit 7a0848fa9f
2 changed files with 1 additions and 5 deletions

View File

@@ -257,9 +257,6 @@ class KlipperScreenConfig:
"value": "False", "callback": screen.reload_panels}},
{"use_dpms": {"section": "main", "name": _("Screen DPMS"), "type": "binary",
"value": "True", "callback": screen.set_dpms}},
{"print_estimate_compensation": {
"section": "main", "name": _("Slicer Time correction (%)"), "type": "scale", "value": "100",
"range": [50, 150], "step": 1}},
{"autoclose_popups": {"section": "main", "name": _("Auto-close notifications"), "type": "binary",
"value": "True"}},
{"show_heater_power": {"section": "main", "name": _("Show Heater Power"), "type": "binary",