更改自动调平的提示语

This commit is contained in:
2025-06-19 14:32:18 +08:00
parent 640c706142
commit 8d2340b54e
7 changed files with 144 additions and 79 deletions

View File

@@ -22,9 +22,9 @@ class Panel(ScreenPanel):
{
"adaptive_leveling": {
"section": "main",
"name": _("Adaptive Bed Leveling"),
"name": _("Auto Bed Leveling"),
"type": "binary",
"tooltip": _("Leveling only in the actual print area"),
"tooltip": _("Automatic compensation based on the data of the bed mesh"),
"value": "False",
"callback": self.set_adaptive_leveling,
}