That's pretty much what I did on my lathe <https://www.youtube.com/watch?v=ArRQhpHGtro>.
Good grief, that video is 13 years old. Where did the time go?

Les

On 28/10/2022 00:09, andy pugh wrote:

With LinuxCNC:

#1 = 10
O100 WHILE [#1 LT 20]
G0 X#1
F1 F100 Z0
G0 X[#1 - 1]
#1 = [#1 + 0.025]
O100 ENDWHILE
M2




_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to