Loading back/myfab/queue.py +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
back/myfab/queue.py +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading