Mechanical endstop v1.2

From RepRap
Revision as of 20:21, 27 December 2014 by Glenn (talk | contribs) (catchg)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

image flickr:5241625167 size="large"

++ Simple, repeatable, reliable

The mechanical endstop is a simple solution to a simple problem. We want to be able to detect when an X/Y/Z stage has reached its minimum or maximum. Instead of messing with flags or complicated light beam interruptors, we use a mechanical switch. If we place the switch in the path of the stage, then the stage itself will simply close the switch when it moves against it. Other than properly positioning the switch, we do not need to modify the stage at all. If you're worried about reliability, you can sleep well at night. The switches we use are rated for 1 million operations before failure. Since we only use the switches once per print, that means you'll be able to do one million prints before having to replace the switch.

++ Interfaces

+++ Switch

The mechanical endstop uses a lever switch to detect when it is activated. The switch is wired up so that when activated, it pulls the signal to LOW. There is also an LED on the board that will light up when the switch is activated. This can be a big help when debugging.

image flickr:5241625333

+++ Interface

The mechanical endstop uses a standard 4 pin .100" pitch header and accepts a standard, old-style CD-ROM audio connector cable. The pinout for the cable is detailed below:

    • Pinout**

||~ PIN ||~ NAME ||~ FUNCTION || || 1 || 5V || This pin provides 5V to the endstop switch. || || 2 || GND || This pin is connected to ground on the endstop. || || 3 || GND || This pin is connected to ground on the endstop. || || 4 || SIGNAL || This pin is the output of the endstop. LOW = endstop activated, HIGH = endstop normal. ||

image flickr:5242220184

++ Schematic

image flickr:5218164391 size="medium"

++ Partlist / BOM

iframe http://www.thingiverse.com/thing:4971/partlist width="700" height="350" frameborder="0"

++ Source

[[f>image flickr:5242220026]]

The Mechanical Endstop v1.2 is Open Source Hardware and is licensed under the GNU GPLv3.

    • Download**

++ History

The Mechanical Endstop v1.2 is an original design by MakerBot Industries.