Duet3 6HC RatRig vcore3 config
Go to file
2021-06-05 20:06:23 +00:00
macros Set pin tune parameters for Vcore3 2021-06-05 19:37:21 +01:00
.gitignore update gitignore 2021-06-04 23:05:18 +00:00
bed.g Fix primary bed probing points 2021-05-30 11:49:38 +00:00
config.g Add LED control and several other macros 2021-06-03 22:09:42 +00:00
deployprobe.g Fix bed and homing coordinates, add calibrate thermal probes, etc 2021-05-28 22:35:11 +00:00
homeall.g Change probe offset; trigreer bloutch reset before homing 2021-05-30 11:24:13 +00:00
homex.g Fix bed and homing coordinates, add calibrate thermal probes, etc 2021-05-28 22:35:11 +00:00
homey.g Fix bed and homing coordinates, add calibrate thermal probes, etc 2021-05-28 22:35:11 +00:00
homez.g Change probe offset; trigreer bloutch reset before homing 2021-05-30 11:24:13 +00:00
pause.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00
README.md Update README.md 2021-06-05 20:06:23 +00:00
resume.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00
retractprobe.g Fix bed and homing coordinates, add calibrate thermal probes, etc 2021-05-28 22:35:11 +00:00
sleep.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00
stop.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00
tfree0.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00
tpost0.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00
tpre0.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00

Vcore3 500^3

HW Config

Display
SBC
Power supply
  • 1x Meanwell 400W 24v
Steppers
Carriage
HotEnd
Lighting

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
Endstops
Bed
Filament sensor

1x Duet 3d - laser 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)