Heat printer with Stream deck

I want to be able to heat my printer with a simple button on my stream deck but i have no idea where to start, could someone possibly help me?

Comments

  • You need a script that sends the command you want to execute to the printer and configure stream deck to execute that command. Under
    https://prgdoc.repetier-server.com/v1/docs/index.html#/en/index
    you see how the API works. Most likely you just need the "send" command to send some g-codes. You can use e.g. curl to send the command. In this forum you find plenty of examples if you search for curl.

Sign In or Register to comment.