Search found 5 matches

Go to advanced search

by pgoth
Tue Feb 07, 2017 12:56 pm
Forum: General Discussion and Tips
Topic: Multiple objects and processes
Replies: 5
Views: 4246
 
Jump to post

Re: Multiple objects and processes

I was just to post the same question... what I have not found a way to solve though is that even if you have multiple parts, aligned properly, with one or more processes Simplify3d does not recognize it as one part and the parts are not sliced as one object but as many parts. I've sliced my original...
by pgoth
Tue May 03, 2016 4:36 am
Forum: Feature Requests
Topic: Send GCode Directly to OctoPrint
Replies: 108
Views: 224686
 
Jump to post

Re: Send GCode Directly to OctoPrint

Is there an easy way to do this on a Windows 10 machine? Yes, just download curl (small binary) from https://curl.haxx.se/download.html and unzip it. If you are using SSL on the OctoPrint server also download the SSL version that includes the OpenSSL dlls.. Then call the curl command as previously ...
by pgoth
Tue Apr 05, 2016 7:51 am
Forum: Feature Requests
Topic: Send GCode Directly to OctoPrint
Replies: 108
Views: 224686
 
Jump to post

Re: Send GCode Directly to OctoPrint

Hi, yeah, if you have SSL enabled and required for your OctoPrint server and you are using a self signed/insecure certificate the "-k" parameter is required. Good input Thanks pgoth I've solved it fairly easy.. I'm running on S3D on a Mac and I am just calling a curl command as follows: cu...
by pgoth
Fri Mar 04, 2016 2:21 am
Forum: Feature Requests
Topic: Ability to Interact with Print Server APIs
Replies: 20
Views: 18668
 
Jump to post

Re: Ability to Interact with Print Server APIs

I've added just a small command to do this in the script section. See viewtopic.php?f=23&t=1924&start=10#p20335
by pgoth
Mon Feb 29, 2016 2:42 pm
Forum: Feature Requests
Topic: Send GCode Directly to OctoPrint
Replies: 108
Views: 224686
 
Jump to post

Re: Send GCode Directly to OctoPrint

I've solved it fairly easy.. I'm running on S3D on a Mac and I am just calling a curl command as follows: curl -H "X-Api-Key: 185A556C8F684E20AAB85F2D867F2791" -F "select=false" -F "print=false" -F "file=@[output_filepath]" "http://192.168.2.197/api/files...

Go to advanced search