G95 G-Code: Mastering Feed Per Revolution for CNC Machining
Feed Per Revolution (G95)

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
- CNC Programming for Beginners a Simple CNC Programming Example
- Lathe CNC Programming Example
CNC Machine
- Whirlpool’s Reliability Revolution: Elevating Uptime, Productivity, and Profitability
- Industry 4.0 Explained: What It Means for Smart Manufacturing
- The Fourth Industrial Revolution: How 4IR Will Reshape Manufacturing and Services
- Understanding CNC G-Code G00: Rapid Traverse for Efficient Tool Movement
- Mastering CNC Dry Run: Boost Precision & Efficiency
- CNC Speed and Feed Override: A Comprehensive Guide
- G94 Feed Per Minute – Understanding G-Code for Accurate CNC Machining
- Mach3 Turning G‑Code Reference Guide
- Comprehensive Fanuc G-Code Reference for CNC Programming
- Comprehensive Guide to Fadal G/M Codes and Fixed Subroutines for CNC Machinists