Plugin for Octoprint?
I'm not a developer (at least not any sense of a competent one) or else I would investigate this further myself.
Would it be possible to create a Plugin for Octoprint that talks to PrusaLink?
Scenario I'm thinking here is... I want to be able to have AI monitor the print (in particular, Obico.io). But they're dependent on Klipper or Octoprint. So, couldn't you just have Octoprint, "speak" to PrusaLink over the API? (I'm vastly oversimplifying as I'm out of my depth here...)
Poll it for print status? Pass commands to control the printer? Send the Pause command on Failure detection in Obico?
So Octoprint isn't doing the printing... it's just facilitating communications/control to the PrusaLink. Obviously not all features/plugins would work but a lot of features would (monitoring and control from OctoPrint Apps, etc)
RE: Plugin for Octoprint?
Hi, I also don't feel competent in answering. I do not know Octoprint so well to be able to tell if the plugin API allows for such a feature to exist. Assuming it does not, it might be possible to use the serial IO of Octoprint so it relays commands to the PrusaLink API, but I cannot tell if printing would end up working reliably using this method.