Skip to content
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

Suggestion: add 'bake parts' #4

Open
a7hybnj2 opened this issue Dec 1, 2019 · 3 comments
Open

Suggestion: add 'bake parts' #4

a7hybnj2 opened this issue Dec 1, 2019 · 3 comments

Comments

@a7hybnj2
Copy link

a7hybnj2 commented Dec 1, 2019

Provide an option to BAKE parts. When working with SMD parts many need to be kept at a specific moisture level and if it ever goes over you have to bake the parts for a long time to make them 'safe' to reflow again.

I have already modified mine to provide this option but my code isn't very clean so I will not submit it.

I used this link for basic part handling, storage, and baking times.

https://armprojects.wordpress.com/2018/02/18/moisture-sensitivity-of-smd-components-and-pcbs/

@b00zled
Copy link

b00zled commented Dec 9, 2019

Care to share your less than ideal code with with someone who couldn’t tell anyway? 🥴

Could be a very useful feature.

@a7hybnj2
Copy link
Author

@ctravisc since it requires the oven to be on for LONG durations the likely hood of the operator walking away while it is running is very high. Which means the probability of you burning your home or office down goes up. I don't really want anything to do with that especially since my code is dirty.

I did not use PID I only did (in pseudo):

while time < duration
If temp < bakeTemp - 5
  heater on
if temp >= bakeTemp
  heater off

@Teknost
Copy link

Teknost commented Apr 15, 2020

This would also be good to make the machine serve as a 3D printer filament dryer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants