Hello Guest it is June 16, 2024, 03:56:59 AM

Author Topic: G Code For Convex Surface In Z Plane  (Read 3514 times)

0 Members and 1 Guest are viewing this topic.

Offline AJA

*
  •  26 26
G Code For Convex Surface In Z Plane
« on: March 02, 2009, 07:53:46 AM »
Will someone provide the G code for a convex surface with a radius of 0.65 inches in the Z plane for a length of 4 inches in the X plane? At one time I used G68 with the canned arc program in the Mach 3, but it seems I no longer figure out how to do that.
Thanks
AJ

Offline Graham Waterworth

*
  • *
  •  2,691 2,691
  • Yorkshire Dales, England
Re: G Code For Convex Surface In Z Plane
« Reply #1 on: March 02, 2009, 02:18:57 PM »
G20 G40
G00 X0 Y0 Z1.
G01 Z0 F10.
G18
G02 X-4. Z0 R3.4019
G17
G00 Z1.
M30

Graham
Without engineers the world stops

Offline AJA

*
  •  26 26
Re: G Code For Convex Surface In Z Plane
« Reply #2 on: March 02, 2009, 08:27:05 PM »
Thanks Graham, I can build on what you provided.
AJA