|
1 month ago | |
---|---|---|
macros | 1 year ago | |
.gitignore | 1 year ago | |
Duet3-6HC_BoardDiagram.png | 1 year ago | |
README.md | 1 year ago | |
bed.g | 1 month ago | |
config.g | 1 month ago | |
deployprobe.g | 2 years ago | |
homeall.g | 1 year ago | |
homex.g | 1 year ago | |
homey.g | 1 year ago | |
homez.g | 1 year ago | |
pause.g | 2 years ago | |
reprapfirmware_3.4.5-1_all.deb | 1 month ago | |
resume.g | 2 years ago | |
retractprobe.g | 2 years ago | |
sleep.g | 2 years ago | |
stop.g | 2 years ago | |
tfree0.g | 2 years ago | |
tpost0.g | 2 years ago | |
tpre0.g | 2 years ago |
Configure and document a Vcore3 from RatRig with a Duet 3 6HC. The Vcore3 is a core xy 3d printer with a kinematic bed on 3 axis. The purpose of this repo is not to have a 1 fit all solution but the solution that works for my use case, I’ve tryed to provide all the hardware components and their setup, this may not suit your case. If you have a suggestion please consider opening a pull request. In the other hand it may help you setup your printer in a fast way, use at your own risk. Parts of the g code are not mine and were extracted from the ratrig config, duet github repos, and other sources (references on the links and external sources bellow).
Pay special attention to the stepper direction and stepper step/angle, these are not standard.
Replaced x y 0.9º nema 17 for 1.8º LDO steppers, these old 2.5A per phase at 3.1v. 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 Ω
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
Montagegat: M3
1x SONOFF 10A BASICR2
Duet light - Config link
apt-get update && apt-get upgrade && apt-get install git
mv /opt/dsf/sd/sys /opt/dsf/sd/sys.ori
mv /opt/dsf/sd/macros /opt/dsf/sd/macros.ori
cd /opt ; git clone https://g.lgeex.com/3dprinting/duet_vcore3.git
chown -R dsf:dsf /opt/duet_vcore3
chmod -R g+s /opt/duet_vcore3
setfacl -R -d -m u::rwx /opt/duet_vcore3
ln -s /opt/duet_vcore3 /opt/dsf/sd/sys
ln -s /opt/duet_vcore3/macros /opt/dsf/sd/macros
ls -s /opt/duet_vcore3 /root/ # yes I use root on the rasp.
Used IO pin headers
Heating elements in use:
Fans in use:
Thermal probes in use:
The SBC is powerwered by the Mean Well LRS-50-5
Emergency reset button is connected to reset pins.
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:
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.