Build a 3D printer - Part 14: Stepper drivers cooling
The stepper motors are constantly pulling current. Without any cooling the chip that is on the stepper driver module would burn very quickly. Adding small heatsinks on top of the chip is of course the first step, but we can go a bit further.
Build a 3D printer - Part 13: Software
Our 3D printer is finished, but we still can not use it until we program the Arduino board with software that will control our printer. There are several options for the firmware. I have chosen Marlin.
Build a 3D printer - Part 12: Power supply
After hooking up of all the connections to the RAMPS 1.4 board we will need to provide power to the board. The standard 5V output of the USB connector is only sufficient to power the Arduino and the LCD display, so we will need external power. The minimum power that needs to be provided is 12V x 20A (240W). But just to be sure we will use a 12V x 30A (360W) power supply.
Build a 3D printer - Part 11: Electronics
Build a 3D printer - Part 10: LCD Screen
Build a 3D printer - Part 9: Heated bed
Build a 3D printer - Part 8: Endstops
Build a 3D printer - Part 7: Extruder
Build a 3D printer - Part 6: X-axis
Build a 3D printer - Part 5: Z-axis
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.