8 lines
330 B
Plaintext
Executable File
8 lines
330 B
Plaintext
Executable File
# gmoccapy postgui HAL file for Lagun mill
|
|
# These connections are made after the GUI loads so gmoccapy pins exist
|
|
|
|
# --- Tool offset display ---
|
|
# Pass tool offset values to GMOCCAPY for DRO display
|
|
net tooloffset-x gmoccapy.tooloffset-x <= motion.tooloffset.x
|
|
net tooloffset-z gmoccapy.tooloffset-z <= motion.tooloffset.z
|