Verified Commit 8294b88c authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Print start is status update

parent 998b48ba
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -491,6 +491,7 @@ class OctoPrinter(PrinterBase):
           
            print_obj.status = 3 # REQUEST_STATUS_PRINTING
            print_obj.save()
            add_request_event(print_obj, "Started Printing", None)
        self.log(f"[+] Print started")

    @property