-
Notifications
You must be signed in to change notification settings - Fork 64
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
Multiple Profiles and Temp Holding (wip) #10
base: master
Are you sure you want to change the base?
Conversation
I am looking for these features in my oven, Can you put together some quick better documentation on the setting up of profiles. |
I have some docs at https://github.com/sschueller/TinyReflowController. Do you have a specific question regarding the configuration? For each profile you need to add a line as such:
Then you need to add it to
Then you need to add an additional column to each line in the stages following. So for example pre-heat
So like this:
Do this for all Stages. Bake would be similar to "Annealing" but without the set time on how slow/fast it should heat up to the "Bake" temp or cooldown. |
My question pertains to how to setup the steps and timing and better definitions of the values in the stage arrays, |
Looking at it myself after months it's confusing me as well :) Let me try to explain:
When we want to cooldown slowly the I may make a small JavaScript script to calculate these values so you can specify total time you want instead having the manually figure out the temp step and mtime. How exactly would you want your bake profile to look? |
That java-script thing would be super nice actually As for the PID stuff I know that is oven dependent...really need to spend the time to tune those heh....I wonder if this could eventually get an auto tuner like a lot of 3d printers lately. |
Please do not merge this yet. I still need to test it as my oven is not quite finished yet (waiting for parts). However I wanted to make you and others aware of my changes in case someone wants to also help or give input.
Changes:
platform.ini
so both version can be built at the same timeTODO: