AngelLM / Thor

DIY 3D Printable Robotic Arm
Creative Commons Attribution Share Alike 4.0 International
928 stars 223 forks source link

Confusion on PCB circuit #91

Closed DigeshC closed 2 years ago

DigeshC commented 2 years ago

Hi! We are planning to build Thor but had some confusion regarding the PCB circuit. We were confused on what P1...P8 were on the circuit diagram and how they are connected in the circuits. Thank you so much!

AngelLM commented 2 years ago

Hello!

The Control PCB is pretty similar to the RAMPs 1.4 and this feature is a legacy of this board. P1...P8 are groups of 3 columns of 2 male pins. One pin of each column is connected to 5V and the oposite pin is connected to the driver's microstepping pin (MS0, MS1 and MS2 respectively (See PCB Control Schematic). MS pins are used to configure the microstepping by setting the pin to high level (5V), shortcutting the columns using jumpers (See B section of this image). Depending on which columns have been short-circuited the configuration will be different (See microstepping configuration table] After setting the jumpers, you can place the stepper driver on top of them.

Hope it helps! Ángel

DigeshC commented 2 years ago

Hello! Thank you so much for your explanation. It cleared up our confusion.