增加自适应调平的选项菜单

This commit is contained in:
2024-11-05 10:49:40 +08:00
parent 16db05c9e2
commit f08191bf06
6 changed files with 79 additions and 0 deletions

View File

@@ -273,6 +273,7 @@ class KlipperScreen(Gtk.Window):
"exclude_object": ["current_object", "objects", "excluded_objects"],
"manual_probe": ['is_active'],
"screws_tilt_adjust": ['results', 'error'],
"save_variables": ['variables'],
}
}
for extruder in self.printer.get_tools():
@@ -1072,6 +1073,7 @@ class KlipperScreen(Gtk.Window):
'firmware_retraction',
'exclude_object',
'manual_probe',
'save_variables',
*self.printer.get_tools(),
*self.printer.get_heaters(),
*self.printer.get_temp_sensors(),