Matteo Vendramini
Results
1
issues of
Matteo Vendramini
Added paper cut and eject functions for printer models with paper output control. ```php $printer->cut(CUT_FULL_EJECT); // Make a total cut and completely eject sheet $printer->cut(CUT_FULL_PARTIAL_EJECT); // Make a total cut...