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”