aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-fysetc-s6.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: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-16/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-5/+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: Update generic-fysetc-s6.cfg (#2293)Tobias Weiß2019-12-181-18/+6
| | | | | SPI communication with TMC drivers is possible with hardware SPI using the "spi1" bus. Signed-off-by: Tobias Weiß <t.weiss@bk.ru>
* config: Fysetc S6 generic configuration (#2220)Tobias Weiß2019-12-181-0/+293
Signed-off-by: Tobias Weiß <t.weiss@bk.ru>