Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore G40, fail on G41/G42 #531

Closed
kennylevinsen opened this issue Nov 3, 2014 · 1 comment
Closed

Ignore G40, fail on G41/G42 #531

kennylevinsen opened this issue Nov 3, 2014 · 1 comment

Comments

@kennylevinsen
Copy link

I'm writing a gcode post-processor and sender, where I interpret (Which includes performing the arc calculations, and in the future also canned cycles and such), optimise and re-export the gcode, optionally sending to a CNC if requested.

Right now, I am caring the most for Grbl, as that's what my Shapeoko is running. My tool works fine with it, stuffing Grbl as full of codes as the 127 byte buffer allows, but I am having an issue that bothers my OCD. I fail loudly on code that my interpreter/vm does not support, and have therefore implemented handling of G40/G41/G42, and panic in my exporter if the state has ended up in 41/42 somehow, and simply ignoring G40.

While I am 100% okay with Grbl not handling tool compensation, it bothers my OCD that I cannot export a G40 to perform a nice reset in the general case. I have considered ways to eliminate it specifically in my GrblStreamer, but again, my OCD's for such a solution is sort of making me twitch.

I therefore had the thought: Seeing that G40 is the only state Grbl can be in, would it be highly unreasonable to have it no-op and respond with "ok", only failing on G41 and G42? That way, I would not need to special-case Grbl, and could generically export nice "reset" headers.

A comment would be nice.

@chamnit
Copy link
Member

chamnit commented Nov 4, 2014

@Joushou : Adding G40 is on my long to-do list.

@chamnit chamnit closed this as completed Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants