-
-
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
[FR] Onboard/Motherboard-based Thermistor Support #20175
Comments
thx @thisiskeithb |
Would also be great if a 2'nd bed could be added as an option... I have 2 Zone's on my bed and right now I use Chamber to show 2'nd Zone Temp... But then it also need a 2'nd Heater Pin defined to make it work... |
The "Redundant Temp Sensor" option I made would probably do this for you. |
@slowbro In this PR? Would also be great with alternative bitmap for it ;-) |
This should be a different Feature Request. |
Ah, I misinterpreted your first message, I thought you were just trying to ensure the zones were the same temp. Agreed with @thisiskeithb, you should open a separate feature request for that :) |
Since I've been recently spending a lot of time in the temperature module, I'll take this and add a new |
Closing since the feature request was complete and I'll open a separate ticket if we can't figure out why it's causing lockups. |
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. |
Description
Boards like the Einsy Rambo, BTT002, SKR E3 Turbo, and motherboard used in the Eryone ER-20 have an onboard 100K thermistor, but motherboard/onboard thermistors are not natively supported in Marlin.
There's a "hacky" way to get readings where you define the onboard thermistor as a
TEMP_CHAMBER_PIN
which gives you feedback on the LCD & associated thermal protections, but that's not ideal.Feature Workflow
TEMP_MOTHERBOARD_PIN
The text was updated successfully, but these errors were encountered: