On 16/11/2014, 9:38 AM, Bruce Kinsey wrote:
> UPDATE: OK, this morning I went over Wanhao's parts list and saw ""motor
> stop board"
They likely mean the X, Y, and Z limit switch circuit boards, which are based
upon this design
http://www.thingiverse.com/thing:4971
Those are used when the bot "homes" its X, Y, and Z axes. There is no limit
switch -- motor stop board -- for either extruder stepper motor.
BTW, these limit switches -- generally referred to as the "endstops" or
"endstop switches" -- do not directly stop the motors. Instead, they
send a signal back to the microprocessor. The firmware in the microprocessor
checks for the presence of the signal and if it is being asserted, then
will not advance the motor in the direction indicated by that switch.
(BTW, "asserting" here means sending a 0V signal. When the switch isn't
triggered, a 5V signal is sent. So, not-triggered is HIGH and triggered
is LOW. Just wanted to mention that in case you actually test with a
logic probe.)
Dan