aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-duet2.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-8/+8
| | | | 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-5/+5
| | | | | | | 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>
* config: Add a simplified Duet2 Eth/Wifi example config fileKevin O'Connor2019-07-111-0/+118
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Rename generic-duet2.cfg to generic-duet2-duex.cfgKevin O'Connor2019-07-111-372/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use tmc2660 virtual_enable in generic-duet2.cfgKevin O'Connor2019-06-281-10/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsam: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-10/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sx1509: Convert code to use generic i2c bus supportKevin O'Connor2019-04-041-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tmc2660: Use helper functions for register access and simplify TMC2660 ↵Florian Heilmann2019-03-081-0/+10
| | | | | | | | parameters sense_resistor is now a mandatory parameter for tmc2660 blocks. Duet2 users should use a value of 0.051 Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* config: Fixed Duet2 reversed heater/fan output pins (#1350)Benoit Miller2019-03-041-11/+11
| | | | | | | Using the Duet2 config as a base for your own config will no longer turn on all heaters and fans at full power during the (almost inevitable) MCU shutdown that will occur during initial Klipper setup. Signed-off-by: Benoit Miller <github@benoitmiller.ca>
* tmc2660: Use bus.py helper code for spiKevin O'Connor2018-11-211-10/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic duet2 config and tests (#834)Florian Heilmann2018-10-311-0/+362
This adds a generic duet config with quad-z and quad extruders which also tests TMC2660 and SX1509 extras Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>