Electronics hobby blog
Build a 3D printer - Part 11: Electronics
ezContents 22 January 2017
The brain of our 3D printer is the RAMPS 1.4 controller with Arduino MEGA 2560 board. In this part we will describe how to connect it to various components of our printer.
Build a 3D printer - Part 10: LCD Screen
ezContents 21 January 2017
To view the status of the printing progress you need a screen. For this 3D printer project I have used LCD 12864 display.
Build a 3D printer - Part 9: Heated bed
ezContents 15 January 2017
For the 3D prints to be able to stick to the printing bed, it needs to be heated. For this purpose we need to add a heated bed to our printer.
Build a 3D printer - Part 8: Endstops
ezContents 12 January 2017
The stepper motors must know when they have reached the limits of an axis. For this purpose we use endstops.
Build a 3D printer - Part 7: Extruder
ezContents 10 January 2017
We have now finished building our frame and one of the last mechanical parts that is left to assemble is the extruder.
Build a 3D printer - Part 6: X-axis
ezContents 9 January 2017
In this part we will focus on the X-axis, which is the most complicated axis of the printer. The X-axis is in direct connection to the Z-axis and it also supports the extruder.
Build a 3D printer - Part 5: Z-axis
ezContents 8 January 2017
Now that we have built the frame and& the Y-axis is operational, we can focus on the Z-axis. This will allow to lift the extruder and print new layers. As the layers can be 0.1 mm in thickness we will need a stepper motor that is capable to turning in small steps.
Build a 3D printer - Part 4: Frame support
ezContents 8 January 2017
The 6 mm aluminum frame cutout can now be mounted on the base of our frame. We could leave it as is, but adding the extra 10 mm threaded rod supports will give it that extra stability. The extra rods will also give us place to mount other additions to the printer.
Build a 3D printer - Part 3: Y-axis
ezContents 7 January 2017
When the base of the frame is built we can continue to finish up the Y-axis.
Build a 3D printer - Part 2: Base
ezContents 7 January 2017
In the first part we have investigated and assembled all the parts to build the frame. Now it is assembled to assemble the base of our 3D printer.