run_gcode_program
Execute multi-line G-code programs on CNC routers running FluidNC firmware by sending commands line-by-line with confirmation required for safety.
Instructions
Send a multi-line G-code program to the machine, one line at a time. Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gcode | Yes | Multi-line G-code program | |
| confirm | No | Must be true to execute |