ESC-POS-USB-NET icon indicating copy to clipboard operation
ESC-POS-USB-NET copied to clipboard

Number of Columns

Open AnthonySandbak opened this issue 3 years ago • 1 comments

Metapace printers only print on 43 columns. It would be nice if this could setup, so that "printer.Separator();" would work. Maybe specify non-default columns like "printer.Separator(43);"

AnthonySandbak avatar Apr 25 '21 12:04 AnthonySandbak

Hi, I forked this project and change the 'Cols' variables into ReadWrite with default value of existing value, so i can change the columns value, like 'printer.ColsNomal = 32;'

but it must changed also individually to the ColsCondesed an ColsExpanded value, so :

printer.ColsNomal = 32; printer.ColsCondensed = 42; printer.ColsExpanded = 16;

now I can print separator correctly, so a pull request may close this issue.

susilon avatar Jul 12 '21 03:07 susilon