mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-09 13:42:03 -04:00
parent
3d9f21f140
commit
114184913b
4 changed files with 64 additions and 14 deletions
4
ui.py
4
ui.py
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue