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

Support G90.1 and G91.1 #104

Closed
winder opened this issue Dec 23, 2013 · 1 comment
Closed

Support G90.1 and G91.1 #104

winder opened this issue Dec 23, 2013 · 1 comment

Comments

@winder
Copy link
Owner

winder commented Dec 23, 2013

http://linuxcnc.org/docs/html/gcode.html

G90.1 Arc centers I,J,K are absolute
G91.1 Arc centers I,J,K are relative to the arc's starting point

@michmerr
Copy link
Contributor

These are linuxcnc extensions, right? The NIST standard assumes I, J, K are relative in both G90 and G91 modes, I think this is what GRBL supports, too, so the translation would have to be filtering out of the G9[0/1].1 codes, and conversion of I, J, K values from absolute to relative if it had been a G90.1 code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants