Loading back/myfab/queue.py +1 −1 Original line number Diff line number Diff line Loading @@ -481,7 +481,7 @@ class OctoPrinter(PrinterBase): gcode_path = os.path.join(FILE_SAVE_PATH, print_obj.gcode) with open(gcode_path) as fh: self.log(f"[+] Starting print #{self.current_print.id} ({self.current_print.title})") self.log(f"[+] Starting print #{print_obj.id} ({print_obj.title})") self._refresh_ready_state() self.log(f"[+] Deleting file on printer...") Loading Loading
back/myfab/queue.py +1 −1 Original line number Diff line number Diff line Loading @@ -481,7 +481,7 @@ class OctoPrinter(PrinterBase): gcode_path = os.path.join(FILE_SAVE_PATH, print_obj.gcode) with open(gcode_path) as fh: self.log(f"[+] Starting print #{self.current_print.id} ({self.current_print.title})") self.log(f"[+] Starting print #{print_obj.id} ({print_obj.title})") self._refresh_ready_state() self.log(f"[+] Deleting file on printer...") Loading