diff --git a/css/styles.css b/css/styles.css index e9973e4..e2d4003 100644 --- a/css/styles.css +++ b/css/styles.css @@ -109,6 +109,12 @@ iframe { margin: 0 20px; } +#warning { + background-color: #ffcccc; + border: 1px solid red; + border-radius: 15px; +} + .exp { background-color: rgb(230, 230, 230); padding: 1px 0; @@ -133,6 +139,13 @@ iframe { font-size: 1.2em; } +.result { + border: 5px solid #00c5ad; + border-radius: 15px; + font-size: 1.2em; + padding: 20px; +} + #flow1result, #flow2result { display: none; border: 5px solid #00c5ad; diff --git a/img/temperatureresults.jpg b/img/temperatureresults.jpg new file mode 100644 index 0000000..95a9e47 Binary files /dev/null and b/img/temperatureresults.jpg differ diff --git a/index.html b/index.html index e3799c2..87e94ab 100644 --- a/index.html +++ b/index.html @@ -41,8 +41,24 @@

Introduction

This page serves as a companion for this video:

It aims to make calibrating your 3D printer as easy as possible. If you find it helps you and you would like to say thank you, here is a donation link: PayPal.me

-

Special thanks to my Patrons for suggesting this video and helping define the contents.

-

Watch the video and then work through each tab. I have created a custom gcode generator to assist in testing towers. Every attempt has been made to ensure this is safe but ultimately there always is risk in running presliced gcode from the internet. Preview the gcode in your slicer or Gcode.ws and print at your own risk.

+

Special thanks to my Patrons for suggesting this video, helping define the contents and testing/proofing.

+

Watch the video and then work through each tab. I have created a custom gcode generator to assist in making testing towers.

+
+

Warning - Read carefully!

+

Every attempt has been made to ensure this is safe but ultimately there always is risk in running presliced gcode from the internet. Preview the gcode in your slicer or Gcode.ws and print at your own risk.

+

Only print this gcode when you are present, alert and capable of stopping the printer in case of emergency.

+

Validation has been built into the forms to only allow sensible min and max values, however this is not foolproof.

+

The gcode generated by this page has the following general characteristics:

+ +

To be compatible, your printer should have a miniumum bed size of 100 x 100mm.

+
@@ -530,8 +546,8 @@

Instead here we are tuning the temperature at which the filament is extruded.

Rule of thumb and special note:
-

A higher nozzle temperature should result in stronger parts, particularly interlayer adhesion. Part surface may be shinier. The filament will be softer so ooze and stringing may be increased, and some surface detail potentially lost. A hot end temperature too high may damage parts of the assembly such as internal PTFE tube.

-

A lower nozzle temperature shiould result in weaker parts, particularly interlayer adhesion. Part surface may be duller. The filament will be firmer so ooze and stringing may be reduced, with good surface detail. A hot end temperature too low can cause the hot end to jam.

+

A higher nozzle temperature should result in stronger parts, particularly interlayer adhesion. Part surface may be shinier. The filament will be softer so ooze and stringing may be increased, and some surface detail potentially lost, especially on overhangs. A hot end temperature too high may damage parts of the assembly such as internal PTFE tube.

+

A lower nozzle temperature shiould result in weaker parts, particularly interlayer adhesion. Part surface may be duller. The filament will be firmer so ooze and stringing may be reduced, with good surface detail, especially on overhangs. A hot end temperature too low can cause the hot end to jam.

Temperature tuning and retraction tuning are related to each other. You could do them in either order, and it may be necessary to tune back and forth to reach an ideal result.

The following form will create a temperature tower to conveniently test back to back parameters in the same print. There are five segments to vary the temperature. Generally the lowest temperatures would be at the start of the print (segment A) and the increase up to the highest by the top of the print (segment E).

@@ -604,9 +620,82 @@

+

Interpreting Results:

+

Inspect your finished print. Hopefully there will be a clear difference between the segments that reflect the temperatures you entered. In the example below (Ender 3 direct drive, PLA, linear advance enabled), the hot end temperature varied from 185 to 225 in 10 degree increments"

+ +

For the first layer, there was some extruder clicking as the extruder struggled to push the filament through the cooler nozzle. As expected, surface becomes more glossy as the temperature increases. What was unexpected, was surface rippling either being more prominent or at least more obvious as the temperature went up. Underhangs and bridges all look good on this test.

+

My previous hot end temperature was 200 degrees for this printer, but I will consider lowring it to 190 degrees after this test.

+

You may also wish to conduct some destructive teasting to test part strength. In many cases this is more important than the appearance of the part.

+
+

