Table 8: Macros And Other Commands
COMMAND
HEX VALUE
FUNCTION
ESC & f # Y
1B 26 66 # 59
Macro ID
# = Macro ID # ( 0 through 32767 )
ESC & f # X
1B 26 66 # 58
Macro Control
# = 0 : Start macro definition (last ID specified)
# = 1 : Stop macro definition
# = 2 : Execute macro (last ID specified)
# = 3 : Call macro (last ID specified)
# = 4 : Enable macro for automatic overlay (last ID specified)
# = 5 : Disable automatic overlay
# = 6 : Delete all macros
# = 7 : Delete all temporary macros
# = 8 : Delete macro (last ID specified)
# = 9 : Make macro temporary (last ID specified)
# = 10 : Make macro permanent(last ID specified)
# = 11 : Save macro to hard drive(last ID specified/macro name required)
ESC & f #name# N
1B 26 6C # 4E
Macro Name
name = Macro name (must be enclosed within # signs. Required with the
Save macro to hard drive command).
ESC & s # C
1B 26 73 # 43
End-of-Line Wrap
# = 0 : Enable
# = 1 : Disable
Table 9: Print Model Commands
COMMAND
HEX VALUE
FUNCTION
ESC * v # N
1B 2A 76 # 4E
Source Transparency Mode
# = 0 – Transparent
# = 1 - Opaque
ESC * v # O
1B 2A 76 # 4F
Pattern Transparency mode
# = 0 – Transparent
# = 1 - Opaque
ESC * c # G
1B 2A 63 # 47
Area Fill
If Shaded Fill
# = 1 - 100 = 1 –100% shade
If Cross-Hatch Fill # = 1 – Pattern #1, # = 2 – Pattern #2, # = 3 – Pattern #3
# = 4 – Pattern #4, # = 5 – Pattern #5, # = 6 – Pattern #6
ESC * v # T
1B 2A 76 #54
Select current Pattern
# = 0 – Solid Black (default)
# = 1 – Solid White
# = 2 – Shading Pattern
# = 3 – Cross-hatch pattern