VoronUsers/firmware_configurations/reprapfirmware/DorjeDorf
DorjeDorf 23df73c14d
Updated readme.md to reflect printer size (#520)
Thanks for tip Exerqtor 🇳🇴 on Discord ;)
2021-12-06 21:00:17 -05:00
..
macros Duet 3 rrf3 example config (#334) 2021-07-17 13:45:43 -04:00
sys Duet 3 rrf3 example config (#334) 2021-07-17 13:45:43 -04:00
readme.md Updated readme.md to reflect printer size (#520) 2021-12-06 21:00:17 -05:00

readme.md

This is my config for the Voron 2.4 300mm 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"