From 7f3cf47d03699e8fae0c3506c11827c817100a58 Mon Sep 17 00:00:00 2001 From: Arman Hayots Date: Mon, 26 Dec 2022 14:26:39 +0300 Subject: [PATCH] Added a few coomnand descriptions. --- package.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 45ed569..546d790 100644 --- a/package.json +++ b/package.json @@ -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" } } }