[BUG] Wrong thermistor default value in configuration.h #280
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
The default values for the TEMP_SENSOR_0 and TEMP_SENSOR_BED are
1
According to the
Marlin\src\module\thermistor\thermistor_1.h
this corresponds toR25 = 100 kOhm, beta25 = 4092 K, 4.7 kOhm pull-up, bed thermistor
But beta of the ai3m printer is B3950 from the stock
Moreover
13
is commented as B3950, but accordint to thethermistor_13.h
the value
13
corresponds toR25 = 100 kOhm, beta25 = 4100 K, 4.7 kOhm pull-up, Hisens thermistor
So, it is needed to fix wrong defaults and wrong comments
Steps to Reproduce
just run default build and measure real temperature
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
The real temperature is very different from the displayed values
Additional Information
I don't quite understand the bug ticket. How do you get 13? Type 1 and Type 11 are installed by Anycubic, although these hardly differ and Type 11 mostly applies to newer printers such as the 4MAX. Type 13 is never used.
But yes, the description is misleading. But it comes directly from the Marlin sources. However, since I don't use them, I don't think I'll change them.
ok, I see
closed the issue
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.