Skip to content
Snippets Groups Projects
Commit 5aadaa4e authored by Dhanushree Prakash's avatar Dhanushree Prakash
Browse files

week 05 IMAGES

parent 5eb9a6a0
No related branches found
No related tags found
No related merge requests found
Pipeline #315415 passed
Showing
with 84 additions and 8 deletions
......@@ -4,26 +4,33 @@ The group assignment was to test the design rules of the 3D printer.
There are many parameters one can control on 3d printer. Out of this, Build speed, Extrusion Speed and Nozzle Temperature control are set by the operator
## PRUSA
## CREALITY ENDER-3 PRO
We used a test print object that can be found on [Thingiverse](https://www.thingiverse.com/thing:2806295).
![](week05-images/test.jpg)
![](../week05-images/test%20.jpg)
This test print creates several unique 3D printing features in one object, like overhangs and pillars.
It also creates several other features like lines and pockets of different sizes we could check the resolution of the printers.
Material: PLA
### Loading the Filament
Material: PLA
We cut the filament at a 45 degree angle so it will easily go through the tube.
![](../week05-images/material.jpeg)
![](../week05-images/materialcut.jpeg)
### PRUSA SLICER
When you have the app open, you can then open an .STL file like the one linked above and it will show it in the middle of the app. You can change the settings on speed, heat etc. in the app,
but we went with a default settings, pushed the big Slice button and saved it to an SD card.
- First, import the model in .stl or .obj format.
- Change the orientation of the model, as it has an impact on the strength of the print.
- We did not use any supports and used the default settings for the test.
- Check if the temperature of the bed and the nozzle match with the requirement of the material.
- Click on SLICE and copy it on to the SD card from the printer you are going to be using.
![](../week05-images/cura1.jpg)
![](../week05-images/cura2.jpg)
### PRINTING
We then loaded the SD card in the machine, selected it for printing. Using glue/hairspray on the bed creates good adhesion.
### PRINTER SETTINGS
````
......@@ -33,10 +40,79 @@ We then loaded the SD card in the machine, selected it for printing. Using glue/
4. Bed temp- 60
````
### PRINTING
We then loaded the SD card in the machine, selected it for printing. Using glue/hairspray on the bed creates good adhesion.
- On the printer, choose Print from TF on the menu.
- We initially ran into some problems, the print layers would not stick to the bed.
- Our instructor Eduardo noticed that the nozzle was not close enough to the bed in some places.
- He helped us calibrate it by placing a sheet of paper and using it as reference to tighten the corner screws under the bed.
- The print after this came out well except for the extreme overhangs.
![](../week05-images/failedattempt.jpeg)
### RESULT
The quality of the print was very good and it helped us understand the limitations of the machine like the extent of overhang and the accuracy of some pockets.
![](../week05-images/test1.1.jpeg)
![](../week05-images/test1.2.jpeg)
## PRUSA
We used to the same test with default settings and PRUSA SLICER to prepare the file.
The only difference with setting up the machine is that the filament has to be loaded every time you print something new.
![](../week05-images/setup2.jpeg)
![](../week05-images/setup3.jpeg)
## RESULT
## PRINTING WITH PASTE (Creality ender-3 pro)
The fablab has been experimenting with printing with different materials for a while now and they have a modified ender-3 pro printer with a 3d printing extruder that can print with paste.
Eduardo gave as a demo on how to use that machine to print with mashed potato and xanthum gum.
![](../week05-images/P3.jpeg)
![](../week05-images/codeforslicing.jpg)
- We decided to make a simple form on grasshopper to test it out ourselves. Below is the grasshopper script made by the lab that is used to prepare the model for slicing and extracting the Gcode.
- A laptop with Repitier has to be connected the printer through USB.
- The Gcode copied from the Gh script has to be pasted in Cura slicer and the commands can be sent directly from the application.
![](../week05-images/curapotato.jpg)
- ![](../week05-images/P1.jpeg)
### Some Gcode basics
- G0 – Is a rapid movement
- G1 – Is a linear movement
- X – Movement in the X axis
- Y – Movement in the Y axis
- Z – Movement in the Z axis
- E – The amount to extrude between the start and end point of a movement
- F – Feed rate per minute as described previously
- G28 – Move to Origin
- G90 - Set absolute co-ordinates
- G91 - Set relative co- ordinates
## RESULT
The model was too big for the paste used and failed to hold its own weight halfway through the print.
![](../week05-images/P4.jpeg)
......
docs/assignments/week05/week05-images/P1.jpeg

62.8 KiB

docs/assignments/week05/week05-images/P2.jpeg

61.6 KiB

docs/assignments/week05/week05-images/P3.jpeg

55.3 KiB

docs/assignments/week05/week05-images/P4.jpeg

74.9 KiB

docs/assignments/week05/week05-images/codeforslicing.jpg

134 KiB

docs/assignments/week05/week05-images/cura1.jpg

141 KiB

docs/assignments/week05/week05-images/cura2.jpg

125 KiB

docs/assignments/week05/week05-images/curapotato.jpg

277 KiB

docs/assignments/week05/week05-images/ender1.jpeg

110 KiB

docs/assignments/week05/week05-images/ender2.jpeg

110 KiB

docs/assignments/week05/week05-images/ender3.jpeg

141 KiB

docs/assignments/week05/week05-images/failedattempt.jpeg

56.4 KiB

docs/assignments/week05/week05-images/material.jpeg

25.6 KiB

docs/assignments/week05/week05-images/materialcut.jpeg

25.9 KiB

docs/assignments/week05/week05-images/setup2.jpeg

41 KiB

docs/assignments/week05/week05-images/setup3.jpeg

53.5 KiB

docs/assignments/week05/week05-images/test1.1.jpeg

22.4 KiB

docs/assignments/week05/week05-images/test1.2.jpeg

27.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment