Add README.md

This commit is contained in:
pedro 2021-05-28 23:24:18 +00:00
parent b5214e2f1f
commit 8c3a088261

View File

@ -5,30 +5,36 @@
### Pins ### Pins
#### IO #### IO
io_0 - display Used IO pin headers
io_1 - y endstop * io_0 - display
io_2 - x endstop * io_1 - y endstop
io_7 - bltouch * io_2 - x endstop
* io_7 - bltouch
#### Stepper motors #### Stepper motors
z left - driver0 - motion backwards (looking from the back of the printer) All steppers are 0.9º
z rear - driver1 - motion backwards
z right - driver2 - motion backwards
right motor - driver3 - Y - motion forwards (looking from the back of the printer)
left motor - driver4 - X - motion forwards
extruder motor - driver5 - motion forwards
#### Outputs (24V) * z left - driver0 - motion backwards (looking from the back of the printer)
##### Heating elements * z rear - driver1 - motion backwards
out1 - SSR Bed * z right - driver2 - motion backwards
out2 - Hotend * top right motor - driver3 - Y - motion forwards (looking from the back of the printer)
##### Fans * top left motor - driver4 - X - motion forwards
out7 - hotend fan * extruder motor - driver5 - motion forwards
out4 - layer fan
#### Outputs
##### Heating elements (24v)
Heating elements in use:
* out1 - SSR Bed
* out2 - Hotend
##### Fans (24v)
Fans in use:
* out7 - hotend fan
* out4 - layer fan
#### Temperature probes #### Temperature probes
temp0 - Bed thermistor Thermal probes in use:
temp1 - Hotend thermistor * temp0 - Bed thermistor
* temp1 - Hotend thermistor
## Useful links ## Useful links
* [GCode library](https://duet3d.dozuki.com/Wiki/Gcode) * [GCode library](https://duet3d.dozuki.com/Wiki/Gcode)