Nozzle/layer notes

This commit is contained in:
lawgicau
2021-07-15 19:27:30 +10:00
parent f89505d3dd
commit 67e80fd586
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<li>A build volume of 120 x 120 x 250 mm (This site can accommodate anything as small as this and anything larger)</li>
<li>1.75mm filament (However <b>M221 S38</b> for 2.85 mm filament and <b>M221 S34</b> for 3.0 mm filament can be applied in the custom start gcode field as compensation)</b></li>
<li>0.4mm nozzle and 0.2mm layer height, although now additional configurations are now possible</li>
<li>0.4mm nozzle</li>
<li>Line width on auto, typically 120% of nozzle diameter</li>
<li>Defaut feedrate of 60mm/sec, 60% for perimeters, 80% for solid infill, 50% first layer.</li>
<li>Travel moves of 100 mm/sec for X/Y and 20 mm/sec for Z</li>
<li>Flow rate of 0.9. Please see the note on the bottom of the <a href="calibration.html#flow" target="_blank">flow</a> tab for instructions on adapting this to your printer.</li>

View File

@ -21,6 +21,7 @@ function displayCustom(){
var nozzleLayer = `
<h4>Nozzle Diameter / Layer Height</h4>
<p>Select your nozzle diameter and layer height. If you have not changed your nozzle, it will likely be 0.4 mm. 0.2 mm is a typical layer height for this nozzle.</p>
<p>25 options are available, however some of the tests don't work very well with the larger options.</p>
<label for="nozzleLayer">Select nozzle diameter / layer height:</label>
<select name="nozzleLayer">
<option value="20_05">0.20 mm nozzle / 0.05 mm layer height</option>