Page 1 of 1

G-Code interpreter

Posted: Wed Oct 26, 2016 5:24 pm
by Engimo112
Hello! I was looking for a program that would interpret code and control stepper motors. However I haven ´t found anything. Is there any you know about?

I have also considered to program it myself, i would handle controling motors, but I don´t have a clue how would I do interpreter. Would I go line by line, split it by spaces, and then check for each letter, save number and move motor, then proceed to another line? That is the only way I can think about. Could you give me some ideas of yours?


Regards

Re: G-Code interpreter

Posted: Wed Oct 26, 2016 5:59 pm
by elParaguayo

Re: G-Code interpreter

Posted: Wed Oct 26, 2016 7:33 pm
by Engimo112
elParaguayo wrote:Is this any good? viewtopic.php?f=32&t=132311&p=884051
Thanks, I will definetly take a look.