Commit d0fd4a5 1 parent 3c218a5 commit d0fd4a5 Copy full SHA for d0fd4a5
File tree 2 files changed +2
-2
lines changed
octoprint_bambu_printer/printer
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ def _update_printer_info(self):
193
193
or print_job_state == "FAILED"
194
194
):
195
195
self .change_state (self ._state_idle )
196
- elif print_job_state == "RUNNING" :
196
+ elif print_job_state == "RUNNING" or print_job_state == "PREPARE" :
197
197
self .change_state (self ._state_printing )
198
198
elif print_job_state == "PAUSE" :
199
199
self .change_state (self ._state_paused )
Original file line number Diff line number Diff line change 14
14
plugin_name = "OctoPrint-BambuPrinter"
15
15
16
16
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17
- plugin_version = "0.1.6 "
17
+ plugin_version = "0.1.7 "
18
18
19
19
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
20
20
# module
You can’t perform that action at this time.
0 commit comments