aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-fysetc-s6-v2.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Multiple config - change working for heater fan (#6274)JamesH19782023-06-281-1/+1
| | | | | The reference to `my_nozzle_fan` in these configs could be confusing and misleading, leading users to think it is the parts/print cooling fan, changed to heatbreak_cooling_fan as used in other configs. Signed-off-by: James Hartley <james@hartleyns.com>
* config: Pull up endstop_pins on Fysetc S6/SpiderAdrian Keet2022-04-261-3/+3
| | | | Signed-off-by: Adrian Keet <arkeet@gmail.com>
* config: Remove hold_current from sample configs and sample macrosKevin O'Connor2021-12-121-12/+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-12/+12
| | | | | | | | 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 Fysetc S6 compilation instructionsWilhelm Schuster2021-05-031-5/+4
| | | | Signed-off-by: Wilhelm Schuster <ws@rot13.io>
* config: Add example generic-fysetc-s6-v2.cfg config fileKevin O'Connor2021-01-041-0/+217
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>