escpos-php icon indicating copy to clipboard operation
escpos-php copied to clipboard

Gainscha does not cut sometimes

Open abdkaviani opened this issue 2 years ago • 0 comments
trafficstars

Hello my friend

I have been using your library for about 4 years and I am very satisfied, Bixolon and Citizen are printers that work well with this library :)

Recently, I have used a printer named Gainscha GA-E200, and I have only one problem with it, and that is that sometimes it doesn't cut the paper with the command below, but I haven't had this problem with the above printers in these four years

$tux = EscposImage::load($image, false); $printer -> bitImageColumnFormat($tux);//////or bitImage $printer -> cut(); $printer -> close();

What do you think I should check?

abdkaviani avatar Nov 09 '23 18:11 abdkaviani