Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zebra MZ320 - feeds few lines after black mark is found

I am working with Zebra MZ320 printer to integrate Black mark. I am facing issue when black mark is set to True. The printer feeds 2-3 line after black mark is encountered on paper

The command used to calibrate black mark successfully :

! DF CONFIG.SYS                        
! UTILITIES                                    
BAR-SENSE
LABEL                                     
PRINT

Sample print text :

! 0 200 200 700 1
COUNTRY UK
COUNTRY UK
TEXT 4 0 0 0 -----------------------------------
TEXT 4 0 0 20 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 50 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 80 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 120 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 150 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 180 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 220 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 260 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 310 xxxxxxxxxxxxxxxxxxxxxxxxxxx
TEXT 4 0 0 350 xxxxxxxxxxxxxxxxxxxxxxxxxxx

! DF CONFIG.SYS
! UTILITIES
BAR-SENSE
SETFF 0 0
LABEL
PRINT

I have seen many links that prevent extra feeding but they work with FORM / Continuous mode

Already visited and tried these links :

  • Zebra iMZ320 image printing feeds too much paper
  • Stop my mobile printer from feeding extra paper using continuous roll?
  • Stop a Zebra Printer from automatically feeding lots of extra pape

It seems I am missing some configuration while sending commands to printer. Any suggestion is appreciated.

like image 264
SweetWisher ツ Avatar asked Dec 16 '14 10:12

SweetWisher ツ


1 Answers

Sometimes these printers need calibration, did you calibrate it? See the calibration procedure in the user manual.

You can recalibrate the printer with Zebra Tools but also with ZPL commands. Sometimes only recalibration with ZPL commands helps.

like image 85
togobites Avatar answered Sep 22 '22 21:09

togobites