-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Thermistors 998 & 999 make heated bed completely disappear from Marlin #20231
Comments
There was a PR that removed the need for dummy thermistors to need a pin, I suspect the lcd routines look for the existence of this pin as a flag to display the heated bed or not. #20159 |
yip confirmed
is failing. To me it looks like HAS_ADC_TEST(P) in Marlin/src/inc/Conditionals_post.h isnt right... should be |
Fairly sure I'm correct, so created PR. |
Nice @ellensp ! |
please wait till pr gets merged, just in case there is an issue with it. |
No worries |
Thanks @Patag & @ellensp for reporting and investigating this. When I made my initial change I had assumed that all the temp sensors were handled in the same way, and must have only tested with two extruders using dummy thermistors. I'm working on fixing those inconsistencies, which will let my version of that |
@Patag a solution has now been merged. I'll close this issue, but please reply if you encounter further issues with this. |
All is running fine here. |
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. |
Bug Description
Since few days, the heated bed disappeared from info screen and all related menus.
I'm using dummy thermistor 998 (tried also 999) as bed sensor on a test bench.
Configuration Files
config.zip
Steps to Reproduce
Expected behavior:
Heated bed icon displayed on info screen with temp = 25° (or 100° if sensor 999).
All menus related to bed temperature displayed and functional.
Actual behavior:
None of the bed temperature related items are displayed
Additional Information
The text was updated successfully, but these errors were encountered: