-
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
[2.9 AXIS/Lathe] Rigid Tapping (G33.1). "parse_error interp_error" #2632
Comments
The problem might be the O0001 at the beginning. |
@andypugh Hi, nah the problem is related to parsing the G33.1 (line 8). Remove that G33.1 out and it works fine, replace with G33 also works fine. Literally only complains when 33.1 (Rigid Tapping) is called. Removing the O0001 does not fix it unfortunately. Tried that before. No rush. When the devs feels like it. Somehow the operation complete regardless, just a nuisance really. Thanks guys 👍 |
@andypugh Hi, I've set-up a quick environment and silenced Line 919 in gcodemodule.cc and installed 2.10.0~pre0. Let me know if there is anything to look for, or if can do anything to help out ironing this bug. Thanks. |
I believe the issue is a missed conversion from list to tuple in this commit: 70771d6 |
Hi,
I'm having problem with the Rigid Tapping (G33.1). I am not entirely sure how to debug linuxcnc as my tech skills are somehow limited and would appreciate if someone more savvy could confirm this is a bug. Included is a screenshot of the error and the gcode that is causing it.
Environment:
LINUXCNC - 2.9.0-pre1-1120-ga179f6e64
Linux debian 6.3.0-rt11-linuxcnc #2 SMP PREEMPT_RT Mon May 1 17:18:20 AEST 2023 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: