You are browsing as a guest. Sign up (or log in) to start making projects!

3h 31m 45s logged

V1.0 is now

New stuff

Logic

  • now both APT reader and G-code output are in switch case this makes processing much faster, and takes less memory
  • line splitting is now done before actually going into the switch case for both reader and writer, mainly because then element zero in this case is basically line.startsWith, and then later in code I shaved of like 14 line splits
  • invalid cycles are now rejected and aren’t even translated into KK

Bug fixes

  • since I switched from line.startsWith I need only the word in the variable, and there is like a $$*CATIA0 in every file and I hadn’t put line split with * so it registered as and error
  • I have had left the incomplete cycles to be completely written causing an undefined variable to be written in KK and forwarded into G-code

What if’s?

What if I was supposed to like make CYLINDR output 300 points in G-code I honestly don’t wanna do that?

0
11

Comments 0

No comments yet. Be the first!