-
-
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
fluidnc z probe module not working #1962
Comments
The probe function is not yet implemented. I could add the same code as with the GRBL controller but I have no way of testing it. |
I can test it if you would like. I have Fluidnc ver 3.4.4 if I connect as a grbl control and use the probe feature it works properly so I would expect it should work. I set up a macro for now! |
It should be available in the latest nightly build, please report back if it is working properly. |
It is not working correctly, sorry. I am just going to use the macro G38.2 G91 F80 Z-20 P20; G00 Z10 M00 Thank you! |
@dmbbender, by the way, in latest FNC, you can use G53 in your z-probe macro. Do a search on the FNC Discord server for details. |
This was probably fixed by #2058. Let me know if that isn't the case. |
I have verified that it is working on my test rig with UGS 2.1.4 and FluidNC v3.7.11 |
Version
Other
Hardware / Firmware
FluidNC
What happened
I have a probe connected to my board that works with ugs 2.012 if I choose grbl but I am running fluidnc, when I connect as fluidnc everything works great except the z probe??
How to reproduce
connect a fluidnc board with a probe attached an try to use the probe module for z
Operating System
No response
Anything else
No response
The text was updated successfully, but these errors were encountered: