Feature Request: External Command [curl]
 
Notifications
Clear all

Feature Request: External Command [curl]  

  RSS
c.moellers
(@c-moellers)
New Member
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. 

 

Posted : 25/09/2019 6:30 pm
bobstro
(@bobstro)
Illustrious Member
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.

My notes and disclaimers on 3D printing

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

Posted : 25/09/2019 7:53 pm
c.moellers
(@c-moellers)
New Member
Topic starter answered:
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.

This post was modified 5 years ago by c.moellers
Posted : 25/09/2019 8:46 pm
Share: