Michael-F-Bryan / gcodes

A basic C# gcode parser and interpreter
https://michael-f-bryan.github.io/gcodes/
MIT License
29 stars 9 forks source link

Simulating A CNC Machine #3

Open guidovanhilst opened 5 years ago

guidovanhilst commented 5 years ago

Hi Michael, I was wondering if you still are developing this library? Thanks, Guido

Michael-F-Bryan commented 5 years ago

I'm actually using the library at work, so yes I'm still planning to maintain it.

At the moment the library has everything necessary for parsing text into G-codes, and inheriting from the Gcodes.Interpreter class gives you everything you need for executing a G-code program. It implements everything I was looking for, so now I'm actually using the library and haven't needed to make any code changes.