Traumflug
Traumflug
> Maybe @traumflug can add you He is collaborator already :-) > I have upload on https://github.com/ryannining/Teacup_Firmware Dealing with foreign repos is usually hard. Ideally we get a branch on...
Serial is set up here: https://github.com/Traumflug/Teacup_Firmware/blob/master/serial-avr.c#L74-L88
Does this probe change a signal from 0 to 1 or vice versa when triggered? Then Teacup does support it. Teacup just doesn't change pin names to latest fashions all...
Apparently a pretty complex device, not a plain endstop. This makes your first comment here to appear like a good idea.
Thanks a lot for trying! As Github found out already: > This branch has conflicts that must be resolved Next to resolving conflicts, this branch needs more work: - Wrap...
First commit applied, nice finding. Had to keep the first of the removed lines, because _step_ is used.
Regarding the second patch. The algorithm is an excellent idea and actually sounds familiar to me: https://github.com/Traumflug/Visolate/commit/6b53bbe0896d77fc76d29e227143a0513b3ffb44 I've applied the commit with some whitespace edits and by adding the description...
P.S. Thinking about it, it might be a good idea to limit the table to 0..500 °C. The new algorithm undoubtly gives a more precise table, but 9 entries of...
> Also, as accuracy is calculated now, it might be a good idea to ignore NUM_TEMPS and use only enough entries to achieve a reasonable accuracy (2°C ?, 1% ?...
If you're that keen on accurate conversions, there's still the _thermistotable_ branch(es). This removes the table entirely in favor of a direct runtime calculation. Performance isn't that bad, 2500 ticks...