Re: Z axis circle cut
Posted by
rdenn25
on 2004-12-22 17:07:21 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, Jon Elson <elson@p...> wrote:
I see now that it's going to take the z axis and another axis,
and I've found the G18 and G19 codes.
I can fiddle around with it until I get something that works.
This is my second project. The first only drilled holes.
Thanks.
> rdenn25 wrote:respectively.
>
> >Is there a G code or M code to make a Z axis
> >circular cut?
> >
> >I'm trying to make a rectangular box with a
> >semi-circle cut on one side.
> >
> >
> First you have to set the arc plane to one that includes the
> Z axis. You can use G18 for ZX or G19 for YZ. Once that
> is set, then you can program an arc move in the currently active
> plane with the same G02 and G03 commands. If you selected
> G19, for instance, a G03 command would have J and K words
> to define the location of the arc center in the Y and Z axes,
>OK, thank you.
> Jon
I see now that it's going to take the z axis and another axis,
and I've found the G18 and G19 codes.
I can fiddle around with it until I get something that works.
This is my second project. The first only drilled holes.
Thanks.
Discussion Thread
rdenn25
2004-12-22 14:09:10 UTC
Z axis circle cut
R Rogers
2004-12-22 16:42:42 UTC
Re: [CAD_CAM_EDM_DRO] Z axis circle cut
Jon Elson
2004-12-22 16:54:07 UTC
Re: [CAD_CAM_EDM_DRO] Z axis circle cut
rdenn25
2004-12-22 17:07:21 UTC
Re: Z axis circle cut
Tony Jeffree
2004-12-23 00:27:45 UTC
Re: [CAD_CAM_EDM_DRO] Z axis circle cut