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

Always clear cancel flag

parent c75bbe82
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -539,7 +539,6 @@ class OctoPrinter(PrinterBase):
    """

    def reset_current_print(self, reason):
        if reason == RESET_CANCEL:
        self.cancel_flag = False
        if(self.current_print == None):
            return