diff --git a/epson_print_conf.py b/epson_print_conf.py index 72ab28e..015a8c1 100644 --- a/epson_print_conf.py +++ b/epson_print_conf.py @@ -1005,6 +1005,13 @@ class EpsonPrinter: subsequent_indent=" ", ) ) + print( + textwrap.fill( + result.hex(' '), + initial_indent=" ", + subsequent_indent=" ", + ) + ) return self.status_parser(result) def get_waste_ink_levels(self):