diff --git a/calibration.html b/calibration.html index 8c76b0e..dd25130 100644 --- a/calibration.html +++ b/calibration.html @@ -199,10 +199,10 @@
In this case, you need to insert M301 (hot end) or M304 (bed) into your slicer start gcode so the correct settings are loaded before each print.
After PID auto tuning, the final values for P, I and D will be listed in the terminal. Retreive them and use them as follows for the hot end:
M301 E0 P[p value] I[i value] D[d value]-
This will set the PID values for the default hot end, eg. M301 E0 P34.4 I0.02 D5.7 (bogus numbers, please don't copy them.
+This will set the PID values for the default hot end, eg. M301 E0 P34.4 I0.02 D5.7 (bogus numbers, please don't copy them).
For the bed:
M304 P[p value] I[i value] D[d value]-
This will set the PID values for the bed, eg. M304 P26.0 I1.33 D20.5 (bogus numbers, please don't copy them.
+This will set the PID values for the bed, eg. M304 P26.0 I1.33 D20.5 (bogus numbers, please don't copy them).