create the shutdown panel, add it to the action bar, remove items from system panel

shutdown maintain estop during printing
add option to shudown both host and printer close #1207
simplify host and printer dialog if ks is local, do both
This commit is contained in:
alfrix
2024-03-08 21:23:42 -03:00
parent ee501f2594
commit 68c4025902
4 changed files with 103 additions and 50 deletions

View File

@@ -43,6 +43,7 @@ class ScreenPanel:
"printer.emergency_stop")
else:
self._screen._ws.klippy.emergency_stop()
self._screen._ws.klippy.emergency_stop()
def get_file_image(self, filename, width=None, height=None, small=False):
if not self._files.has_thumbnail(filename):