Screen Panel: Fixed emergency stop confirmation process (#1346)
Emergency stop was always proceeding without waiting for confirmation, despite the fact that user configured KlipperScreen to confirm emergency stops. fixes #1344
This commit is contained in:
parent
e31ca9d09a
commit
dc2165fee4
@ -43,7 +43,6 @@ 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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user