diff --git a/docs/Assignments/week_7_computer_controlled_cutting/computer_controlled_cutting.md b/docs/Assignments/week_7_computer_controlled_cutting/computer_controlled_cutting.md index 37d511f..3a0bb0b 100644 --- a/docs/Assignments/week_7_computer_controlled_cutting/computer_controlled_cutting.md +++ b/docs/Assignments/week_7_computer_controlled_cutting/computer_controlled_cutting.md @@ -182,13 +182,6 @@ Save the screw markings and the rest of the design in 2 seperate files. So you c Offset and raster are 2 different paths of cutting - - ---- - -The higher stepover the smoother the wood -//TODO: need to do something with this - ## F360 (Take this with a grain of salt because I had hard time following) Create design. Make it the height of you material @@ -236,5 +229,47 @@ You can see a big difference in the edges with conventional and climb. Climb mil ![alt text](image-8.png) -### Assignment inspirations -https://www.pilatshop.nl/product/anneke-etagere/ \ No newline at end of file +## Assignment +### Inspiration + +For this assignment I used some inspiration from [this](https://www.pilatshop.nl/) website. It has a lot of neat snap fit designs to get some inspiration from. Since this won't contribute much to my final project I still wanted to make something useful so I decided to make a food plateau for my mother. We looked through it together and made some drawings based on what we needed. +![alt text](image-9.png) +My first thought was to make a chair. But then I realized it may not be comfortable and it would be a hassle to get home. So I started brainstorming with my mom and we found this that she liked. +![alt text](image-10.png) + +So then we reverse engineering figuring out how it was assembled. +![alt text](image-11.png) + +### Designing +I also tried making the design fully parametric. So that was also an additional challange. +During designing I used everything I learned from week 2 and also learned some new stuff. For instance I needed a reverse intersect command. But that didn't exist. So I asked chatgpt for help and it said I should use the combine tool. +![alt text](image-12.png) +Using his method I created the cuts in the sides of the legs. +![alt text](image-13.png) +By using the Leg as a Target body and the bottom plate as the tool to cut I could carve out the holders for the platform. And with the Keep tools button the platform stays after the cut. + +![alt text](image-14.png) +This is my end result. +It's made kinda straight forward. First creating 3 platforms and then one leg. And then I made these leg revolve in a circular pattern like this. +![alt text](image-15.png) +Now the amount of legs are also parametric. + +### Laying the design +Fusion has a very nice tool to arrange all components of a 3d object onto a flat surface. +![alt text](image-16.png) + +It can be found under the modify menu. As fusion already tells you it's the perfect tool to arrange items for manufacturing. +![alt text](image-17.png) + +Once you click it you have to go to Envelopes and select the plane you want the components on. +![alt text](image-18.png) +After that you can go back to Objects and select the components you want placed. + +![alt text](image-19.png) +Like this. If you want to rotate a component you should unselect it and only select the face. The face you select will go upwards. I struggled a lot with this and tried finding the answer on fusions youtube channel but [that video](https://www.youtube.com/watch?v=7egLufCg5tk) was outdated. +![alt text](image-20.png) + +### Manufacturing +Fusion has a manufacturing workspace for laser cutting, CNC machining and milling. +![alt text](image-21.png) +In there im going to prepare the components to be cut using the shopbot. \ No newline at end of file diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-10.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-10.jpg new file mode 100644 index 0000000..d64a183 Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-10.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-11.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-11.jpg new file mode 100644 index 0000000..d17e87b Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-11.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-12.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-12.jpg new file mode 100644 index 0000000..103dedc Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-12.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-13.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-13.jpg new file mode 100644 index 0000000..9941566 Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-13.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-14.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-14.jpg new file mode 100644 index 0000000..94f197f Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-14.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-15.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-15.jpg new file mode 100644 index 0000000..787a93c Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-15.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-16.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-16.jpg new file mode 100644 index 0000000..7086276 Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-16.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-17.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-17.jpg new file mode 100644 index 0000000..fdbbe1a Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-17.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-18.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-18.jpg new file mode 100644 index 0000000..ac7f6a0 Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-18.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-19.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-19.jpg new file mode 100644 index 0000000..66226bc Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-19.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-20.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-20.jpg new file mode 100644 index 0000000..9bdb89c Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-20.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-21.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-21.jpg new file mode 100644 index 0000000..94a4e5b Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-21.jpg differ diff --git a/docs/Assignments/week_7_computer_controlled_cutting/image-9.jpg b/docs/Assignments/week_7_computer_controlled_cutting/image-9.jpg new file mode 100644 index 0000000..ba380ef Binary files /dev/null and b/docs/Assignments/week_7_computer_controlled_cutting/image-9.jpg differ