-
Notifications
You must be signed in to change notification settings - Fork 3
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
bed keeps lowering at random #1
Comments
@marco-fabteam Could you check the following things: Are you using the latest fabui versions? In the JOG view initialize the probe manually
Then execute When the bed starts going down, could you try to move the probe to see if it recovers? Have tried it now and it does go into "back off" mode but when I touch the probe it stops doing that. |
@marco-fabteam When aborting during and ongoing |
The |
@daniel-fabteam The head is installed as per profile provided and I use the custom startup code: M43 R-21 S1 P20 M747 E1 is because the logic is inverted (see latest 2 open issues at dev-fablin https://github.com/FABtotum/dev-FABlin/issues ) When the issue occur it keeps going even if the stylus is forced in place or moved. it does nothing to change the movement. On the contrary the problem should not be hw as after the reset normal functionality is recovered without manually and physically touching the probe or the metal hub or any part of the digitizer. At this point I can't be sure of the nature of the issue , could be a FW bug or PCB HW as well, but I'm sure it's not about the hub position/mechanical behaviour of the head. |
@marco-fabteam The code can be found here. Could you attach your digitize.json here? Mine has no initialization gcode. |
@daniel Here is the Json, forgot to reply yesterday. |
We noticed that the logic of the digitizer head casually inverted during the scanning procedure of the plugin. |
@daniel-fabteam bed keeps lowering probe by probe (as if contact is registered at the beginning of a probing plunge) after a successful row despite the fact that the probe contacts are correctly positioned.
(restarting the probe without touching the contacts or the stylus resumes with a normal probing procedure). this last behaviour tells me that the contacts are correctly placed and this is not a false hit due to vibration etc.
It looks like the script is trying to adjust for a slope with dynamic Z hopping, but it keeps going up...
Also: when the print is aborted a final G38 is still executed before returning to the original Z=0 position
With @simone-fabteam we have determined a series of extrernal probe logic level initialization issues but they should not be an issue.
Not sure about origin and nature of the issue at this stage.
Can't proceed with further testings
The text was updated successfully, but these errors were encountered: