NewSpring / Rock-Plugins

NewSpring plugins for Rock RMS
http://www.rockrms.com/
3 stars 5 forks source link

Fix printer cutting on every tag #190

Closed dcs619 closed 9 years ago

dcs619 commented 9 years ago

In order for this to work, the printer setting needs to be set to CUTTER and saved.

Inside the label maker, make sure the label's printer settings are set to Printer Default.

Open the PRN files and make sure there's not a ^PQ#,#,#,Y command which will try to batch labels together. See documentation.

During the print job, you should add ^XB to the labels you don't want to cut, but not for the last label.

bwitting commented 8 years ago

@dcs619 Thanks for sharing this!