- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 21 of 151
Example:
Y
1. G Function Description
G05 smoothing path
G01
End point
Start point
X
G0 X3. Y4. Z0.
G05 P10000 //Start high speed & high precision interpolation
G01 X3.8 Y6.1 F5000.
X4.6 Y7.
X5.4 Y6.1
X6.1 Y4.
X6.9 Y1.9
X7.7 Y1.
X8.5 Y1.9
X9.3 Y4.
X10. Y6.1
G05 P0 // Cancel high speed & high precision interpolation
M30
1.2.7 G05.1 Path Smoothing
Command form:
G5.1 Q1 E_ :Start path smoothing function
:
G5.1 Q0 :Close path smoothing function
Q:Switch to start/Close the smoothing function
E:The maximum allowable path error while smoothing. Use “mm” as
the unit.
Descriptions
16