Article Contents
Technical Drawing

CNC Program
N10 G00 X10.Z5. ;
N15 G94 G01 Z0 F50. ;
N20 X20.Z-5.;
N25 Z-10. ;
N30 G95 G02 X30.Z-15.R5. F0.21 ;
N35 G01 Z-25. ;
N40 X55. ;
N45 G00 Z5. ;
The above example gives a changeover from feed / rev. to feed / min.
N15 G94 G01 Z0.F50. ; |
The code G94 activates feed / min. mode and F50 refers to 50 mm/min. |
N30 G95 G02 X30.Z-45.R5 F0.2 ; |
The code G95 activates feed / rev. mode and F0.21 indicates 0.21 mm/rev. |
G Codes Explanation
G00 Rapid traverse |
G01 Linear interpolation |
Need to More?
Our volunteers have worked together and carefully prepared the articles published here in their native language without using machine translation. You can search the entire site for more information on the subject. You can start a discussion on CNCarea.com forums and join us to get support, ask questions, improve a published article or give your opinion.