mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Add G90 instruction at the end of max extrusion speed test
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user