How to interact with Duet2 board with Java?
-
The Duet2 board is connected to the computer via ethernet cable and we want to be able to send G-Code commands via Java.
How would we go about doing this?
Many thanks,
Tom
-
-
@chrishamm What format does the G-Code need to be in to execute a successful HTTP GET /rr_gcode request? Could you give an example?
-
@tom1 It needs to be URL-encoded, so e.g. http://duet2/rr_gcode?gcode=G1 X10.