Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,44 @@
"G1": "Feed, linear interpolation",
"G2": "Feed, circular interpolation, clockwise",
"G3": "Feed, circular interpolation, counter-clockwise",
"G4": "Dwell",
"G17": "XY-plane",
"G18": "XZ-plane",
"G19": "YZ-plane",
"G20": "Use inches",
"G21": "Use milimeters",
"G40": "Disable cutter compensation",
"G41": "Left diameter compensation",
"G42": "Right diameter compensation",
"G43": "Add length compensation",
"G44": "Substract length compensation",
"G53": "Machine coordinate system, non-modal",
"G54": "Work coordinate system #1",
"G55": "Work coordinate system #2",
"G56": "Work coordinate system #3",
"G57": "Work coordinate system #4",
"G58": "Work coordinate system #5",
"G59": "Work coordinate system #6",
"G80": "Cancel canned cycle",
"G81": "Drilling cycle",
"G82": "Spot drilling cycle",
"G83": "Peck drilling cycle",
"G84": "Tapping cycle",
"G90": "Absolute positioning",
"G91": "Incremental positioning",
"M0": "Program stop",
"M1": "Optional program stop",
"M2": "End of program",
"M3": "Spindle start, clockwise",
"M4": "Spindle start, counter-clockwise",
"M5": "Spindle stop"
"M5": "Spindle stop",
"M6": "Tool change",
"M8": "Enable coolant",
"M9": "Disable coolant",
"M30": "End of program and reset",
"M97": "Local subprogram call",
"M98": "Subprogram call",
"M99": "Subprogram return"
}
}
}
Expand Down