Browse Source

Fixed typo.

Christian Axelsson 11 years ago
parent
commit
c00383f286
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp View File

@@ -250,7 +250,7 @@ void PID_autotune(float temp, int extruder, int ncycles)
250 250
               Kp = 0.6*Ku;
251 251
               Ki = 2*Kp/Tu;
252 252
               Kd = Kp*Tu/8;
253
-              SERIAL_PROTOCOLLNPGM(" Clasic PID ");
253
+              SERIAL_PROTOCOLLNPGM(" Classic PID ");
254 254
               SERIAL_PROTOCOLPGM(" Kp: "); SERIAL_PROTOCOLLN(Kp);
255 255
               SERIAL_PROTOCOLPGM(" Ki: "); SERIAL_PROTOCOLLN(Ki);
256 256
               SERIAL_PROTOCOLPGM(" Kd: "); SERIAL_PROTOCOLLN(Kd);

Loading…
Cancel
Save