File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -849,9 +849,9 @@ volatile bool Temperature::raw_temps_ready = false;
849849
850850 #if ANY(PIDTEMPBED, PIDTEMPCHAMBER)
851851 FSTR_P const estring = GHV (F (" chamber" ), F (" bed" ), FPSTR (NUL_STR));
852- say_default_ (); SERIAL_ECHO (estring, F (" Kp " ), tune_pid.p );
853- say_default_ (); SERIAL_ECHO (estring, F (" Ki " ), tune_pid.i );
854- say_default_ (); SERIAL_ECHO (estring, F (" Kd " ), tune_pid.d );
852+ say_default_ (); SERIAL_ECHOLN (estring, F (" Kp " ), tune_pid.p );
853+ say_default_ (); SERIAL_ECHOLN (estring, F (" Ki " ), tune_pid.i );
854+ say_default_ (); SERIAL_ECHOLN (estring, F (" Kd " ), tune_pid.d );
855855 #else
856856 say_default_ (); SERIAL_ECHOLNPGM (" Kp " , tune_pid.p );
857857 say_default_ (); SERIAL_ECHOLNPGM (" Ki " , tune_pid.i );
You can’t perform that action at this time.
0 commit comments