Nico Tonnhofer

Results 417 comments of Nico Tonnhofer

Hmmm... can't get the filter to work. I made a .gitconfig. Put it into the mainfolder. Expand files manually. Push and forced pull. Rebase with -Xrenomalize -Xtheirs works, but without...

No, the firmware don't know which gcode will send in the future.

Right. Just using this two values in configtool.

I'll split out PID-values for each heater without EEPROM (from PID autotune). https://github.com/Traumflug/Teacup_Firmware/commit/74afc4d57a1e Next step is the implementation in config-tool. After that i will continue the autotune, because this is...

One question to it. Is it a printer or a board-property?

Yes, I thought the same. Where should I move then bang bang and pid controller and later the pid autotune?!?

This code is somehow called Ziegler-Nichols 'classic' method. Currently my testmachine is a hotend on my ground without cooling. So testing up to 80° is the limit. But this algorithm...

Yes, and I guess that there is no real method.

Hi @asnt thanks for testing. Currently the pid-autotune is not finished. The only way, that Ku becomes zero is, when heater_runtime[h].d becomes zero. This should not happen. Can you please...