From 0f2488c9258ee3805475d99363948e49d8958b96 Mon Sep 17 00:00:00 2001
From: Charlotte Vandenbulcke <ch.vandenbulcke@gmail.com>
Date: Wed, 13 Mar 2024 09:21:45 +0100
Subject: [PATCH] adding content in week07

---
 public/assignments/week07.html | 44 +++++++++++++++++++++++-----------
 1 file changed, 30 insertions(+), 14 deletions(-)

diff --git a/public/assignments/week07.html b/public/assignments/week07.html
index eaaa93c..42c183f 100644
--- a/public/assignments/week07.html
+++ b/public/assignments/week07.html
@@ -62,26 +62,26 @@
 
                       <h4>Part design</h4>
 
-                      <p>We used Freecad to create and parameterized the entire the part using spreadsheets.</p>
+                      <p>We used Freecad to create a parametric square part using spreadsheets.</p>
                       
                       <p>The parameterized parts are :</p>
 
                       <ul>
 
                         <li>the side of the square</li> 
-                        <li>part thickness </li>
+                        <li>the part thickness</li>
                         <li>the radius of the fillets</li> 
-                        <li>round hole diameter</li>
-                        <li>X position of round hole</li>
-                        <li>round hole position Y</li>
-                        <li>kerf</li>
-                        <li>notch length</li> 
-                        <li>notch width </li>
-                        <li>length of rectangular pocket</li> 
-                        <li>width of rectangular pocket </li>
-                        <li>rectangular pocket thickness </li>
+                        <li>the round hole diameter</li>
+                        <li>the X position of the round hole</li>
+                        <li>the Y position of the round hole</li>
+                        <li>the kerf</li>
+                        <li>the notch length</li> 
+                        <li>the notch width </li>
+                        <li>the rectangular pocket length</li> 
+                        <li>the rectangular pocket width</li>
+                        <li>the rectangular pocket thickness </li>
                         <li>the X position of the rectangular pocket</li> 
-                        <li>Y position of rectangular pocket</li>
+                        <li>the Y position of the rectangular pocket</li>
 
                       </ul>
 
@@ -89,14 +89,30 @@
 
                       <p>To avoid drawing the different parts by manually entering each measurement, we've used the symmetry (horizontal, vertical) and constraint (horizontal, vertical, radius, diameter) options.</p>
 
+                      <span class="image object">
+                      <img src="../images/...jpg" alt="..." />
+                      </span>
+
                       <p>The symmetry and constraint steps must be performed one by one to avoid errors.</p>
 
-                      <p>Once all the parts have been constrained, they are linked to the parametric table.</p> 
+                      <p>Once all the parts have been constrained, they are linked to the parametric table.</p>
+
+                      <span class="image object">
+                      <img src="../images/...jpg" alt="..." />
+                      </span> 
 
-                      <p>An error may occur from time to time. The solution is to remove redundant constraints displayed in the sidebar.</p> 
+                      <p>An error may occur from time to time. The solution is to remove redundant constraints displayed in the sidebar.</p>
+
+                      <span class="image object">
+                      <img src="../images/selectioncontrainte.jpg" alt="..." />
+                      </span>
 
                       <p>When the part design is ready, all lines and points are green and the message "fully constrained" appears in the sidebar.</p>
 
+                      <span class="image object">
+                      <img src="../images/objetentierementcontraint.jpg" alt="..." />
+                      </span>
+
                       <h5>Preparing the file</h5>
 
                       <p>Once the object has been created, we need to prepare the file so that we can start working on the CNC.</p>
-- 
GitLab