The Post on TurboCad's CAM software has a CNC setup were you can create standard routines for any machine.
You can define the NC Codes, Moving Codes like G03, Fixed codes like F for Feeds, and program codes.
Program codes can be Begin, End, Tool load, tool unload. You can also add anything you like.
So for program begin I use:
program comment, end of line
Block, english units, rapid, XY plane, english units, absolute data, G41/G42 cancel, G43/G44 cancel, can cycle end of line. So these routines are added to in the post.
Attached is g-code for sample part designed on turbocad, tool path using the CAM software with this modfied Fanuc post, designed to run with a .250" end mill. I also attached an image of the tool path as seen in the CAD software. |