Feature Request: External Command [curl]
Hello together,
i hope, this question is the first question in this direction and my question is allowed?
I use with my anycubic i3 mega, the repetier server to print 3d models directly over usb. With simplify3d, this is my actually slicer, i have in that slicer program a possibility to configure a external command. This is need to make a curl post, to upload the new 3d gcode with api key to repetier server.
i hope you understand, what i mean.
Thanks a lot.
RE: Feature Request: External Command [curl]
I'm not familiar with Repetier server, but if it's compatible with Octoprint, you may be in luck. If you configure PrusaSlicer with the Octoprint API, you can print directly after slicing. No need to call an external program. If repetier server's network printing API is not the same, feature requests to both (repetier and PrusaSlicer) may be appropriate.
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
RE: Feature Request: External Command [curl]
hello bobstro,
thanks a lot for your answer.
Test: No, its not working. I have test duet and octoprint. That's why I had the question about it is not be "easier" to get an external command.
But i will it test again and change something for the upload url:
curl -X POST -k -H "Content-Type: multipart/form-data" -H "x-api-key:apikey" -F "a=upload" -F "file=@[output_filepath]" "http://printserver:3344/printer/model/anycubici3mega"
-F "file=@[output_filepath]" == Simplify3D outputFile handle.
thanks a lot.