-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Question] Why 15°C for min temp? #1775
Comments
The safety significance is, as far as I know, to detect sensor failures. Such as short circuit and disconnected. So Check the temperatures that your settings create if the sensor is disconnected and if you short circuit the sensor. One value should trigger max temp error the other value should trigger min temp error. As long as that still works there should be no issue to adopt the values as long as these two hold true. |
I just tried it out - a short sets off the MAXTEMP alarm and displays 739°C. An open circuit shows 0°C (and the MINTEMP). Looks like I'll be lowering the threshold then! |
Addressed in #1855 |
Is the 15°C threshold based on anything? E.g. temperature sensor specs or practical experience?
I regularly hit the
Err: MINTEMP
in the room my printer sits in, as the nozzle temperature appears to rest ~5°C below ambient (I have a copper heat block, maybe that makes a difference?). I've otherwise had no issues with my thermistor, and I have thousands of hours of prints with it so I would be surprised if the sensor itself was faulty. My current workaround is to use a portable heater to preheat the printer until it gets above 15°C, then carry on. I've recently become fed up with this as the nozzle temperature dropping to 15°C has caused print failures due to cooldown after a jam has been detected or something.I'm considering modifying the configuration in the firmware to lower it to something that seems more reasonable to me from what I've observed experimentally, but I don't want to do it if the 15°C has some safety significance.
The text was updated successfully, but these errors were encountered: