convert PROTOCOL macros from statements to (multiple, comma separated) expressions
This commit is contained in:
parent
c6cb93d38c
commit
3700f688f5
2 changed files with 8 additions and 8 deletions
|
|
@ -244,7 +244,7 @@ void PID_autotune(float temp, int extruder, int ncycles)
|
|||
Kp = 0.6*Ku;
|
||||
Ki = 2*Kp/Tu;
|
||||
Kd = Kp*Tu/8;
|
||||
SERIAL_PROTOCOLLNPGM(" Clasic PID ")
|
||||
SERIAL_PROTOCOLLNPGM(" Clasic PID ");
|
||||
SERIAL_PROTOCOLPGM(" Kp: "); SERIAL_PROTOCOLLN(Kp);
|
||||
SERIAL_PROTOCOLPGM(" Ki: "); SERIAL_PROTOCOLLN(Ki);
|
||||
SERIAL_PROTOCOLPGM(" Kd: "); SERIAL_PROTOCOLLN(Kd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue