upload_file
Upload a local file to a Bambu Lab printer, optionally starting the print job immediately.
Instructions
Upload a local file to the Bambu Lab printer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Local path to the file to upload | |
| filename | Yes | Name for the file on the printer | |
| No | Start printing after upload (default: false) | ||
| host | No | Hostname or IP of the printer (default: value from env) | |
| bambu_serial | No | Serial number (default: value from env) | |
| bambu_token | No | Access token (default: value from env) |