gpost (apparently) omits first feed rate
there appears to be something wrong in my Gpost Config. The NCL clearly shows the first feed rate, but the posted ngc is missing it. seems likely to be a problem in gpost. Mine is a simple 3-axis FANUC post modified to work with LinuxCNC which is the controller for my little mill.
Where would you look for this problem?
The NCL File:
$$* Pro/CLfile Version 7.0 - 7.0.0.0
$$-> MFGNO / BALDEHOLDER3
PARTNO / BALDEHOLDER3
$$-> FEATNO / 15355
MACHIN / UNCX01, 33
$$-> CUTCOM_GEOMETRY_TYPE / OUTPUT_ON_CENTER
UNITS / INCHES
LOADTL / 6
$$-> CUTTER / 0.092000
$$-> CSYS / 1.0000000000, 0.0000000000, 0.0000000000, 0.0000000000, $
0.0000000000, 1.0000000000, 0.0000000000, 0.0000000000, $
0.0000000000, 0.0000000000, 1.0000000000, 0.0000000000
SPINDL / RPM, 2600.000000, CLW
FEDRAT / 3.000000, IPM
GOTO / 0.0000000000, 0.0000000000, 1.0000000000
GOTO / 0.6750000000, 0.8718272424, 0.1250000000
CYCLE / DEEP, DEPTH, 0.192640, STEP, 0.009200, IPM, 3.000000, CLEAR,$
0.006000, RETURN, 0.125000
GOTO / 0.6750000000, 0.8718272424, 0.0000000000
GOTO / 0.6750000000, 0.4568272424, 0.0000000000
CYCLE / OFF
FEDRAT / 3.000000, IPM
GOTO / 0.6750000000, 0.4568272424, 1.0000000000
GOTO / 0.0000000000, 0.0000000000, 1.0000000000
$$-> END /
FINI
The ngc File:
(23)
(DATE:01/14/21 TIME:09:06:15)
G0G80G90G17G40G49G98
T06
M6
S2600M3
G1X0.Y0.Z1.
X.675Y.8718Z.125F3.
G83X.675Y.8718Z-.1926R.006Q.0092F3.
Y.4568
G80
G0Z1.
X0.Y0.
M30
%

