CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Z axis circle cut

Posted by Jon Elson
on 2004-12-22 16:54:07 UTC
rdenn25 wrote:

>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, respectively.

Jon

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