load_gcode
Load G-code files into CNCjs to prepare CNC machine jobs for execution. This tool transfers G-code content to the CNCjs server for processing and running on GRBL-based CNC machines.
Instructions
Load G-code content into CNCjs for execution
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name for the G-code | |
| content | Yes | G-code content to load |