Balance parens on PID Autotune page

This commit is contained in:
Elliott Indiran
2021-08-04 20:48:22 +00:00
committed by GitHub
parent e8f41c9aa3
commit d650addb02

View File

@ -199,10 +199,10 @@
<p>In this case, you need to insert <b>M301</b> (hot end) or <b>M304</b> (bed) into your slicer start gcode so the correct settings are loaded before each print.</p> <p>In this case, you need to insert <b>M301</b> (hot end) or <b>M304</b> (bed) into your slicer start gcode so the correct settings are loaded before each print.</p>
<p>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:</p> <p>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:</p>
<pre>M301 E0 P[p value] I[i value] D[d value]</pre> <pre>M301 E0 P[p value] I[i value] D[d value]</pre>
<p>This will set the PID values for the default hot end, eg. <b>M301 E0 P34.4 I0.02 D5.7</b> (bogus numbers, please don't copy them.</p> <p>This will set the PID values for the default hot end, eg. <b>M301 E0 P34.4 I0.02 D5.7</b> (bogus numbers, please don't copy them).</p>
<p>For the bed:</p> <p>For the bed:</p>
<pre>M304 P[p value] I[i value] D[d value]</pre> <pre>M304 P[p value] I[i value] D[d value]</pre>
<p>This will set the PID values for the bed, eg. <b>M304 P26.0 I1.33 D20.5</b> (bogus numbers, please don't copy them.</p> <p>This will set the PID values for the bed, eg. <b>M304 P26.0 I1.33 D20.5</b> (bogus numbers, please don't copy them).</p>
</div> </div>
</div> </div>