* Duet 3 RRF3.1.1 example config Work in progress example config. * Update homez.g * Correct homeall.g uploaded * M566 typo corrected * Delete old config - get ready for new * Duet 3 6HC + 3HC example config Still work in progrss - hasn't been cleaned yet * Create readme.md * Update readme.md * Fixed macro call in homez.g * Fixed macro call in homeall.g * Fixing comments (with a proper github client this time). * Fixed current on Z axis thanks oc_geek :) * Limit to Z axis thanks oc_geek * Corrected microswitch Y offset. * Mesh macros correction Home Z should not be needed after mesh * Update move_over_microswitch.g Co-authored-by: TheDorje <45540765+TheDorje@users.noreply.github.com> Co-authored-by: KiloQubit <69389593+KiloQubit@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| macros | ||
| sys | ||
| readme.md | ||
readme.md
This is my config for the Voron 2.4 based on Duet 6HC and 3HC.
If you have any questions - ping me on voron discord.
This is a config that will work on RRF 3.3 (I'm running RC3). Earlier ones might complain about how the probe are configured (two speeds probing was introduced in 3.3).
Code needed in slicer to start printing is:
set global.bed_temp = <temp here>
set global.hotend_temp = <temp heree>
M98 P"0:/macros/Print/Print start"
Code needed to end the print is:
M98 P"0:/macros/Print/Print end"