- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 62 of 151
1. G Function Description
N004 X100.0 Y150.0;
N005 G03 X150.0 I25.0;//circular interpolation, radius 25mm;
N006 G01 X200.0 Y70.0;// linear interpolation
N007 Y50.0;
N008 X50.0;
N009 G00 X0.0 Y0.0;//return
N010 G50;//scaling cancel
N011 M30;//program end
57