-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
G-Code error when attempting to touchoff. #269
Comments
I confirm this happens on the tip of master (d63aca6). |
I'm on master too and the "regular offset" button up to "touch off" causes this problem too Linux cnc28 3.4-9-rtai-686-pae #1 SMP PREEMPT Debian 3.4.55-4linuxcnc i686 GNU/Linux The following error message: |
@phillc54 thanks for the detailed bug report. based on this, it's pretty clear I introduced the problem, so I'll try to resolve it soon. For now you can probably just |
The problem stems from how after |
Thank you! |
## Here are the steps I follow to reproduce the issue:
## This is what I expected to happen:
Zero X axis in G54 coordinate system
## This is what happened instead:
The following error message:
G-Code error in axis.ngc
Near line 0 of
/home/phill/blah/blah/blah/axis.ngc:
Line with G10 does not have L1, L10, L11, L2, L20
## Information about my hardware and software:
Issue first appears in commit 001eb00, last working commit was 596363b.
The text was updated successfully, but these errors were encountered: