Hi,
I am implementing a CNC for PCB with Arduino UNO and LIFA base. What the program does is:
1.- Load the image of the tracks
2.- Generate the coordinates of the first track
3.- It is positioned in the co-chains (0,0,0)
4.- It is located in the first coordinate
5.- Work with the rest of the coordinates
repeat 2, (with the next track) 4 and 5 until all the tracks are finished.
Well that's what I should do, but an error comes out in point 5; I would like to know how to correct this error of
communication and any suggestions to optimize the program.
I enclose a capture of the error, the program and the image I am working with.
P. D .: Already tried with previous versions 1.8.5, 1.0.1 and 1.0.5-r2