Initial implementation of PID Autotune Menu Items
Adds the parameter U to M303. If U1 is included , it will use the PID-values from the auto-tune.
This commit is contained in:
parent
da9d4c4caf
commit
3b3e8a02b5
5 changed files with 42 additions and 11 deletions
|
|
@ -141,7 +141,7 @@ int getHeaterPower(int heater);
|
|||
void disable_all_heaters();
|
||||
void updatePID();
|
||||
|
||||
void PID_autotune(float temp, int extruder, int ncycles);
|
||||
void PID_autotune(float temp, int extruder, int ncycles, bool set_result);
|
||||
|
||||
void setExtruderAutoFanState(int pin, bool state);
|
||||
void checkExtruderAutoFans();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue