.ini
file:ncam -i your_mill.ini -t -c 'mill'
will automatically create a backup and modify your file. It will also prepare the sub-directory with needed files and links.-c
can be 'mill' 'lathe' or 'plasma'NativeCAM gives you a basic toolkit that you can use to quickly create various shapes without having to write G-Code - a lot of the time it's all you need to create (for example) a row of holes in a piece, or mill a pocket or slot in something. You don't need to design it in CAD, just set some basic parameters in NativeCAM and generate the G-code.
You can do a surprising amount, but the basics are:
There's a fair bit more but for basic work it's very useful.