Search found 2 matches

Go to advanced search

by davidbitton
Fri Apr 01, 2016 9:44 am
Forum: Feature Requests
Topic: Send GCode Directly to OctoPrint
Replies: 108
Views: 183732
 
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/file...
by davidbitton
Wed Feb 10, 2016 1:29 pm
Forum: General Discussion and Tips
Topic: Tip of the Day 3- Steps Per MM, tolerances and more!
Replies: 6
Views: 22525
 
Jump to post

Re: Tip of the Day 3- Steps Per MM, tolerances and more!

One thing to keep in mind with issuing an M92 and an M500 is that not all firmware is configured to allow EEPROM changes. I found that mine would not. Therefore, I just add my M92 line to my start-code. Thanks!

Go to advanced search