Merge pull request #342 from eindiran/patch-1

[Typo] Balance parentheses on PID Autotune page
This commit is contained in:
teachingtechYT
2021-08-06 08:00:41 +10:00
committed by GitHub

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>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>
<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>
<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>