Originally Posted by ger21 Should only take a few minutes using ACE converter and any CAD program. |
I'm now using TurboCAD - Ace - TurboCNC, and I'm sure that I can draw the path needed but I thought that there might be a way to actually 'program' with G-Code like you can with BASIC. ie;
05 'something' = 1
10 Do 'something'
15 'something' = 'something' + 1
20 GOTO 10
That sort of thing.