grbl / grbl-sim

Compiles Grbl into an executable for your computer.
GNU General Public License v3.0
89 stars 76 forks source link

Offline Gcode Validator #3

Closed ashelly closed 9 years ago

ashelly commented 10 years ago

Offline Gcode validator. As discussed in https://github.com/grbl/grbl/issues/506 Could be used to ensure valid gcode without having hardware available.
Runs much faster than sim, since it doesn't actually track positions.

chamnit commented 9 years ago

@ashelly : Sorry it's been so long accepting this pull request. I think I broke it by merging an earlier one. Do you want control of this repo to be able to do what you need to grbl-sim?

ashelly commented 9 years ago

@chamnit, Thank you for the offer. I am willing to have control this repo, but I have to admit that I'm not using the simulator nearly as often as I was, and I have no idea how others are using it. Maybe it's worth starting a poll to see who is using this, and for what.

I will fix up this request, and I do have a few other changes I made, trying to get it to run faster.

ashelly commented 9 years ago

Closed in favor of #4