Skip to Content
0
Former Member
Jul 01, 2009 at 05:39 AM

Zebra Label Printing - DPI issue.

694 Views

Hi Guru's,

I have a script for Zebra label printing. its an old script working fine. Now the issue is:

The above script is printing labels for 200 dpi printers as per the requirement.

Now one of the Markets have purchased 300 dpi printer. When the print the same label using the new printer using the script, they are getting the Label compressed.(i.e.. the Script is now much smaller and aligned to the left top corner, no data is missing but the Lettering is compressed and not occupying the total space alloted on the label).

I have chcked the manual for Zebra label printers, but could not solve my issue. Can any one of u help me. Thank you.

Here is extract of script used for initialisg the label:

/: NEW-PAGE

/ ^XA

/ ^PW1200

/ DFI128FS

/ ^PRC

/ LH0,0FS

/ ^LL1500

/ ^LT12

/ ^MD0

/ ^MNY

/ CW1,B:CGTRI_NCW2,B:CGTRI_ICW3,B:CGTRI_BCW4,B:CGTRI_J^CW5

= ,B:CGTRCO_NCW6,B:CGTRCO_ICW7,B:CGTRCO_J

/ LH0,0FS

Can anyone of you check this code & tell me where exactly the 'DPI' issue is handled in the script. Also any additions to the above script to acheive the solution....

regards,

Chaitanya L