Sending Gcode via bash to Duet and start print?
-
Hi there
Is it somehow possible to send a gcode file via bash to my Duet Wifi and start printing the file without the need of confirmation?
-
You nees to talk to it over a serial connection. Perhaps this will help:
-
I clarify my question. Can I send a Gcode via bash and NETWORK to my Duet Wifi?
Something like this:
$ cat god.gcode | netcat MyDuetIp
-
look up the simplify 3d thread, has examples to use curl to send http requests to upload files and start prints
-
There’s https://github.com/wilriker/rfm
Ian
-
does rfm allow execution?
@droftarts said in Sending Gcode via bash to Duet and start print?:
There’s https://github.com/wilriker/rfm
Ian