INTUWIZ                    Intuitive Wizard
   Bookmark and Share    CNC G-codes.CNC Mill Programming.G01 command - Linear Interpolation                                                              

G01 command moves a tool to a new position linearly at some feed rate.

CNC (G-code) G01 command moves a tool in a straight line.

G01 command used to cut a straight line. 

G01 command is modal.
G01 is included in the modal group 1 (Motion) (G00, G01, G02, G03, G33, G38, G80, G81, G82, G83, G84, G85, G86, G87, G88, G89).

 

Example for CNC (G-code) G01 command:

G01 X4.2 Y6.8 F2.0 ; Moves to ( X = 4.2, Y = 6.8, at 3 units/minute)

 

Hint: You can try free on-line G-code generator for cutting of the line using G01 command.

 

Back to list of CNC G Codes and CNC M-codes

Generate a G-Code toolpath for a various  details

 

Copyright © Intuwiz  Software 2023 All Righs Reserved.
Home | Articles | G01 command - Linear Interpolation