-
-
Notifications
You must be signed in to change notification settings - Fork 766
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
Probe and autolevel fail to change Z zero #2419
Comments
Mine doesn’t work that way either. However, after running the z probe plug-in, z axis is zeroed as long as I don’t click the zero button in the controller state window |
I'm not quite sure what you mean. When you run the z probe plug-in, it does zero out Z for you? Does it respect the "Touch plate thickness" setting? Does the AutoLeveler plug-in work for you? |
when I position my x & y axis, I click the zero button in the controller state window. the window updates to show zero.(just like your picture) After clicking probe and zero z, just click return to zero in your toolbox and see if your z axis is actually zeroed. |
Oh, I think I see. If I run the Z Probe and then hit return to zero (Or type G0 Z0), mine returns to the previous zero position, it doesn't go to the zero position of the touch plate. The routine is definitely failing too, as I believe it's supposed to raise a little after touching the plate, and the auto leveler only does a single probe. |
I'm experiencing the same. Probe goes down and on contact it just stops and doesn't appear to do anything else. I'm running latest stable g2core on Arduino Due + g2core shield Here's the console output:
Wonder if that [unhandled message] has something to do with it... |
Ahh, interesting. I actually didn't expect this to happen on GRBL. I don't get the unhandled message with tinyg. What OS are you running? I've also tried this on Debian with an Intel machine and have the same issue as the Pi. |
I messed about with it a bit more and it turns out that unhandled message was linked to a setting I had compiled g2core with:
I tried with it set to false and it indeed got rid of that unhandled message line, but it did not solve the original issue though. It still just stopped on probe contact. EDIT: Just to be clear I'm not using Grbl. I'm using g2core which is based on TinyG. |
Version
2.1.3
Hardware / Firmware
TinyG
What happened
When running the Z probe module, my CNC appears to correctly interpret the
G38.2 Z-20 F100
command and lowers Z until the touch plate is hit, at which point it stops. However, UGS does nothing more after that. The DRO reads the Z position of the touch plate and does not zero out the axis. In auto leveling mode, the same thing happens and the routine does nothing more after the first probe (i.e., autoleveling fails).I'm on the latest TinyG Firmware (0.97, 440.20).
How to reproduce
Run "Probe and zero Z".
I'm not sure if this is a TinyG specific issue, as that's the only controller I have.
Operating System
Raspbian GNU/Linux 11 (bullseye)
Anything else
This is the output of the console from hitting "Probe and zero Z" to it stopping:
Probe settings:
State after the probe touches:
messages.log
The text was updated successfully, but these errors were encountered: