12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html>
- <html lang="fr">
- <head>
- <meta charset="utf-8">
- <title>Filament temperature calibration</title>
- </head>
- <body>
- <h1>Filament temperature calibration</h1>
- <p>You need to do the bed level calibration before this one, and it's preferable to have also done the flow calibration. This calibration will help you to choose the right temperature with respect of bonding, overhangs and ooze. Note that this test is dependant of the cooling you selected. You can print this multiple times with more or less cooling to find your perfect spot.</p>
- <p>This test will print a tower of prints printed with a different temperature for each floor. The "middle" one will be printed with the current temperature selected in your filament configuration. The first item, on the build plate will be the hottest and the higher will be the coolest. You can choose the delta of temperature between each test and the number of tests (how many tests below the current temperature, and how many tests hotter than the current) but you can let them as-is to begun.</p>
- <h2>Results : observation</h2>
- <p>The goal is to choose the highest temperature that doesn't produce artifacts.</p>
- <p>First, you have to analyse the tower. Each floor has the temperature written on it.</p>
- <table>
- <tbody>
- <tr>
- <td><img src="./temp_tower_180.jpg" width="400" height="100" /></td>
- <td>too cold, it can't be extruded</td>
- <td>
- <tr>
- <td><img src="./temp_tower_195.jpg" width="400" height="100" /></td>
- <td>good</td>
- </tr>
- <tr>
- <td><img src="./temp_tower_210.jpg" width="400" height="100" /></td>
- <td>good</td>
- </tr>
- <tr>
- <td><img src="./temp_tower_225.jpg" width="400" height="100" /></td>
- <td>too hot, you can see some ooze</td>
- </tr>
- <tr>
- <td><img src="./temp_tower_240.jpg" width="400" height="100" /></td>
- <td>too hot, you can see some ooze</td>
- </tr>
- </tbody>
- </table>
- <p>Here, you can see that the 210 degree is the hottest we can print without problems (at least not heat-dependant, bad quality is due to high speed). Also, i succeed to break (with difficulty) a chunk of the 195 degree, so it's a bit too cold.</p>
- <h2>Results: destruction</h2>
- <p>Finally, you want to tear it apart to see if the lower temperature doesn't have adverse effect on layer bonding. It should be impossible to tear it apart with your own hands. If a floor can be easily broken, then this floor temperature is definitely too low (or you put too much cooling = fan are blowing too hard), so you should choose a higher temperature or try again with less cooling. When trying to break one, don't put your hands on the ends of the tower but on the tested floor and the next one, leaving only the bridge gaps between them.</p>
- <h2>How to tune your printer</h2>
- <p>Change the temperature in your filament setting (extruder -> other layers), then save it. The first layer temperature is often 5 degree higher to help with bed adhesion, so you should also change it, especially if it's lower than the new one.</p>
- </ul>
- <h2>Notes</h2>
- <p>Most of the calibrations need to done is the right order. This one should be the third.</p>
- <p>The temperature numbers will only be shown between 180 and 285. Higher or lower values won't be displayed but the test will be conducted successfully, you just have to remember them.</p>
- <p>This tower is made with the 3D model <a href="https://www.thingiverse.com/thing:2729076">created by gaaZolee</a> with the CC BY-SA 3.0 licence.<p>
- </body>
- </html>
|