Traumflug

Results 424 comments of Traumflug

Using analog stuff outside of analog.c causes a conflict. Two chunks of code messing with the same registers/hardware. Can't work.

This #ifdef distinguishes between ATmegas with 8 and ones with 16 ADC channels. Adding another pin is likely best done where the DEFINE_TEMP_SENSOR macro is used. On how this works,...

Just in case you're still interested, code for HD44780-type displays was just pushed to _experimental_. It's official part of Teacup now. Configuration stuff can be found in Configtool -> board...

Looks good! And the plan about ideal for making this a button-click later.

So far, heaters and sensors are considered to be a board property. Putting PID to printer configuration while keeping sensors and heaters on the board page is probably confusing.

A good place for PID parameters appears to be the temp sensor page. On this page is already some knowledge on which heaters have a temp sensor and which not....

@Wurstnase, does this autotune code allow to do a repeatible measurement of how well temperature regulation works? I mean, we have a number of patches now which mean to improve...

I take this means a "no, doesn't allow repeatible measurements".

Having a 32-bit CPU doesn't guarantee that all math is done in 32 bits anyways, so yes, good idea.

> what is the TH_COUNTS? TH_COUNTS simply stretches time. Instead of current and last temperature, current and temperature 8 readings back are compared. I think this can go away unless...