zpl.zpl_override

zpl.zpl_override

Enable this menu item to prevent the following ZPL commands from changing the printer’s current settings:
  • ^MM
    (print mode)
  • ^MT
    (Direct Thermal or Thermal Transfer print method)
  • ^MN
    (media type - non-continuous or continuous)
When this menu item is disabled, these commands override the printer’s settings.

Setvar

To set the override status to the specified value:
! U1 setvar "zpl.zpl_override" "value"
Values
  • "disabled"
    allows override
  • "enabled"
    prevents ZPL commands from overriding printer settings.
Default
"disabled"
Example
This example enables
zpl.zpl_override
, which prevents
^MM
,
^MT
, and
^MN
from making changes to the current printer settings.
! U1 setvar "zpl.zpl_override" "enabled"