Rayder Is there a way to send gcode directly through a URL, like you just type in the URL and it sends a line of gcode to the printer?
Repetier Repetier-Firmware is no TCP/IP device so no.If you talk about Repetier-Server or firmware connected to Repetier-Server then this is possible. Seehttps://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/bridge<br/><br/>for documentation of direct access via URL. What you want is sending the websocket send action via direct call:https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/websocket/control?id=send-a-g-code<br/><br/>