aboutsummaryrefslogtreecommitdiffstats
path: root/config/sample-mmu2s-diy.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-1/+1
|
* docs: Fix typos in config and docs (#6991)Thijs Triemstra2025-07-271-3/+3
| | | | | | | * fix typos in configs * fix typos in docs Signed-off-by: Thijs Triemstra <info@collab.nl>
* config: Remove tmc interpolate setting from example configsKevin O'Connor2021-12-121-3/+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: 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-2/+2
| | | | | | | | 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-7/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Example for MMU2S DIY (#2566)kakou-fr2020-03-011-0/+823
Configuration file for MMU2S DIY Signed-off-by: Jeremy Briffaut <kakou@kakou.org>