mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Nozzle/layer notes
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user