Disclaimer: information on this page has not been independently verified, use at your own risk, your mileage may vary.

Note, if you are using the Personal Use (free) version of Fusion that it will not export all the tools into a single G-code file. you must concatenate the files together.



Header:

Add the following lines after the "G90" command

G40 (Cancels cutter radius compensation in case one was set - handled by software)

G80 (Cancels canned cycle in case one was set)

M11C7 (Turns the vacuum table on - may be redundant, but avoids and abort)

M11C4 (Air blast cooling for spindle on)

M11C2 (Dust hood down)

G04 (Tells the machine to wait for the Enter key to be pressed before beginning the job)


Footer:

T0 (Tells the machine to stop spindle, unload tool, and position spindle at the back of the machine.)

M12C7 (Turn the vacuum off)

M2 (Tells WINCNC that its the end of the program)

SUPER IMPORTANT: Delete G53 and G28 lines from footer. this will reset the WCS point to where ever the head is at this point, this includes when you hit the "eyeball" icon on big blue to perform the inspection and you will need to reset the XY0 for the workspace.

  • No labels