I have the following part to cut 1-1/4\" wide by 97\" long...I'm not so much worried about hold down and they want the inside dia. of the cut on the \"tooth\" to be as small as possible.
Can I cut the outline first (leaving a skin) with a 1/4\" bit and then make the following through cut with an 1/8\" bit?
Control Nesting is not designed to handle this type of operation automatically but if your comfortable with making changes to the existing cnc code that has been written by Control Nesting, I think you could accomplish this quite easily.
I would first set the Outline tool (TOOLING) to the tool that you want to cut with first. Next, I would make sure that the Double Pass Size (SETTINGS) is setup so that the part will cut in one pass. Now, go ahead and nest and write the cnc code. Once cnc code has been written, scroll through the program and find the \"ZSHIFT=#\" and ADD to this value (amt. that you want to leave as skin). NC RESET machine and run program (machine will cut all parts and return HOME <without operator's assistance>). Once the machine has returned HOME, scroll through program to find the \"ZSHIFT=#\" that you had previously changed and return it to the original value. Next, find the \"T#\" and replace it with the \"T#\" that will pick up the smaller dia. tool. NC RESET machine and run program to cut parts loose and remove large fillet. As long as your Tool Manager (F10, F9, F2) has correct dia. of tools used, the outline cut will be accurate.