-
-
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] G76 not working correctly #17325
Comments
In reply to:
"The hotend is supposed to move to the cooldown position while the bed heats up. See Marlin's Probe Temperature Compensation documentation for more info."
Yes, I agree. But after the bed has heated up that document says ”Move the probe to the probing point (1mm above heatbed)”. That doesn’t happen. It moves but only on xy-axis to the center but not down to 1mm.
Maybe I’m failing to explain my problem in a clear manner, but this happens on my printer:
'>G76
1) homes xyz
2) printhead moves up to cooldown position (upper right side of the frame for me @ z = 120)
3) bed heats up to 60c
---
4) when 60c is reached: printhead moves to center _but_ doesn’t move down as described in that document: ”Move the probe to the probing point (1mm above heatbed)”.
---
5) "wait until the probe heats up to the target (30°C)"
The problem is that completing that next phase is very difficult when probe is so high above the bed @ z = 120.
|
Closing this as #17394 should fix my problem. |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Description
(Hey, this is my first bug report and English is not my first language. Sorry about possible mistakes in reporting this.)
Pinda v2 probe temperature offset calibration process doesn't work correctly for me. I'm unsure if this is a bug or configuration problem.
After executing G76 the calibration process starts fine: axis get homed, probe moves (up) to the cooldown point, bed heats up to 60c, probe centers itself on xy-coodinate-axis BUT it doesn't move down on the z-axis. So it stays high above the bed waiting to reach target temp of 30c.
If I enclose my printer then the probe can eventually reach that temperature and it goes down to probe the bed, but this will lead to problems since now the probe is unable to cooldown sufficiently. The calibration slows down and eventually timeouts.
If I remember correctly I think this feature was working for me earlier on marlin-bugfix-2.0.x version that was downloaded @ 18.01.2020. Since then I've downloaded two bugfix-releases: 30.1.2020 and latest two days ago on 27.3.2020. Neither one works for me.
My printer is custom p3steel/prusa type with skr v1.3+tmc2209 that I control via octoprint. My pinda v2 and mk52 are clones, but both seem to work (temperatures get reported).
My Configurations
configs.zip
note: I've flagged all my modifications to the default configs with <| to make finding changes easier for myself.
Steps to Reproduce
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
The text was updated successfully, but these errors were encountered: