How to send gcode via API?
Hi
disclaimer: I know little about 3d printers or motor control systems.
But I'm loving this software. it is so cool :-)
fyI: My project is a completely non standard 'thing' and Im pressing repetier into non standard stuff, but I think this is a general question:
How can I (or is it possible to) send a request with gcode to the API?
Having read docs I was assuming I could do something like this:
http://localhost:3344/printer/api/MyPrinter?apikey=yadayada-blah-blah-asdf-yadayada&a=send&data=G1 X50
(I'm using curl or somesuch so encoding aside)
but any options I tried dont work.
How to do this please?
Thanks
c.
Comments