On Saturday 11 July 2020 20:57:45 Gene Heskett wrote:

> On Saturday 11 July 2020 11:28:00 andy pugh wrote:
> > On Sat, 11 Jul 2020 at 16:11, Gene Heskett <[email protected]>
>
> wrote:
> > > I need to drill 6 holes in the face of a nema-23 adapter I'm
> > > making for a bigger 100/1 worm drive.  That bolt circle is
> > > nominally 64.8mm in diameter so i feed arcgenm18,py 0,0,64.8,0,60
> > > and click show me. The first line of the answer is the offset,
> > > driving the machine to the center of the first hole at 3 oclock on
> > > the circle.
> >
> > There is no need for this level of complication to spiral down full
> > circles.
> >
> > ; relative are centres
> > G91.1
> > ; Go to first hole centre point
> > G0 @32.4 ^0
> > ; offset to required radius
> > G91
> > G0 X1.1
> > G90
> > ;Touch the top
> > G0 Z0.5
> > G1 F100 Z0
> > ; Spiral down 4 mm in 8 turns
> > G2 Z-4 P8 I-1.1
> > ; finish out the bottom.
> > G2 Z-4 I-1.1
> > ; and next
> > G0 Z 10
> > G0 @32.4 ^30
> > ...
>
> Got it made, that polar/vector syntax works nice, thank you very much
> for the example.  Everything fits except the motor bolts, I bored the
> holes big enough I could grab a 5x.8 tap in its hat and run it in by
> hand. Turns out my 1/8" tool was actually 3.45mm. Grrrrrr. All I need
> to complete that is to dis it from the gearbox one  more time and turn
> off about 1.5" of surplus flange.  And make a shaft adapter. But I'm
> still waiting on a set of reamers. But I just checked the order and
> earlest arrival is July 22, another 11 or more days I'm sitting on my
> butt. Sigh...

Got a sort of a ps:

I broke the last .125" tool I had yesterday on this code with it touched 
off at about .5mm clearance:
g61
[...]
(end of hole maker code, tool is 15mm into work)
G0z0
G0x0y0
from the mark it left on the edge of the hole, the g0x0y0 move started 
about 1mm down.  With G61 in effect, that should not have been allowed.

Part damage was minimal as it was machined away by a subsequent 
counterbore operation.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>


_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to