aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-mks-sgenl.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Use "stealthchop_threshold: 999999" if setKevin O'Connor2021-05-091-10/+10
| | | | | | | | Change all the example config files to use either 0 or 999999 for stealthchop_threshold (as is recommended in the TMC_Drivers.md document). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-14/+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>
* config: Pin logic on MKS SGEN L generic config (#2606)Willy Hsiao2020-03-081-8/+8
| | | | | | | Correct TMC2130 diag1_pin logic - the diag1_pin logic should be inverted and pulled up. Use pullup for endstops - pullups should be used here. Signed-off-by: Wen-Jeng Hsiao <isuperwilly@gmail.com>
* config: Add an example generic-mks-sgenl.cfg configKevin O'Connor2020-01-231-0/+196
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>