Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: Bill_O on March 18, 2009, 08:53:42 AM
-
I have 2 g code files that I want to combine together in Mach. What would be the
easiest way? The names will always change and I am using User Labels to store
the names.
Bill
-
Store your file in the subroutines directory within Mach and call them with a program like this
O0001 (MAIN PROGRAM)
M98 (SUB_PROG1.TAP)
M98 (SUB_PROG2.TAP)
M30
Graham
-
Master "G-Code Yoda Graham" has spoken.........