From 291c3e52c696b9c8e3a43ef380bd9a6fdcf55f2e Mon Sep 17 00:00:00 2001
From: Charlotte Vandenbulcke <ch.vandenbulcke@gmail.com>
Date: Wed, 28 Feb 2024 13:43:53 +0100
Subject: [PATCH] second fail with big file and attempt to resolve it

---
 public/assignments/week05.html | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/public/assignments/week05.html b/public/assignments/week05.html
index 2da8087..d2bab32 100644
--- a/public/assignments/week05.html
+++ b/public/assignments/week05.html
@@ -145,10 +145,6 @@
                       <img src="../images/clearance-test-print-finished.jpg" alt="Picture of the clearance test piece finished in the Ultimaker machine" />
                       </span>
 
-                      <span class="image object">
-                      <img src="../images/clearance-test-print-finished.jpg" alt="Picture of the clearance test piece finished in the Ultimaker machine" />
-                      </span>
-
                       <span class="image object">
                       <img src="../images/clearance-test-messy-print.jpg" alt="Picture of the clearance test piece after clearing the supports" />
                       </span>
@@ -259,9 +255,11 @@
 
                       <p>The 3D scan part was a real adventure !</p>
 
+                      <p>In the Fab Lab we have an <a href="https://www.einscan.com/handheld-3d-scanner/einscan-pro-hd/" target="_blank">Einscan Pro scanner</a> running with the <a href="https://www.shining3d.com/download/software/" target="_blank">Shining 3D program</a>.</p>
+
                       <p>Our computer being under repair, we had to get another one for this week.</p>
 
-                      <p></p>
+                      <p>The first problem was the software that wouldn't run on it. Solution = download an older version.</p>
 
                       <span class="image object">
                       <img src="../images/...jpg" alt="..." />
@@ -320,14 +318,18 @@
                       
                       <p><strong>My files</strong></p>
                       <ul>
-                        <li><a href="../files/...png" target="_blank">...</a></li>
+                        <li><a href="https://www.dropbox.com/scl/fi/8bgoc638oj1dzw5c50jhz/voronoidSphere.stl?rlkey=thfjl2tjoqilw19ku51uq7v2l&dl=0" target="_blank">Voronoid Sphere Design</a></li>
                       </ul>
 
                       <p><strong>Resources</strong></p>
                       <ul>
                         <li><a href="https://ultimaker.com/3d-printers/s-series/ultimaker-s5/" target="_blank">Ultimaker website</a></li>
+                        <li><a href="https://www.creality3dofficial.com/" target="_blank">Creality website</a></li>
+                        <li><a href="https://www.einscan.com/handheld-3d-scanner/einscan-pro-hd/" target="_blank">Einscan Pro scanner</a></li>
+                        <li><a href="https://www.shining3d.com/download/software/" target="_blank">Shining 3D program</a></li>
+                        <li><a href="https://www.youtube.com/watch?v=158ZpD44dq4&list=PL7hQXLUOTdVFoBj-OxBdKNVP27IIn08cu&index=7&ab_channel=DesignedByAbhi" target="_blank">Quick Fusion 360 voronoid type sphere tutorial on Youtube</a></li>
                         <li><a href="https://fabacademy.org/2024/labs/fabc/">Our group page</li>
-                          <li><a href="https://www.creality3dofficial.com/" target="_blank">Creality website</a></li>
+                          
                       </ul>
                     </section>
                   </div>
-- 
GitLab