Skip to content
Snippets Groups Projects
Commit 1785470a authored by Sosuke Kanegae's avatar Sosuke Kanegae
Browse files

Make week05

parent 469d550e
No related branches found
No related tags found
No related merge requests found
Pipeline #378326 passed
Showing
with 109 additions and 4 deletions
...@@ -170,6 +170,18 @@ ...@@ -170,6 +170,18 @@
<li class="nav-item" data-level="2"><a href="#what-ive-done-this-week" class="nav-link">What I've done this week</a> <li class="nav-item" data-level="2"><a href="#what-ive-done-this-week" class="nav-link">What I've done this week</a>
<ul class="nav flex-column"> <ul class="nav flex-column">
</ul> </ul>
</li>
<li class="nav-item" data-level="2"><a href="#1-test-the-design-rules-for-our-3d-printers" class="nav-link">1. Test the design rules for our 3D printers</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#2-design-and-print-an-cup-stand" class="nav-link">2. Design and print an cup stand</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#3-3d-scan-an-object" class="nav-link">3. 3D scan an object</a>
<ul class="nav flex-column">
</ul>
</li> </li>
</ul> </ul>
</li> </li>
...@@ -191,12 +203,105 @@ ...@@ -191,12 +203,105 @@
</ul> </ul>
<h2 id="what-ive-done-this-week">What I've done this week</h2> <h2 id="what-ive-done-this-week">What I've done this week</h2>
<ol> <ol>
<li> <li>Test the design rules for our 3D printers<ul>
<ul> <li>Design a model for testing over hang and angle</li>
<li></li> <li>Print the tester with FDM 3D printer</li>
<li>Print the tester with SLA 3D printer</li>
</ul>
</li>
<li>Design and print an cup stand<ul>
<li>Design a cup stand</li>
<li>Print cup stand with FDM</li>
<li>Print cup stand with SLA</li>
</ul> </ul>
</li> </li>
</ol></div> <li>3D scan an object</li>
</ol>
<h2 id="1-test-the-design-rules-for-our-3d-printers">1. Test the design rules for our 3D printers</h2>
<p>I tested two 3D printer:</p>
<p>Mutoh MF2000</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Printing method</td>
<td>Filament Deposition Modeling (FDM)</td>
</tr>
<tr>
<td>Building area</td>
<td>X210 x Y205 x Z205 mm</td>
</tr>
<tr>
<td>Minimum layer height</td>
<td>0.1 mm</td>
</tr>
<tr>
<td>Nozel diameter</td>
<td>0.3 mm</td>
</tr>
</tbody>
</table>
<p><img alt="Mutoh" src="../images/week05/mf2000.JPG" /></p>
<p>Formlabs Form3</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Printing method</td>
<td>Stereolithography (SLA)</td>
</tr>
<tr>
<td>Building area</td>
<td>X145 x Y145 x Z185 mm</td>
</tr>
<tr>
<td>Minimum layer height</td>
<td>0.025 mm</td>
</tr>
<tr>
<td>Laser diameter</td>
<td>0.085 mm</td>
</tr>
</tbody>
</table>
<p><img alt="fomr3" src="../../images/week05/form3.JPG" /></p>
<h3 id="design-a-model-for-testing-over-hang-and-angle">* Design a model for testing over hang and angle</h3>
<p>I designed a tester model that can test over hang and angle at once.</p>
<p><img alt="tester model" src="../../images/week05/tester_model.jpg" /></p>
<p>Since, the building area of the two printers were different I designed the tester to fit in Form3.</p>
<h3 id="print-the-tester-with-fdm-3d-printer">* Print the tester with FDM 3D printer</h3>
<p>I printed the tester with MF-2000.</p>
<p><img alt="tester mutoh perspetive" src="../../images/week05/tester_mf_1.JPG" /></p>
<h4 id="testing-over-hang">Testing over hang</h4>
<p><img alt="tester mutoh overhang1" src="../../images/week05/tester_mf_overhang1.JPG" />
<img alt="tester mutoh overhang2" src="../../images/week05/tester_mf_overhang2.JPG" /></p>
<h4 id="testing-angle">Testing angle</h4>
<p><img alt="tester mutoh angle1" src="../../images/week05/tester_mf_angle1.JPG" />
<img alt="tester mutoh angle2" src="../../images/week05/tester_mf_angle2.JPG" /></p>
<h3 id="print-the-tester-with-sla-3d-printer">* Print the tester with SLA 3D printer</h3>
<p>I printed the tester with Form3.</p>
<p><img alt="tester form3 perspective" src="../../images/week05/tester_form_1.JPG" /></p>
<h4 id="testing-over-hang_1">Testing over hang</h4>
<p><img alt="tester form3 overhang1" src="../../images/week05/tester_form_overhang1.JPG" />
<img alt="tester form3 overhang2" src="../../images/week05/tester_form_overhang2.JPG" /></p>
<h4 id="testing-angle_1">Testing angle</h4>
<p><img alt="tester form3 angle1" src="../../images/week05/tester_form_angle1.JPG" />
<img alt="tester form3 angle2" src="../../images/week05/tester_form_angle2.JPG" /></p>
<h2 id="2-design-and-print-an-cup-stand">2. Design and print an cup stand</h2>
<h3 id="design-a-cup-stand">Design a cup stand</h3>
<h3 id="print-cup-stand-with-fdm">Print cup stand with FDM</h3>
<h3 id="print-cup-stand-with-sla">Print cup stand with SLA</h3>
<h2 id="3-3d-scan-an-object">3. 3D scan an object</h2></div>
</div> </div>
</div> </div>
......
public/images/week05/cs_cup0.JPG

130 KiB

public/images/week05/cs_cup1.JPG

123 KiB

public/images/week05/cs_cup2.JPG

122 KiB

public/images/week05/cs_form1.JPG

122 KiB

public/images/week05/cs_mf1.JPG

125 KiB

public/images/week05/form3.JPG

154 KiB

public/images/week05/tester_form_1.JPG

120 KiB

public/images/week05/tester_form_angle1.JPG

119 KiB

public/images/week05/tester_form_angle2.JPG

114 KiB

public/images/week05/tester_form_overhang1.JPG

119 KiB

public/images/week05/tester_form_overhang2.JPG

114 KiB

public/images/week05/tester_mf_1.JPG

115 KiB

public/images/week05/tester_mf_angle0.JPG

119 KiB

public/images/week05/tester_mf_angle1.JPG

123 KiB

public/images/week05/tester_mf_angle2.JPG

117 KiB

public/images/week05/tester_mf_overhang0.JPG

123 KiB

public/images/week05/tester_mf_overhang1.JPG

123 KiB

public/images/week05/tester_mf_overhang2.JPG

112 KiB

public/images/week05/tester_model.jpg

279 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment