Duet3 6HC RatRig vcore3 config
Go to file
2021-06-06 16:19:51 +01:00
macros Renamed lights macro 2021-06-05 21:39:58 +00:00
.gitignore Tune stepper parameters, noise reduction 1st try 2021-06-06 12:57:26 +01:00
bed.g Fix: Y Stepper motion, it was inverted 2021-06-06 16:18:15 +01:00
config.g Fix: Y Stepper motion, it was inverted 2021-06-06 16:18:15 +01:00
deployprobe.g Fix bed and homing coordinates, add calibrate thermal probes, etc 2021-05-28 22:35:11 +00:00
homeall.g Fix: Y Stepper motion, it was inverted 2021-06-06 16:18:15 +01:00
homex.g Fix bed and homing coordinates, add calibrate thermal probes, etc 2021-05-28 22:35:11 +00:00
homey.g Fix: Y Stepper motion, it was inverted 2021-06-06 16:18:15 +01:00
homez.g Fix: Y Stepper motion, it was inverted 2021-06-06 16:18:15 +01:00
pause.g pmso mix generated + ratrig + pmso 2021-05-26 21:17:05 +00:00
README.md Fix: Y Stepper motion, it was inverted 2021-06-06 16:18:15 +01: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

Purpose

Configure and document a Vcore3 from RatRig with a Duet 3 6HC. 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.

HW Config

Display
SBC
Power supply
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 calibration tool
Endstops
Bed heater
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 - driver2 - motion backwards (looking from the back of the printer)
  • z rear - driver1 - motion backwards
  • z right - driver1 - motion backwards
  • top right motor - driver4 - Y - motion forwards (looking from the back of the printer)
  • top left motor - driver3 - 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, list of tested macros:

    • Lighting (all)
    • Preheat (all)
    • PID tuning Bed && HotEnd

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.