Hi dear friend ,
I see it ,but I wanna use curl commands. So it´s unreal in one command ?
Thanks
- 11 months later...
hi rtiksvk,
Here is a curl command that works for me :
curl -X POST http://YOUR_URL/api/v1/print_job --digest --user YOUR_USERNAME:YOUR_PASSWORD -H 'Accept: application/json' -H 'Content-Type: multipart/form-data' -H 'cache-control: no-cache' -H 'content-type: multipart/form-data;' --form 'file=@YOUR_FILE_PATH/YOUR_GCODE.gcode' -F 'jobname=JOBNAME'
Recommended Posts
Nicolinux 288
Hi,
check out this tutorial on how to authenticate to the UM3 API:
https://community.ultimaker.com/topic/15604-inside-the-ultimaker-3-day-3-remote-access-part-2/
Link to post
Share on other sites