Nico Tonnhofer
Nico Tonnhofer
_shake_ ;) > tf = t1 + 4 \* td = t1 + 4 \* (t1 - t0) > (where 4 is some kind of 'sensitivity' factor; can be another...
You are right. Thanks for pointing this out. It's not an exact prediction. Depending on how fast your reader is and how stable, this is also a good thing for...
L # 2 and # 3 can be found ~~here: https://github.com/Traumflug/Teacup_Firmware/tree/temp_prediction~~ don't waste your time in this code. I made something big wrong...
An update: https://github.com/Traumflug/Teacup_Firmware/commit/af324df67 This is close to the idea of Willy, some years ago. https://gist.github.com/Wurstnase/50e10248218fd5b1eaac
Currently the firmware uses 14.2 fix-point for the temperature. With the idea of the temp prediction and a jump of temperature of 1bit that becomes an issue because we scale...
Yes, it is very old. It needs a rewrite. But nothing insoluble.
They intended to move, but they don't after successfully implementing the arc-thing. That wiki itself is not new. ;) Getting the arc-support will help a lot of people (CNC-users) to...
Here a quote: > Actually i have tested and changed some to integer, i tried with more integer but the rounding errors became a bit to big (if i remember...
I'm not thinking about 3D-printers. DXF supports real arcs and this is useful for CNC and similar machines.
Can we change steps and direction in dda_clock()? Could we inject steps in dda_clock()?