Reply To: Informacion sobre el programa de Arduino

#1927
Angel LM
Admin

    Hola Iván,
    Habría dos maneras de hacerlo. Por un lado, generar un archivo .gcode y ejecutarlo con el Universal Gcode Sender.
    Por otro lado, se puede programar un script en python que envíe por el puero serie las instrucciones de movimiento (un ejemplo de ésto último puedes encontrarlo en este repo)
    Espero que sea de ayuda!

    —-

    Hello Ivan,
    There would be two ways to do it. On the one hand, generating a .gcode file and running it with Universal Gcode Sender.
    On the other hand, you can program a python script that sends through the serial port the movement instructions (an example of this can be found in this repo).
    I hope it helps!