aboutsummaryrefslogtreecommitdiffstats
path: root/config/sample-bigtreetech-exp-mot.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Remove hold_current from sample configs and sample macrosKevin O'Connor2021-12-121-3/+0
| | | | | | | Now that the documentation recommends that hold_current not be set, update the example config files to not specify a hold_current. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use "stealthchop_threshold: 999999" if setKevin O'Connor2021-05-091-3/+3
| | | | | | | | 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-3/+6
| | | | 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: add sample-bigtreetech-exp-mot.cfg (#3135)Tonny Møller2020-08-061-0/+52
Signed-off-by: Tonny Møller <tonn0297@gmail.com>