Skip to content
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

Closed
dmbbender opened this issue Aug 14, 2022 · 7 comments
Closed

fluidnc z probe module not working #1962

dmbbender opened this issue Aug 14, 2022 · 7 comments

Comments

@dmbbender
Copy link

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

@breiler
Copy link
Collaborator

breiler commented Aug 15, 2022

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.

@dmbbender
Copy link
Author

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!

@breiler
Copy link
Collaborator

breiler commented Aug 15, 2022

It should be available in the latest nightly build, please report back if it is working properly.

@dmbbender
Copy link
Author

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!

@daxliniere
Copy link

@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.

@nickmayer
Copy link
Contributor

This was probably fixed by #2058. Let me know if that isn't the case.

@breiler
Copy link
Collaborator

breiler commented Feb 5, 2024

I have verified that it is working on my test rig with UGS 2.1.4 and FluidNC v3.7.11

@breiler breiler closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

4 participants