Made a fixture plate with dowel-pin holes as well as threaded screw holes. The plate can be mounted in the vise or directly to the table. . As usual ran into a couple of issues but managed to overcome them. This was a few different operations.
Millng: I started with milling the shoulders. Unfortunately this is where I ran into the biggest issue- unbeknownst to me the TTS collet holder worked itself down out of the TTS R8 adapter, likely because of my heavy cut (.25" DOC using a .25" roughing mill). This made the shoulders uneven/crooked
So once I tightened it well I had to take several passes to get the shoulders to be flat again.
Drilling: I was a little worried about the feed rate (plunge rate I guess) but 7ipm worked great using chip breaking and pecking at .4". Except I did this on top of a piece of plywood and despite the alum plate being 3/4" thick it bowed in places because when I flipped the plate over the drill bit had only broken through a couple of the rows.
Drilling after spot drilling:
Top side of the fixture plate with only two rows of actual holes
Since I'd already lost my 0,0 on the x/y I decided to drill from the other side (top side). Oh and I lost my 0,0 because the plate is almost as long as my x-axis travel (14") so I had to fudge it a little to get started.
Honestly I had to think about how to do this (drilling from the other side and meeting the hole half way). Now I'd never used the wiggler center finder before, nor did I really know what it was for until I had the eureka moment. So as shown in the pic above I found the center of a specific hole, then used g91 (relative move) backward to 0,0 (e.g. g91 g0 x-1.45 y-1.134) then touched off to reset G54. Now I'm sure everyone probably knows or uses this trick
but I felt like a genius that it actually worked :thumbup:
Tapping 30+ holes: I don't have a tapping head nor is my spindle cnc controlled so again using a little bit of thinking I came up with a hybrid solution. I'll use the CNC to guide me to each hole and then I'll use the spring loaded tap guide to help me thread the first 4 or 5 turns. After that I'll power tap using my hand drill. So I took the drilling g-code and removed all the z axis stuff and after every x,y move I added m6 t1 and m6 t2 (alternating it) so that after each move the machine waited for me to "change the tool" but in reality it just paused the motion so I could hand tap the first 4 or 5 turns then hit continue and do the same thing for all the rest of the holes.
Worked like a charm! :thumbup:
All in all I enjoyed building it and with each bump along the way I feel like I'm starting to find ways around the challenges