Standard commands Horizontal print control
T5023/5023+ - Programming Guide 89
Example:
At the beginning the Draft print quality is set.
Result:
BEGIN
PRINT("Displacement")
PRINT(char(27),"\",char(180,0))
PRINTLF("by 1.5 inches")
PRINT(char(27),"x",char(1)) <-- LQ-mode
PRINT("Displacement")
PRINT(char(27),"\",char(180,0))
PRINTLF("by 1 inch")
END