bitbank2 / Thermal_Printer

Arduino library to draw text and graphics on BLE thermal printers
Apache License 2.0
350 stars 52 forks source link

MX10 feed does not work. solution is here #63

Open MichaelDworkin opened 3 months ago

MichaelDworkin commented 3 months ago

MX10 Needs a 16bit command tpWriteCatCommandD16(paperRetract,abs(iLines));

This is how it works for me

bitbank2 commented 3 months ago

Can you please create a PR with the fix?