lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

print "jump" #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi team,

I have a problem while printing stickers. When I print one sticker, the zebra 
printer prints correctly this sticker but then there is blank sticker that is  
issued from the printer.
I have to print 6000 stickers and I don't want to waste 6000 others!

I have attached my code. 
there is javascript code in imprim.js . Function called is sendToprint.

Any ideas? 

Original issue reported on code.google.com by romain.j...@gmail.com on 13 Oct 2010 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,
do you have already solved your problem?
If not, please check the follwing steps:
(It depends on your printer model - which model are you using?)

1)Press the FormFeed (FF) button at your printer. - Only one label should be 
feeded.
If printer feeded 2 labels or more, you have to calibrate the printer by "Media 
lenght sensing" for small Zebra printers (models LP... or TLP..) or adjust the 
"Media Sensors" for correct label detection at "bigger" Zebra printers.
(Look at the user manual of your printer)

2)Sometimes it is helpful to send also the correct label parameters commands to 
the printer.
q command for label width
Q command for label length and length of gap between two labels
(Look at the EPL programming guide of your printer)

3)The last of the objects you send to the printer (I think it is your barcode 
field) is maybe to close to the printer margin.

I hope that one of the steps will help you by detection the problem.

Lars

Original comment by lars.eif...@web.de on 30 Oct 2010 at 8:01

GoogleCodeExporter commented 9 years ago
Hi,
I have solved the issue by setting the printer to factory default. The command 
^default resets all parameters. 
Romain

Original comment by romain.j...@gmail.com on 2 Nov 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Resolved per bug author.

Original comment by tres.fin...@gmail.com on 20 Nov 2010 at 1:52