diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/3D_Printing.md b/docs/Assignments/week_5_3dprinting_and_scanning/3D_Printing.md index 7fa7321..7147781 100644 --- a/docs/Assignments/week_5_3dprinting_and_scanning/3D_Printing.md +++ b/docs/Assignments/week_5_3dprinting_and_scanning/3D_Printing.md @@ -96,11 +96,11 @@ With this print I increased the raft. It helped a bit but at some point the prin ### Testing the strength To test the strength I made a makeshift setup with a scale on a hook. Then I put the plastic test subject on the bar and pulled really hard until it broke. Then I could read the amount of kg needed to break it from the scale. -![alt text](IMG_8421.JPEG) +![alt text](IMG_8421.jpg) I made 3 prints. One normal using normal settings. One with brick using `Bricklayers.py` and one using `bricklayersNonPlanarInfill.py` using the commands above. -![alt text](image-15.png) +![alt text](image-15.jpg) This is the end result. At the bottom are all the failed prints. At the top are the finished and tested prints. On the left there is the `bricklayers.py` print. The 2 in the middle have no modifications. The one on the right has the `bricklayersNonPlanarInfill.py` modification. The 2 on the left broke in the middle at the same point. Of the left one I got a measurement of 27,75kg. The one in the middle and right I didn't get the measurement because my phone couldn't record the screen of the scale. That's why im doing them again. | Which Print | Force down needed to break it | @@ -111,7 +111,7 @@ This is the end result. At the bottom are all the failed prints. At the top are I also noticed that the non planar infill broke at the same point twice. It could be because the print was getting unstable up there. Because the print failed a couple of times at that point when I was printing it without a solid platform. -![alt text](IMG_8462.JPEG) +![alt text](IMG_8462.jpg) So if it was more stable during printing it may have been even stronger. @@ -151,18 +151,18 @@ Henk showed us how to ELEGOO Mars 3 worked. First we sliced the model in CHITUBO ### Slicing For slicing we used CHITUBOX. It's a slicer that's supports the ELEGOO resin printers. -![alt text](image-10.png) +![alt text](image-10.jpg) It looks like this. I wanted to slice something so could also do it later on myself. First we need to import the file using the Open button at the top. -Once you've imported the file you wanna make sure your part is not touching the plate. ![alt text](image-11.png) +Once you've imported the file you wanna make sure your part is not touching the plate. ![alt text](image-11.jpg) Because if you are printing direct to the plate it will be very hard to remove later on according to Henk. Because we don't want to touch the build plate we are going to need supports. -![alt text](image-12.png) +![alt text](image-12.jpg) To add supports we need to press this button to go to the support screen. After entering the screen we can press auto support to automatically generate supports. -![alt text](image-13.png) +![alt text](image-13.jpg) Once we pressed that we can go back to the other tab and press slice to slice it all to a file. -![alt text](image-14.png) +![alt text](image-14.jpg) Then we can put it on a USB stick and start preparing the machine ### Preparing the printer diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/IMG_8421.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/IMG_8421.jpg new file mode 100644 index 0000000..9b61715 Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/IMG_8421.jpg differ diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/IMG_8462.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/IMG_8462.jpg new file mode 100644 index 0000000..8119d89 Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/IMG_8462.jpg differ diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/image-10.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/image-10.jpg new file mode 100644 index 0000000..d1e338b Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/image-10.jpg differ diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/image-11.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/image-11.jpg new file mode 100644 index 0000000..7aa843f Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/image-11.jpg differ diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/image-12.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/image-12.jpg new file mode 100644 index 0000000..94a26bb Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/image-12.jpg differ diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/image-13.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/image-13.jpg new file mode 100644 index 0000000..ce7cd7c Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/image-13.jpg differ diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/image-14.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/image-14.jpg new file mode 100644 index 0000000..441bd94 Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/image-14.jpg differ diff --git a/docs/Assignments/week_5_3dprinting_and_scanning/image-15.jpg b/docs/Assignments/week_5_3dprinting_and_scanning/image-15.jpg new file mode 100644 index 0000000..e79632c Binary files /dev/null and b/docs/Assignments/week_5_3dprinting_and_scanning/image-15.jpg differ