send_gcode
Send G-code or Grbl commands to CNC machines running FluidNC firmware. Execute single commands with automatic safety classification, requiring confirmation for dangerous operations.
Instructions
Send a single G-code or Grbl command to the CNC machine. Safety level is auto-classified. DANGEROUS/CRITICAL commands require confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | G-code or Grbl command to send | |
| confirm | No | Must be true for DANGEROUS or CRITICAL commands |