aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-duet2-duex.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Change of alias for heater_fan in multiple configs (#5632)JamesH19782022-07-191-1/+1
| | | | | This PR serves to fix a longstanding misnomer in some config files. Many configs state a nozzle_cooling_fan alias for what is usually a "hotend cooling fan". This causes ambiguity and confusion with the parts fan. I have identified all 24 files with this and changed them here. Signed-off-by: James Hartley <james@hartleyns.com>
* config: Remove tmc interpolate setting from example configsKevin O'Connor2021-12-121-10/+0
| | | | | | | There is no reason to explicitly set the interpolate flag to true in the example configs as that is already the default. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-20/+20
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-1/+1
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tmc: Remove virtual_enable support and replace with automatic supportKevin O'Connor2019-11-121-10/+10
| | | | | | | Automatically detect if the stepper has a dedicated enable line. If it does not, then automatically enable virtual enable support. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* extruder: Consistently use "extruder" for the primary extruderKevin O'Connor2019-11-071-5/+5
| | | | | | | | No longer allow the primary extruder to be named "extruder0". This avoids internal and external confusion between the printer objects and config section names. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix pins for E6 in generic-duet2-duex.cfgFlorian Heilmann2019-08-071-8/+7
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* config: Update default serial setting of generic-duet2-duex.cfgKevin O'Connor2019-07-111-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Rename generic-duet2.cfg to generic-duet2-duex.cfgKevin O'Connor2019-07-111-0/+373
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>