Newer
Older
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<h1 id="d-printer-and-scanner">3D printer and Scanner</h1>
<h2 id="d-printers">3D printers</h2>
<h3 id="introduction">Introduction</h3>
<p>3D printers are not new to me, actually I had a previous experience with the 3d printers especially with the FDM ultimaker 2, but only in using cura and printing, I have not done any maintenance or worked with the advanced settings. This course helped me a lot with diagnosing and solving problems, improving the quality, learning the different types of the filaments used in the ultimaker.</p>
<h3 id="installing-cura">installing CURA</h3>
<p>CURA is the software that converts the 3d model from <strong>.stl</strong> to <strong>gcode</strong>. It has many options and settings which help the user control the 3d printer quality, speed, time, support, orientation of the model and many other.</p>
<img src="images/cura.png" />
<p>I have downloaded this software using the command <code>sudo apt install cura</code>, but an old version was installed so I have removed it using the command <code>sudo apt remove cura</code> and downloaded the newest version from <a href="https://ultimaker.com/en/products/ultimaker-cura-software">ultimaker</a> website. The file was not working because it is not an executable file. I made it executable from it is properties.</p>
<img src="images/cura-per.png" />
<h3 id="preparing-the-3d-printer">preparing the 3d printer</h3>
<p>The printer was really dirty and full of filament remains so I have started cleaning it using alcohol for the glass and wet towel for the body.</p>
<div class="figure">
<img src="images/13.jpg" />
</div>
<div class="figure">
<img src="images/14.jpg" />
</div>
<p>After cleaning the printer, the instructor started to explain how to check the belt and the rods of the motors. The rods should be fixed, but in this case one of them was moving easily and the belt was not tensioned.</p>
<div class="figure">
<img src="images/3.jpg" />
</div>
<p>Last thing to do was to adjust fans angle, both fans are used to cool the filament down as it flows out of the nozzle at 210 degrees celsius.</p>
<img src="images/8.jpg" />
<h3 id="leveling-the-plate">Leveling the plate</h3>
<p>Leveling the plate is very important step to do. This step ensures that the glass surface is even and close enough to the nozzle. I have started the leveling process by using the <strong>BUILD-PLATE option</strong> from the <strong>MAINTENANCE</strong> option.</p>
<img src="images/9.jpg" />
<h3 id="installing-the-filament">installing the filament</h3>
<p>Before installing the filament, very important thing to do is to make the tip of the filament like a cone shape as shown in the following images. Since the filament was already installed, I have removed it by the <strong>MAINTENANCE -> ADVANCED -> REMOVE MATERIAL</strong> option.</p>
<h3 id="problems-and-issues">problems and issues</h3>
<p>The following image shows my first product from the machine. It has poor quality, to solve it I have reduced the speed of the nozzle to 30%.</p>
<img src="images/10.jpg" />
</div>
<p>We had a discussion about the common issues with the 3d printers, for example the humidity can increase the diameter of the filament, if the diameter exceeds 2.95mm then the affected part should be cut and never insert it into the nozzle.</p>
<p>Another problem is the force on the filament, the motor in the back side has a spring which can be adjusted, if the force is bigger than the required force the affected part should be cut also. The following image shows how the rear motor works.</p>
<div class="figure">
<img src="images/6.jpg" />
</div>
<p><a href="http://support.3dverkstan.se/article/23-a-visual-ultimaker-troubleshooting-guide#stringing">This link</a> shows number of problems and how to solve it.</p>
<h4 id="temperature-sensor">Temperature sensor</h4>
<p>One day I left the 3d printer printing, next day when I came, I have noticed that the 3d printer have not completed the model and the following error appeared on the screen</p>
<div class="figure">
<img src="images/11.jpg" />
</div>
<p>I have opened the suggested <a href="https://ultimaker.com/en/resources/19485-error-stopped-temp-sensor-bed">link</a>, but I have solved the problem using the suggested procedure instead I have removed the plate and checked the wiring, one of the wires was loose so the solution was just tighten the wire.</p>
<div class="figure">
<img src="images/12.jpg" />
</div>
<h3 id="printing-useful-stuff">Printing useful stuff</h3>
<p>## 3D scanner</p>