-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Control P1S chamber fan with Temp input #71
Comments
I would like this too, came specialy here to add this as a feature request :) |
This could be very helpful in more reliable prints as well as noise reduction. |
Yes this would be great. |
This would be a big plus if possible! |
or instead add a 3rd party heater to the chamber, and control it with the IO pin not used for monitoring the DS18B20 sensor, it could trigger a 3.3v relay that can use 110v to run the heater.... |
I would love this. |
Feature Description
Ability to power up/down chamber fan based on the temperature input from temp sensor.
Justification
"Chamber fan is controller by gcode depending on the temperature of the bed, there is no direct link between chamber temp and fan speed."
https://www.reddit.com/r/BambuLab/comments/14yo0n2/p1s_chamber_temp_fan_but_no_temp_sensor/
There's no real automated control of the chamber temp currently.
Having the ability to turn on the heated bed, then set the chamber temp based on a desired value would be beneficial because it would give more consistent print results. I keep having my first print not stick to the bed very well, but if I let the chamber warm up first(or print the exact same thing after the first one fails), it sticks fine.
Suggested Implementation (if you have one)
PID loop to turn down fan if desired temp is not reached, turn up fan if temp is reached.
Or simple histeresis, turn on at desired temp, turn off 2 deg below desired value.
Screenshots or Examples (if applicable)
N/A
The text was updated successfully, but these errors were encountered: