Book Image

3D printing with RepRap Cookbook

By : Richard Salinas
Book Image

3D printing with RepRap Cookbook

By: Richard Salinas

Overview of this book

Table of Contents (19 chapters)
3D Printing with RepRap Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Troubleshooting issues with the motor system


All RepRap printers use stepper motors to drive the movement along the x, y, and z axes. These kinds of motors operate by moving in set intervals, by a way of pulses generated by a stepper driver. With this system, a precise and continuous movement can be achieved. Without this precision, we wouldn't be able to control the precise position of our extruder.

In this recipe, we'll look at solving some common issues with this system.

Getting ready

A basic toolkit consisting of a micro screwdriver set and long needle nose pliers would be helpful.

How to do it...

We will proceed as follows:

  1. A motor that's not moving at all is a major issue. The first step in resolving this situation is to make sure that all the connections for the motor are firmly attached. In the following image, there are two different connection points for the stepper motor on the controller:

  2. A typical RepRap stepper motor will have four leads that are connected to the controller. If one...