Toggle navigation
Categories
Discussions
About Us
Privacy Policy
Sign In
Home
›
Repetier-Firmware
›
Questions & Answers
Send gcode in url
Rayder
October 2022
in
Questions & Answers
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?
Comments
Repetier
October 2022
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. See
https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/bridge
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
Sign In
or
Register
to comment.
Comments
If you talk about Repetier-Server or firmware connected to Repetier-Server then this is possible. See
https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/bridge
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