Skip to content

Instantly share code, notes, and snippets.

@elliotboney
Created August 3, 2017 19:01
Show Gist options
  • Save elliotboney/a70f3b2ee74c90398eac1ca0610adeaa to your computer and use it in GitHub Desktop.
Save elliotboney/a70f3b2ee74c90398eac1ca0610adeaa to your computer and use it in GitHub Desktop.
Allows sending files directly from simplify3d to octoprint
# In Simplify3D go to:
# - Edit Process Settings -> Scripts
# At the very bottom there is a box titled "Post Processing"
# Add the following command line to the box titled "Addidional Terminal Commands for Post Processing"
curl -k -H "X-Api-Key: 1111111222222233333444455555" -F "select=false" -F "print=false" -F "file=@[output_filepath]" "http://octopi.local/api/files/local"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment