G-Code G95 Feed Per Revolution

Feed Per Revolution (G95)

G95 Feed Per Revolution

G95 Feed Per Revolution

G95 (Feed Per Revolution) is a modal G-code that instructs the control to interpret feed commands as mm per revolution (mm/rev) or inches per revolution of the spindle.

G01 F0.02

the above cnc program code would cause the axis to advance 0.02mm for every revolution of the spindle.

When G95 is active the feed values will be programmed as follows: F0.05, F0.15, F0.3, F0.5 and so forth.

N11 ……
N12 G95 ; Program with G95 (F= mm/rev.)
N13 G1 Z-20 F0.2
N14 ……

CNC example programs with G95 feed per revolution G code