Engimo112
Posts: 6
Joined: Fri Sep 09, 2016 6:54 am

G-Code interpreter

Wed Oct 26, 2016 5:24 pm

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

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: G-Code interpreter

Wed Oct 26, 2016 5:59 pm

RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

Engimo112
Posts: 6
Joined: Fri Sep 09, 2016 6:54 am

Re: G-Code interpreter

Wed Oct 26, 2016 7:33 pm

elParaguayo wrote:Is this any good? viewtopic.php?f=32&t=132311&p=884051
Thanks, I will definetly take a look.

Return to “Python”