Acceleration Tuning

+
Aim:
+

To find the right compromise between printing speed and quality, specifically related to surface artefacts such as ghosting.

+
Required:
+

Initial calibration, when significant changes are made to the motion system (eg. heavier bed, conversion to direct drive from bowden tube).

+
+

We set a feedrate ort movement speed in our slicer, but the printer does not instantly reach these speeds. Like a motor vehicle, it needs time to accelerate. If the extrusion is short, it may not even have time to reach the specified speed. A handy acceleration calculator is available on the Prusa website.

+

Complemtary to acceleration we have jerk, replaced by junction deviation in newer versions of Marlin. This setting is reponsible for making sure the printer does not come to a complete stop between each movement, but rather decelerates an appropriate amount deending on the angle of the next 'corner'.

+

We will be tuning both of these parameters with another tower.

+
+
Rule of thumb:
+

Higher acceleration and jerk wil result in a faster print time, as the printer reaches top speed faster and maintains a higher speed when corning. This is harder on the printer, and may result in reduced lifespan of components and the need for more regular maintenance. It also introduces more surface defects such as ghosting.

+

Lower acceleration and jerk will result in a slower print time, as the printer reaches top speed more gradually and corners at a lower velocity. This is easier on the printer, with potentially increased component lifespan and less need for regular maintenance. It reduces surface artefacts such as ghosting, unless it is far too conservative, in which case it may introduce bulging in corners.

+
+

I have previously made a detailed video guide on this subject, which will be built upon with an easier to use calculator and custom gcode generation below.

+
+

Calculating maxmimum feedrate - optional

+

One strategy is to calculate the fastest your 3D printer can while while extruding cleanly, set this feedrate in the slicer, and then tune acceleration to meet this speed. If you are not interested in printing as fast as possible, skip to the next section.

+

This guide and calculator is adapted on Martin Pirringer's tutorial. Please consider supporting him and his robotics team through paypal or you can also donate to team 1989 through their Team 1989 Web Site

+

The following calculator will assist you in determing the maximum feedrate your printer/extruder/hot end is capable of.

+
+
    +
  1. Clear debris from hobbed gear, bring nozzle up to normal printing temp and load filament.
  2. +
  3. Enter the following into pronterface. This will set movement to relative and then extrude 50mm of filament at a feedrate of 2mm/sec:
  4. +
    G91
    +
    G1 F50 F120
    +
  5. Inspect extuded filament for consistency. If all is well, keep repeating with higher feedrate F, until extrusion is inconsistent, extruder stepper skips steps and/or hobbed gear starts eating into filament.
    + The following are examples of increasing the extruder feed rate by 1mm/sec each time:
  6. +
    G1 F50 F180
    +
    G1 F50 F240
    +
    G1 F50 F300
    +
    G1 F50 F360
    +
    G1 F50 F420
    +
  7. 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.
  8. +
  9. Enter your reliable feerate and filament diameter below:
  10. + + +

    Your maximum reliable extrusion speed is 7.22 mm/3 per second.

    +
  11. Enter the following settings from your slicer:
  12. + + + + + + + + + + + + + + + + + + + + + + + +
    Input setting:CuraSimplify3DPrusaSlicer
    Quality > Layer heightLayer > Primary layer heightPrint settings > Layer height
    Quality > Line widthExtruder > Extrusion widthPrint settings > Advanced > Extrusion width > Default extrusion width
    +

    Your maximum reliable XY feedrate is 90 mm per second.

    +
+

Acceleration Tuning

diff --git a/js/gcodeprocessing.js b/js/gcodeprocessing.js index e6ab45e..a27f8ca 100644 --- a/js/gcodeprocessing.js +++ b/js/gcodeprocessing.js @@ -51,6 +51,25 @@ function flowCalc2(){ $("#flow2result").show(); } +var maxExtVol = 7.22; +var maxFeedRate = 100; +function maxExt(){ + var dia = document.maxExtrusion.filDia.value; + var max = document.maxExtrusion.maxFeed.value; + var result = ((Math.pow(dia/2, 2))*Math.PI)*(max/60); + var str = result.toFixed(2); + maxExtVol = parseFloat(str); + $('#maxExt').html(maxExtVol); +} + +function maxFee(){ + var layH = document.maxExtrusion.layerH.value; + var layW = document.maxExtrusion.layerW.value; + var maxFeedRate = Math.floor(maxExtVol/(layH*layW)); + $('#maxFee').html(maxFeedRate); +} + + function processBaseline(){ var hotendTemp = document.baselineForm.hotendtemp.value; var bedTemp = document.baselineForm.bedtemp.value;