RSS Git Download  Clone
Raw Blame History
[% content_only = 1 # no html wrappers %]
[%# JScript for Brady IP printer:
    m m 						# set metric measurements
    J 							# job start
    H 100 						# Heat (Speed) setting (100mm/sec)
    S l1;0,0,10,13,36 			# Size of the Label (10 x 36mm, gap 3mm)
    O T 						# Set print options (T = tear-off mode)
    T:NAME; 15,3,0,3,pt10;text  # T[:name;]x,y,r,font,size[,effects];text CR
    A 1 						# Number of labels
   
    x = horizontal start position - distance from the left starting point of the label
    y = vertical start position - distance from the top margin starting point of the label
    r = = Text field rotation. Vector fonts and downloadable true type fonts can be rotated
        360 degrees in steps of 1 degree. Bitmap fonts can be rotated in 4 directions
        (0, 90, 180 and 270 degrees) -%]

m m
J
H 100
S l1;0,0,19,21,23
O T
T:LABNO; 3,4,0,3,pt8,b;[% labno # new-line forced by blank-line: %]

T:LASTNAME;  3,8,0,3,pt8;[% lastname # new-line forced by blank-line: %]

T:SAMPLETYPE; 3,12,0,3,pt8;[% sampletype # new-line forced by blank-line: %]

T:LABTEST; 3,16,0,3,pt8;[% labtest # new-line forced by blank-line: %]

A [% no_of_labels %]