Duet3 6HC RatRig vcore3 config
macros | ||
.gitignore | ||
bed.g | ||
config.g | ||
deployprobe.g | ||
homeall.g | ||
homex.g | ||
homey.g | ||
homez.g | ||
pause.g | ||
README.md | ||
resume.g | ||
retractprobe.g | ||
sleep.g | ||
stop.g | ||
tfree0.g | ||
tpost0.g | ||
tpre0.g |
Vcore3 500^3
HW Config
- 1x Duet 3 6HC
Display
SBC
- 1x PI 4 2GB
Power supply
- 1x Meanwell 400W 24v
Steppers
- 3x z 0.9 nema 17
- 1x x 0.9 nema 17
- 1x y 0.9 nema 17
- 1x extruder 0.9 nema 17 pancake
Carriage
- 1x Eva 2.0
HotEnd
- 1x E3D V6
- 1x Bondtech BMG Extruder
Lighting
- 1x SSR 40A DC-DC)
- 2x Led strips 24v 50cm
Note: The usage of the SSR allows more lighting to be added without worries for curruent usage on the board.
Fans
Bed heater
Bed calibration tool
- 1x Bltouch 3.1
Endstops
Bed
Filament sensor
Software
Base intall
Duet light - Config link
Git config && software deployment
apt-get update && apt-get upgrade && apt-get install git
mv /opt/dsf/sd/sys /opt/dsf/sd/sys.ori
cd /opt ; git clone https://g.lgeex.com/pedro/duet_vcore3.git
mv /opt/dsf/sd/macros /opt/dsf/sd/macros.ori
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
Duet 3 6HC - Pins
IO
Used IO pin headers
- io_0 - display
- io_1 - y endstop
- io_2 - x endstop
- io_7 - bltouch
Stepper motors
All steppers are 0.9º
- z left - driver0 - motion backwards (looking from the back of the printer)
- z rear - driver1 - motion backwards
- z right - driver2 - motion backwards
- top right motor - driver3 - Y - motion forwards (looking from the back of the printer)
- top left motor - driver4 - X - motion forwards
- extruder motor - driver5 - motion forwards
Outputs
Heating elements (24v)
Heating elements in use:
- out1 - SSR Bed
- out2 - Hotend
Fans (24v)
Fans in use:
- out4 - layer fan
- out7 - hotend fan
Lighting
- out8 - dc ssr operated leds
Temperature probes
Thermal probes in use:
- temp0 - Bed thermistor
- temp1 - Hotend thermistor
TODO
-
Setup filament sensor
-
All macros are untested until stated otherwise
-
Tested macros
-
- Lighting (all)
-
- Preheat (all)