Fix some bugs and add PX720WD printer

Resolves #11
This commit is contained in:
Ircama 2024-08-30 09:18:47 +02:00
parent 3d9f21f140
commit 114184913b
4 changed files with 64 additions and 14 deletions

4
ui.py
View file

@ -777,7 +777,9 @@ class EpsonPrinterUI(tk.Tk):
try:
printer.reset_waste_ink_levels()
self.status_text.insert(
tk.END, "[INFO] Waste ink levels have been reset.\n"
tk.END,
"[INFO] Waste ink levels have been reset."
" Perform a power cycle of the printer now.\n"
)
except Exception as e:
self.status_text.insert(tk.END, f"[ERROR] {e}\n")