Can I send GCODE from S3D to Astroprint?

I know I can simply upload gcode from S3D to Astroprint but with Octoprint I was able to specify some code in S3D and use curl to send the sliced GCODE to Octoprint. Tried using the same command and API that was generated in Astroprint but it didn’t seem to work? Anyone know if this is possible/supported?

This is the command I used with octoprint:

curl -H “X-Api-Key: F0926ED3C069401F9334CF713B465BA4” -F “select=false” -F “print=false” -F “file=@[output_filepath]” “http://192.168.1.59/api/files/local

What was the error? this should work

Didn’t notice any particular error when saving the GCODE out via S3D and it actually looked like it worked but the gcode never made it to the Astroprint list of files to select for printing.

I think I know what the problem is. This is a recent re-install of windows and I dont have curl downloaded yet :slight_smile: Let me give it another try.