-
-
Notifications
You must be signed in to change notification settings - Fork 19.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
[BUG] z-probe-offset doesn't always move print head #17685
Comments
Have you tried enabling |
I'll try that out. I merged in today's copy of bugfix, but it didn't build so I reverted back a few commits. |
Did it, also found this which is probably very related: I tried the integrated baby steps, I read more about the baby stepping too. Disabled it on xy, and enabled the graphic overlay, which changed the z-probe-offset screen, I like the graphic, makes it more clear.
I disabled BS xy, changed multiplier to 64 since z steps/mm=6400. Also disabled software z-min endstop. Reset board, auto-homed. z gets set to 3.350. Set z=0, paper test loose. I'm able to go to Move Z - 0.025mm and roll the nob up and down around 0mm as much as I'd like and it remains consistent, good paper test at -0.050mm. Set back to z=0. Go to adjust z-probe-offset, it starts at -3.350, no movement at all. Reset, home, set z=0, don't roll the nob a lot. go to z-probe-offset, at -3.350. I move it to -3.400, just right, move back to -3.350, doesn't change, back, move to -3.400, just gets tighter. Only goes down, won't go up |
So, more insight, if I roll z-probe-offset around enough, it stops working entirely, in either direction. But, I noticed z-probe-offset actually does go up, but significantly less than when it goes down. |
I read if the babystep multiplier was too high it could make a difference. Tried it at 1, omg, 6 or 7 clicks of the dial to go from 3.350 to 3.351. z-probe-offset did move a bit, but then stopped entirely. I had to really crank that nob to get anywhere noticeable at that small a step, going to move it back to 64, at least that only was 1 click from 3.350 to 3.360, which is granular enough for me. |
So, BS Z multiplier back to 64. So, z-probe-offset is still going down at what seems to match the nobs amount, but up incredibly slowly. When it stops working, I usually reset. I believe homing makes it work again as well. |
videos! see, I'm not seeing things Here you can see it drifting slowly right, but none to the left: Same build of fw, no settings changed, stealthchop off. I'm not sure if this is all a single issue, or multiple.
edit: edited first comment with hw specs |
I also tried adjusting it during a print, it only goes one way there too, so can't really be used to tune anything. Also double pressing the spin wheel on the info screen does not take me to the z offset page. |
I am using the current bugfix and was adjusting the z offset with baby stepping. My impression was that the z stepper sometimes did not react when I turned the encoder. |
I just found a ticket with a solution that seems to work for me: |
With setting both pre and post MINIMUM_STEPPER_DIR_DELAY to 100, baby stepping seams to work fine. |
i had the same problem, SKR 1.4 turbo with TMC 2209 and my babysteeeps are not working.. I set it to MINIMUM_STEPPER_DIR_DELAY to 60 and it works perfectly. On the other hand, this couldn't affect to the prints precision if it's set to 20? |
My SKR 1.3 with TMC 2208 (UART) was consistently losing ability to do Z offset adjustments from the knob (BTT TFT 3.5 V3). With no MINIMUM_STEPPER...DIR_DELAY set, the stepper would consistently stop working between -3.3 to -3.4. Defining MINIMUM_STEPPER...DIR_DELAY to 100 also *failed* (although I was able to go a bit further, I think I got to about -5.8 before heading in the opposite direction and shortly afterwards having the stepper freeze up). However, a delay value of 200 seems to work for me. One more thing that I noticed is that if I left the menu on the Adjust Z Offset screen (showing current adjustment value) for more than a minute or so that any additional adjustments would stop working. Not sure if this tidbit adds any value. |
@phazei still an issue? |
Lack of Activity |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bugfix branch from 4/23
SKR v1.4 Turbo
TMC2209
About half the time when changing the z-probe-offset, it doesn't actually move. Or it might start moving in one direction, then doesn't go back. Need to reset and home again to get it to start working. Bugfix 2.0 branch
configs:
https://pastebin.com/dnbbkuXa
https://pastebin.com/GL9Gr6fA
The text was updated successfully, but these errors were encountered: