send_gcode
Send G-code commands to control CNC machine movement and operations through the CNCjs server. Execute precise toolpaths by transmitting single or multiple G-code instructions to GRBL-based machines.
Instructions
Send one or more G-code lines to the machine. HIGH RISK — causes physical motion.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gcode | Yes | G-code line(s) to send (string or array of strings) |