G92 is a G-code used to set the current position of the machine as a new reference point. It allows you to change the zero…
G-Code
G90/G91– Absolute/Incremental Position Mode
G90 and G91 are two G-codes that control the positioning mode of a CNC machine. Positioning mode determines how the machine interprets the coordinates given in the program. G90…
G73-G89 – Canned Cycles
Canned cycles are a set of commands that simplify and automate common machining tasks, such as drilling, tapping, and boring holes. Instead of programming every…
G69 – Coordinate System Rotation Cancel
G69 is a G-code command that cancels the coordinate system rotation that was previously set by G68. Coordinate system rotation is a feature that allows…
G68 – Coordinate System Rotation
G68 is a G-code command that allows the user to rotate the coordinate system of a CNC machine by a specified angle around a specified…
G67 – Macro Modal Call Cancel
G67 is a G-code that is used to cancel the modal call of a macro program in CNC machines. A macro program is a set…
G66 – Macro Modal Call
G66 is a G-code for modally calling a custom macro program in CNC machining. A custom macro is a user-defined program that can perform complex…
G65 – Macro Call
G65 is a G-code command that is used to call a macro program in CNC machining. A macro program is a set of instructions that…
G64 – Constant Velocity Mode
G64 is a G-code command that instructs a CNC machine to move in a constant velocity mode. This means that the machine will try to…
G61 – Exact Stop Mode
G61 is a G-code command that instructs the CNC machine to perform an exact stop at the end of each programmed move. This means that…