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:
ZoZo 2024-04-26 18:35:20 -07:00 committed by GitHub
parent e31ca9d09a
commit dc2165fee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):