-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Lower MIN_Z_FOR_UNLOAD #4750
Lower MIN_Z_FOR_UNLOAD #4750
Conversation
All values in bytes. Δ Delta to base
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks good to me.
@sarusani @gudnimg Please see my comment #4700 (comment) Please test the described issue as I couldn't reproduce it. This PR changes the Unload height to +10mm after a start or reset, this is in my opinion too close to the bed. |
I just assumed that what's he doing. You're right, it can only happen after a reset/reboot. I chose 10mm because that's also used for preheating, so I used the closest save distance. I personally use 25mm on my printer. |
Looking at Buddy firmware they use 20mm https://github.com/search?q=repo%3Aprusa3d%2FPrusa-Firmware-Buddy%20Z_AXIS_UNLOAD_POS&type=code maybe we can "sync" that value. |
Yes, I think that makes sense. 👍 |
Sync value with Buddy firmware
bed02a1
to
d3f2dce
Compare
Lower the amount of Z lift on filament unload from 50mm to
10mm20mm.This does not alter the behavior of M600. (M600 uses MIN_Z_FOR_SWAP)
Resolves #4700