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.
Comments
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.