From 1de199ed5479fcdc9a29a1f82b2bb99511675afb Mon Sep 17 00:00:00 2001
From: Jiawen Gong <jiawengong1112@gmail.com>
Date: Tue, 7 Nov 2023 07:29:44 +0000
Subject: [PATCH] Update file week07.md

---
 docs/assignments/week07.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/assignments/week07.md b/docs/assignments/week07.md
index 4b52df4..999a98c 100644
--- a/docs/assignments/week07.md
+++ b/docs/assignments/week07.md
@@ -2,20 +2,34 @@
 
 ## **GRASSHOPPER**
 
+**TUTORIAL WITH ASLI**
+
 ![grasshopper](../images/week07/grasshopper1.jpg){ width=1000}
 
+**TUTORIAL WITH EUGENIO**
+
 ![grasshopper](../images/week07/grasshopper2.jpg){ width=1000}
 
+Since I didn't have any previous experience with grasshopper, I started by playing with each and every code that Eugenio shared in his files, trying to get an idea of how each component functions. This Voronoi pattern gave me the inspiration for my first Voronoi lace sample.
+
 ## **SLICING SOFTWARES**
 
 **CURA**
 
+To prepare 3D models for 3d printing. You can check your printing time after slicing. Printing time can be adjusted in many ways such as changing the density and precision depending on your intention.
+
+Select the material and printer that you want to be printing with. Didfferent material/printer has different printing speed.
+
 ![CURA](../images/week07/cura.jpg){ width=1000}
 
 **PRUSA SLICER**
 
+I mainly used this software for slicing this week, the infill selection offers various infill patterns which is really fun.
+
 ![PRUSA](../images/week07/prusa.jpg){ width=1000}
 
+ [Marlin Code](https://marlinfw.org/meta/gcode/): Open source firmware for FDM 3D printers.
+
 ## **3D PRINTING**
 
 ![printer](../images/week07/printer1.jpg){ width=1000}
-- 
GitLab