nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
251 stars 65 forks source link

A custom command for rendering timelapses #267

Open bakatrouble opened 1 year ago

bakatrouble commented 1 year ago

What would you like to see added?

I'm storing both my temp files and assembled timelapses on a network storage connected using NFS from a much more powerful machine than the one the bot is running on, and I'd like to leverage that power (and that would be much faster than transferring stuff over wifi over and over as well).

Would you be interested in accepting a PR implementing running a custom script for timelapse assembly?

aka13-404 commented 1 year ago

Sounds good to me, but is the bot the right place for that command? It sounds to me, that you just want something in the end g-code to signal your other machine building the script.

What hinders you from doing this already? This is more or less (from the workflow perspective) doing what you need, no?