PDA

View Full Version : Using tool number larger than 19



Scott216
07-20-2023, 03:50 PM
From what I understand, shopbot only uses tool number 1-19 for the first head. If you have a 2nd head, those need to be tool number 20-29, and drills are 30 and above. I just have one spindle head on my shopbot. I use Fusion 360 tool library and I have tool numbers all over the place (I use the same tool library for my Tormach CNC). Is there a way to modify the shopbot configuration file(s) somehow so I can use any tool number?

srwtlc
07-21-2023, 10:37 AM
Is your machine an ATC?

Scott216
07-21-2023, 11:33 AM
Is your machine an ATC?

No ATC on my shopbot

bill.young
07-21-2023, 12:16 PM
That tool number limitation is not within the ShopBot software, but depends on how the Post is written and what macros it calls. Don't know how the Fusion posts work but with the Vectric TC posts, if a tool is not ATC then those tool number tests are within the MTC.sbp file that is called from the C9 macro.

There are Vectric posts for single bit cutting that don't use that system, like the ARC_inch or ARC_MM posts. Maybe there's a similar Fusion post?

Scott216
07-21-2023, 04:28 PM
Thanks. I'll take a look at MTC.sbp file and see what I can do.

bill.young
07-22-2023, 09:20 AM
All those custom cuts are editable but be careful. That whole system of custom cuts does a lot of things, including turning the spindle on at the start of the file and letting you re-zero the during a manual bit change. My suggestion would be to air cut a file after editing, just to make sure that it does what you expect

Scott216
07-22-2023, 01:48 PM
I'll definitely do some testing. I think I'll make a separate version of MTC.sbp and change my post processor (I use Fusion 360) so instead of outputting C6, I'll create something new like C66 which will call the revised MTC program.

Scott216
07-22-2023, 02:15 PM
Meant C9, not C6