OmniTurn   CNC Lathes Made in Oregon
 Fast... Precise... Affordable... Home Contact

G78 Rough Contour Example (G78UnFnPn)
See also G74: Box Roughing and G75: Box Contour Roughing

Un:The amount to be left on the part for the a finish pass
Fn:The feedrate
Pn:The subroutine number (optional)
RF:If no subroutine, put RF at end of countour cycle

Image of G78 Rough Contour Syntax

The Rough Contour cycle starts at the current position, then makes a cutting pass parallel to the final contour, but away from the part at a distance Un. At the end of the cycle, the tool is returned to the start point.

The location of the contour code:


Worked external example for G78

Image of Sample Part for G75
Above is a part that can be roughed. The code that can be used to generate the contour could be:
Image of Program and Tool Path for G78
The program code for the contour can be placed immediately after the G78 (inline as shown above) or it can be placed in a sub-routine.

Back to G-Codes
Back to Top