escpos-php
escpos-php copied to clipboard
Gainscha does not cut sometimes
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?