aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-flyboard.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Remove hold_current from sample configs and sample macrosKevin O'Connor2021-12-121-18/+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-18/+18
| | | | | | | | 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-22/+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: Fix file permissions of generic-flyboard.cfgKevin O'Connor2020-01-231-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-flyboard.cfg config fileKevin O'Connor2020-01-231-0/+295
Reported by @DJDOUBLEG. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>