Fixes for PID AutoTune from menu
Fixes for #3189 Setting a temp is still missing
This commit is contained in:
parent
3b3e8a02b5
commit
e3f583a3be
5 changed files with 16 additions and 25 deletions
|
|
@ -199,7 +199,7 @@ static void updateTemperaturesFromRawValues();
|
|||
//================================ Functions ================================
|
||||
//===========================================================================
|
||||
|
||||
void PID_autotune(float temp, int extruder, int ncycles, bool set_result) {
|
||||
void PID_autotune(float temp, int extruder, int ncycles, bool set_result /* = false */) {
|
||||
float input = 0.0;
|
||||
int cycles = 0;
|
||||
bool heating = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue