-
-
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
[BUG] CR-10 Example Profile Thermistor Incorrect #15039
Comments
Thanks Boelle. :) |
no problemo :-) |
See PR #15040. |
The CR-10 & CR-10S use 100K ohm NTC 3950 thermistors. Fixes MarlinFirmware#15039.
so we can "swing the axe" on this one when the PR gets merged :-D |
Yep. These changes will be implemented in |
Bugfix-2.0.x is what I was testing when I noticed that the thermistor value was off. |
Ahh. You linked |
then if affect the creality printers, the ender series is affected? |
Looking at the Creality firmware for those machines, they should be updated as well. I'll update my PR. edit: Now updated. |
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:
The thermistor type for the CR-10 and CR-10S is incorrect in the Example profile.
The thermistor for the heat bed is listed as 100K ohm NTC 3950FB. In the original CR-10 source Creality used 1 for both the bed and the hot end. These are also the only thermistors they sell for this printer.
Steps to Reproduce
Please review the Example Configuration files for the CR-10 and CR-10S and review the thermistor settings for the bed and hot end. You will noticed the bed thermistor is set to 5.
https://github.com/MarlinFirmware/Marlin/blob/1.1.x/Marlin/example_configurations/Creality/CR-10/Configuration.h
https://github.com/MarlinFirmware/Marlin/blob/1.1.x/Marlin/example_configurations/Creality/CR-10S/Configuration.h
Additional Information
Creality CR-10 Github Config.h
https://github.com/Creality3DPrinting/CR-10/blob/master/Firmware/Marlin/Configuration.h
Official Site:
https://www.creality3donline.com/creality-5pcs-100k-ohm-ntc-3950fb-thermistors-with-cable-temperature-sensor-reprap-extruder-for-creality-3d-printer-mend-hot-bed_p0035.html
The text was updated successfully, but these errors were encountered: