You made it! your printer is assembled! Congratulations :)
Now you just need to get the Duet control board to know your HevORT. Time for Firmware Configuration!
Oh, and don't worry, We all got goose bumps when first hearing about Firmware Configuration. It is totally normal to see this task as a monster. I will help you to turn that monster into a fun one. Remember, eventually that monster is going to work for you :)
I will be dropping things here as I am able to document them. If you feel you would be able to write one of these section, please contact me through the FB support Group{:target="_blank"} .
- Communicating with your Duet
- Understanding the system files of your duet.
- Creating your initial config.g file
- Define your printer geometry and dimensions
- Configure Triple Z Axis
The config.g file is the main configuration file that is run on every power up sequence. If you change a value in this file, the system will ask for reboot when saving.
I have created a cleaned up example version of my config.g that you can use to create your own. The best approach should be to generate your first draft with the online ReprapFirmware Automated tool{:target="_blank"}, then have a look at it and modify it by including what you need from mine.
RRF version | config.g file example | Last Updated |
---|---|---|
2.04 | Text File{:target="_blank"} | Jul 23rd 2020 |
Here is an example of a config file running RRF3 on a Duet2 control board
RRF version | config.g file example | Last Updated |
---|---|---|
3 | Text File{:target="_blank"} | Jul 23rd 2020 |
Here is an example of a config file running RRF3 on a Duet3 control board
RRF version | config.g file example | Last Updated |
---|---|---|
3 | NA |
RRF Config Tool instructions for Duet 3
RepRapFirmWare_ConfigTool Section | Last Updated |
---|---|
Start | NA |
General{:target="_blank"} | August 31, 2020 |
I/O Mapping{:target="_blank"} | August 31, 2020 |
Motors{:target="_blank"} | August 31, 2020 |
EndStops | NA |
Heaters | NA |
Fans | NA |
Tools | NA |
Compensation | NA |
Network | NA |
Finish | NA |
The triple independent Z axis parameters will be set via M671{:target="_blank"} command in your config.g file Using the following Excel file, you will generate the adequate line of command for your configuration. Firmware Settings Generator