diff --git a/calibration.html b/calibration.html index 5536dd3..b3b3ccb 100644 --- a/calibration.html +++ b/calibration.html @@ -8,7 +8,7 @@
The bed is selected with
M500
It may be preferable to have the printer as close to printing conditions as possible during these tuning procedures. That means having filament loaded and the part cooling fan on for PLA temperatures. If there is no UI button available to turn on the part cooling fan, you can do it manually via gcode with M106 S255.
+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.
+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.
+