-
-
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
Cold extrusion prevention not working #1846
Comments
Not good... @thinkyhead you think you can spot why this one is happening? |
Potential bug confirmed with #1847 |
It's the new e delta calculation https://github.com/MarlinFirmware/Marlin/blob/Development/Marlin/planner.cpp#L508 You need to recalculate the delta after the I've put this on line 526
|
- Set `de` to 0 when `position[E] = target[E]` - Address regression mention in #1846
Fixed the delta e issue (in the above-linked commit). |
tested and works ok. |
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. |
Just tested it multiple times.
With my extruder cold, I send a command to extrude. The printer echoes that it prevented a cold extrude but it DOES extrude.
The text was updated successfully, but these errors were encountered: