HLC - High Level Control (like a more flexable programming language)
I'm totaly new to G-Code, but I'm a programmer, I need to...
do somthing like this.
10 g00 X0
20 g00 x-11.9844
30 'and here's really what I need
40 g00 y=y+1
50 if y=11.9844 then goto HOME_IT
60 goto 10
:HOME_IT
g00 x0 y0 z0
********************************
It does not need to be exactly like the above code, I just need
a way to use variables, loops and functions.
It would be nice to be able to define constants, and/or macros also.
Like I said I'm totaly new to G-Code. Is there
a tool I can use to do this ? is it built in ?
Where is a tutoral, How do I do it ?
Thanks,