fieldOfView / Cura-OctoPrintPlugin

Cura plugin which enables printing directly to OctoPrint and monitoring the process
GNU Affero General Public License v3.0
495 stars 74 forks source link

Duet Wifi extension #71

Closed cbusillo closed 6 years ago

cbusillo commented 6 years ago

Hi! I love this plugin. Is there any chance it can be extended to control a Duet Wifi board? Thanks.

fieldOfView commented 6 years ago

The protocol for the Duet (Ethernet or Wifi) is so different from OctoPrint that it would make more sense to make a separate plugin for it. I don't currently have a Duet board, so that would make it hard to implement this.

cbusillo commented 6 years ago

Thanks for the feedback. I had hoped it was similar. The available Duet plugin was forked from a different OctoPrint plugin. It works, but your design is so much better =). I might have to get the Duet guys I know to chip in on a board for you!

fieldOfView commented 6 years ago

The available Duet plugin was forked from a different OctoPrint plugin.

Perhaps you have a link?

cbusillo commented 6 years ago

Duet plugin for cura https://github.com/Kriechi/Cura-DuetRRFPlugin

Based on octoprint plugin for Cura https://github.com/markwal/Cura-OctoPrintUpload

Issue on DuetRRFPlugin about merging https://github.com/Kriechi/Cura-DuetRRFPlugin/issues/6

fieldOfView commented 6 years ago

That plugin looks fairly comprehensive to me. The part that is missing in the plugin is also the part that I would not know how to implement without access to the hardware; I can't test polling the state of the printer.

For now I am going to close this issue.

cbusillo commented 6 years ago

Sure thing! Thanks for taking a look. I use your plugin on my one printer still =). If you ever change your mind let me know, I can at least produce the http stuff.