Skip to content

Commit 13a125b

Browse files
author
Roberto Martins
committed
bugfix: fixed wrong state
1 parent 9b7167a commit 13a125b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlocksScreen/lib/panels/filamentTab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def on_load_filament(self, status: dict):
163163
if not status["state"]:
164164
self.target_temp = 0
165165
self.call_load_panel.emit(False, "")
166-
if self.state == "printing":
166+
if self.state == "paused":
167167
self.request_change_tab.emit(0)
168168
return
169169
self.call_load_panel.emit(

0 commit comments

Comments
 (0)