gcode_translate
Translate G-code into plain English with line-by-line explanations. Accepts file path or raw code, showing each command's meaning and current machine state.
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
| Name | Required | Description | Default |
|---|---|---|---|
| file_path_or_code | Yes | ||
| max_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |