-
-
Notifications
You must be signed in to change notification settings - Fork 372
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 doesn't cool down after print is finished #1048
Comments
The forced bed cooler at the end of the print was removed a few builds ago due to it was causing issues and being unable to be disabled by the user for some special processes. Now it is up to the user if he wants to cooldown and disable stepper drivers at the end of the printing by simply adding the proper g-codes in the end script as it is shown in the slicer scripts page of the wiki: https://github.com/mriscoc/Ender3V2S1/wiki/Slicer-G-code-Scripts |
For the "bed cooldown" message, the latest F4 UBL version doesn't had enough free program memory to enable the status line timeout so the last message will be kept until a new message is sent, you could, for example, send the layer number using the M117 command from the slicer. |
Ok, thanks for the fast reply. I will put M140 to all printer profiles. |
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. |
Did you test with a precompiled firmware?
Yes, and the problem still exists.
Bug Description
Firmware Ender3S1-F4-UBL-20230810. After print is finished bed temperature shows the set one and doesn't go to 0.
Simple fix is to add "M140 S0" at the custom G-code in slicer, but it has to be done for all printer profiles.
Also if bed temperature is set lower after the first layer/s, "bed cooling" shows on the screen and stays there until printing is finished. I did not test if I don't set lower temperature after the first layer - if this would fix the issue.
With Ender3S1-F4-UBL-20221222 bed temperature was working fine.
Bug Timeline
After update to Ender3S1-F4-UBL-20230810
Expected behavior
After print is finished bed temperature should go to 0.
Actual behavior
Shows 57/57 (for example) while hot end goes properly to 0.
Steps to Reproduce
No response
Version of Professional Firmware
Ender3S1-F4-UBL-20230810
Printer model
Ender 3 S1
Electronics
F4
Add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Other (explain below)
Host Software
None
Additional information & file uploads
I use mostly Superslicer
The text was updated successfully, but these errors were encountered: