gcode_translate
Translates G-code commands to plain English, showing each command's meaning and current machine state. Accepts a file path or raw code.
Instructions
Translate G-code to plain English, line by line. Accepts either a file path or raw G-code string. Shows each command, its meaning, and the current machine state context.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path_or_code | Yes | ||
| max_lines | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |