start_print
Start printing a G-code file already on the printer. Provide the filename and printer model to begin the print job.
Instructions
Start printing a G-code file already on the Bambu Lab printer. Alias of start_print_job for upstream MCP compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Hostname or IP of the printer (default: value from env) | |
| printer | No | Configured printer ID. Omit to use the default printer or the only configured printer. | |
| filename | Yes | Name of the file to print | |
| bambu_model | No | REQUIRED: Bambu Lab printer model. Ask the user if not known. Starting G-code for the wrong model can damage the printer. | |
| bambu_token | No | Access token (default: value from env) | |
| bambu_serial | No | Serial number (default: value from env) |