Add G90 instruction at the end of max extrusion speed test

This commit is contained in:
lawgicau
2020-09-10 12:37:56 +10:00
parent 4994330e28
commit aa4b3826ca

View File

@ -1002,7 +1002,8 @@
<pre>G1 E50 F300</pre> <pre>G1 E50 F300</pre>
<pre>G1 E50 F360</pre> <pre>G1 E50 F360</pre>
<pre>...</pre> <pre>...</pre>
<li>After you find the limiting speed, back off and repeat the test at a lower feedrate several times in a row until you are confident of reliable and repeatable extrusion.</li> <li>After you find the limiting speed, back off and repeat the test at a lower feedrate several times in a row until you are confident of reliable and repeatable extrusion. <br />Don't forget to put the printer back into absolute movement mode:</li>
<pre>G90</pre>
<li>Enter your reliable feedrate and filament diameter below:</li> <li>Enter your reliable feedrate and filament diameter below:</li>
<label>Reliable feedrate: <input type="number" min="60" max="1000" name="maxFeed" value="180" step="10" onchange="maxExt(); maxFee();"></label> <label>Reliable feedrate: <input type="number" min="60" max="1000" name="maxFeed" value="180" step="10" onchange="maxExt(); maxFee();"></label>
<label>Filament diameter: <input type="number" min="1.5" max="4" name="filDia" value="1.75" step="0.05" onchange="maxExt(); maxFee();"></label> <label>Filament diameter: <input type="number" min="1.5" max="4" name="filDia" value="1.75" step="0.05" onchange="maxExt(); maxFee();"></label>