From 37461969012da80c7de3bdac5dc0037178518083 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Sat, 2 Nov 2024 22:20:52 +0100 Subject: [PATCH] Increasing the energy of printing because it looks too pale in stickers I hope it doesn't break normal tickets. --- lib/Exd/DeviceToCatPrinter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Exd/DeviceToCatPrinter.pm b/lib/Exd/DeviceToCatPrinter.pm index 77daf5f..d45f606 100644 --- a/lib/Exd/DeviceToCatPrinter.pm +++ b/lib/Exd/DeviceToCatPrinter.pm @@ -169,7 +169,7 @@ sub print($self) { $buffer .= $self->_make_command( 0xa4, $self->_bytestring(50) ); $buffer .= $self->_make_command( 0xbd, $self->_bytestring(10) ); $buffer .= - $self->_make_command( 0xaf, $self->_bytestring( 0x00, 0x40 ) ); + $self->_make_command( 0xaf, $self->_bytestring( 0x00, 0x99 ) ); $buffer .= $self->_make_command( 0xbe, $self->_bytestring(0x01) ); $buffer .= $self->_make_command( 0xa9, $self->_bytestring(0x00) ); $buffer .= $self->_make_command(