forked from CreatBot/CreatBotKlipperScreen
增加自适应调平的选项菜单
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user