- You are here:
- AM.CO.ZABuythisCNC Utilities Homepage
- PowerRoute-CNC-Router
- Mill Programming Manual.pdf
- Page 25 of 151
1. G Function Description
K ;
K ;
K ;
:
G05 P0;// Cancel high speed & high precision interpolation
P:Order of NURBS curve ( 2 ~ 4 ), default value is 4 if it is
leaved blank.
K:NURBS node value of curve
X、Y、Z:NURBS control-point coordinates
R:NURBS curve weight ( 0.001 ~ 1000 ), default value is 1.0 if
it is leaved blank.
F:The maximum feedrate of NURBS curve (mm/min),default value is
that of previous curve if it is leaved blank.
Description:
G06.2 cutting command executes NURBS curve interpolation
according to the program. G90/G91 determines whether absolute or
incremental mode is used. The cutting feedrate of NURBS curve
interpolation is set by “F” function.
20