Update README.md with latest info

This commit is contained in:
pedro 2022-02-14 17:23:07 +00:00
parent d931f49b67
commit 88638bd30f

View File

@ -31,7 +31,8 @@ Pay special attention to the stepper direction and stepper step/angle, these are
- 1x [PI 4 2GB](https://www.123-3d.nl/RaspberryPi-Raspberry-Pi-4-model-B-2-GB-i4908-t16066.html)
##### Power supply
- 1x Mean well 400W 24v ([RSP-500-24](https://eu.mouser.com/ProductDetail/MEAN-WELL/RSP-500-24?qs=8uyp%2Fy7yFW5FrdkZCZycgg==))
- 1x Mean well 400W 24v - ([RSP-500-24](https://eu.mouser.com/ProductDetail/MEAN-WELL/RSP-500-24?qs=8uyp%2Fy7yFW5FrdkZCZycgg==))
- 1x Mean well 50w 5v - [LRS-50-5](https://www.meanwell-web.com/en-gb/ac-dc-single-output-enclosed-power-supply-lrs--50--5)
##### Steppers
- 3x z [0.9 nema 17](https://www.123-3d.nl/123-3D-NEMA17-stappenmotor-0-9-graden-per-stap-48-mm-lang-4-2-kg-cm-SL42S248MA108-0524-i3420-t14804.html)
@ -45,7 +46,7 @@ Pay attention to currents and number of steps while configuring your printer.
Note: the stepper except the pancake one have the following specs:
```
Draaddikte: 24 Awg Aantal draden: 4
Nominale stroom: 1,7 A Weerstand: 1,8 Ω
Nominale stroom: 1,7 A Weerstand: 1,8 Ω
Afmetingen: 42,3 x 42,3 x 48 mm (LxBxH) As diameter: 5 mm
Voltage: 3,1 V Stap hoek: 0,9 °
Houdkoppel: 4.2 kg-cm As lengte: 22 mm
@ -81,6 +82,9 @@ Note: The usage of a second SSR allows more lighting to be added without worries
##### Filament sensor
1x [Duet 3d - laser sensor](https://www.123-3d.nl/Duet3D-Laser-Filament-Monitor-LaserFilamentMonitor-i3121-t14808.html)
##### Power automation
1x SONOFF 10A [BASICR2](https://sonoff.tech/product/diy-smart-switch/basicr2/)
### Software
#### Base intall
[Duet light](https://pkg.duet3d.com/DuetPi-lite.zip) - Config [link](https://duet3d.dozuki.com/Wiki/SBC_Setup_for_Duet_3)
@ -100,6 +104,9 @@ ls -s /opt/duet_vcore3 /root/ # yes I use root on the rasp.
### Duet 3 6HC - Pins
#### Accelerometer
* Temp daughterboard - [LIS3HD](https://www.digikey.nl/en/products/detail/adafruit-industries-llc/3886/10709725)
#### IO
Used IO pin headers
* io_0 - display
@ -139,6 +146,7 @@ Thermal probes in use:
## TODO
- Add printing tracking camera
- Add accelerometer config
- All macros are untested until stated otherwise (some are cloned from duet repos, others are mine), list of tested macros:
- - Lighting (all)
@ -150,7 +158,7 @@ Thermal probes in use:
- - Diagnostics/E steps calibration
## Electronics backplate
I've also set a exectronics backplate (to be a cut of alluminium or polycarbonate up to 4mm), you may find it in [thingiverse.com](https://www.thingiverse.com/thing:4792093).
I've also add a electronics backplate (to be a cut of alluminium or polycarbonate up to 4mm), you may find it in [thingiverse.com](https://www.thingiverse.com/thing:4792093).
## Links and external sources
* [GCode library](https://duet3d.dozuki.com/Wiki/Gcode)