-
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
Gmoccapy - Combination M61 + G4 #2489
Comments
|
I made tests of this bug: 2.7.15, GUI AXIS, BUG - NO I couldn't plot 2.8.0-pre0 and 2.8.0-pre1 so I couldn't test them. |
The cause of this problem is in these lines: linuxcnc/src/emc/usr_intf/gmoccapy/gmoccapy.py Lines 3540 to 3544 in 56883b9
As these lines cause more problem, I made a HAL pin which disable these lines. When I change tools Q1 to Q5, the lines are activated. This is the default behavior of Gmoccapy. Note that LCNC ignores G4 P10. When I change tools Q6 to Q10, the lines are disabled by my HAL pin. LCNC is working properly. |
I will be on this point in early September and double check all code and hope to find a solution for all the issues you mentioned. Could you please do a test for me? Thanks for you help |
I will do the test and then I will give you feedback. |
Thank you |
I tried to do that test, but I couldn't get RETAIN_G43 to work: |
This patch ensures that the automatic command G43 is not executed immediately, but when the LCNC is in IDLE mode.
I use RIP instalation Branche 2.9, sim gmoccapy
If I enter a combination of M61 and G4 commands in the command line, sometimes the G4 command is executed, sometimes not.
Watch the video:
MDI_command_ignore_G4.mp4
The text was updated successfully, but these errors were encountered: