Page 1 of 3

Ability to Interact with Print Server APIs

Posted: Sat Mar 07, 2015 9:25 am
by dtown
Ahoy.

I use Octoprint to control my printer via LAN/WAN. Octoprint has an API that makes it easy to transfer data to the printer and control the printer.

It would be nice if there was generic way to interact with APIs like this within S3D, instead of having to save a g-code file and then drag into my Octorpint browser.

Re: [FEATURE REQUEST] Ability to Interact with Print Server

Posted: Mon Mar 09, 2015 11:01 am
by montressor
+1 on this. It would be amazing to have this functionality, even as an addon/plugin at additional cost

Re: [FEATURE REQUEST] Ability to Interact with Print Server

Posted: Mon Mar 09, 2015 12:24 pm
by KC_703
I wouldn't pay for this feature... don't give them any ideas. :)

Its easy to drag and drop my generated g-code from a local directory to web page. On the mac its only an extra click if you have a finder window on the directory and Octoprint web page in the background.

Re: [FEATURE REQUEST] Ability to Interact with Print Server

Posted: Mon Mar 09, 2015 12:50 pm
by FrankBlack
+1

Re: [FEATURE REQUEST] Ability to Interact with Print Server

Posted: Sun Mar 15, 2015 2:13 am
by madeinoz
+1

Re: [FEATURE REQUEST] Ability to Interact with Print Server

Posted: Mon Mar 16, 2015 6:35 am
by Venaas
+1

Re: [FEATURE REQUEST] Ability to Interact with Print Server

Posted: Fri Apr 10, 2015 4:26 am
by madeinoz
+1

Re: [FEATURE REQUEST] Ability to Interact with Print Server

Posted: Fri Apr 10, 2015 10:18 am
by DarthRevan
KC_703 wrote:I wouldn't pay for this feature... don't give them any ideas. :)

Its easy to drag and drop my generated g-code from a local directory to web page. On the mac its only an extra click if you have a finder window on the directory and Octoprint web page in the background.
Couldn't you just as easily have the folder Octoprint grabs code from be mounted and save toolpaths to that folder? Set it up once and then just select that folder when your like to use Octoprint?

Re: Ability to Interact with Print Server APIs

Posted: Wed Sep 16, 2015 7:48 am
by Martin Majewski
I totally support this! I want to have an option like "Send gcode to Octoprint" besides the "Save toolpath to disk" and "Beginn printing over USB".

As I am using my Macbook Pro with S3D it is not convenient to print over USB for hours.
It is also no option for me to use a SD card, because OctoPrint offers so much more control then my printer's LCD controller.
Saving the gcode to disk just to upload it manually into OctoPrint is sooo tedious.

Re: Ability to Interact with Print Server APIs

Posted: Wed Sep 16, 2015 12:55 pm
by DarthRevan
Martin Majewski wrote:I totally support this! I want to have an option like "Send gcode to Octoprint" besides the "Save toolpath to disk" and "Beginn printing over USB".

As I am using my Macbook Pro with S3D it is not convenient to print over USB for hours.
It is also no option for me to use a SD card, because OctoPrint offers so much more control then my printer's LCD controller.
Saving the gcode to disk just to upload it manually into OctoPrint is sooo tedious.
You get nearly the same functionality already if you take the time to setup the watch folder as a network shared folder.

from the Octoprint Config http://docs.octoprint.org/en/master/con ... tml#folder :
# Absolute path to a folder being watched for new files which then get automatically
# added to OctoPrint (and deleted from that folder). Can e.g. be used to define a folder which
# can then be mounted from remote machines and used as local folder for quickly adding downloaded
# and/or sliced objects to print in the future.
watched: /path/to/watched/folder

Mount the folder on your mac, save the gcode there, and then it's in your Octoprint queue.