About the NCPlayer Service:
File Menu
Edit Menu
View Menu
Formatting Menu
Tools Menu
Machine Configuration Menu
Collaboration

Change Code Format G0/M0/T0 → G00/M00/T00


Change Code Format G0/M0/T0 → G00/M00/T00 and Back

This function allows you to quickly convert the format of G, M, and T addresses in a CNC program:

  • Short formatG0, M0, T1
  • Full formatG00, M00, T01

Depending on the selected conversion direction, the function either adds a leading zero to single-digit addresses (converting them to a two-digit format) or removes it for simplified notation.

Example

When selecting G0/M0/T0 → G00/M00/T00:

G0 X100 M3 T1

is converted to:

G00 X100 M03 T01

When selecting G00/M00/T00 → G0/M0/T0:

G00 X100 M03 T01

is converted to:

G0 X100 M3 T1

This function is useful for standardizing code to meet the requirements of a specific CNC, CAM system, or company standards.

NCPlayer NCPlayer
CNCPassport © MEBLEOS © 2026 · Ver 1.0 · Terms & Conditions | Privacy Policy | Cookie Policy | Refund Policy Legal information | Privacy Policy