aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-fysetc-cheetah-v1.2.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Change of alias for heater_fan in multiple configs (#5632)JamesH19782022-07-191-1/+1
| | | | | This PR serves to fix a longstanding misnomer in some config files. Many configs state a nozzle_cooling_fan alias for what is usually a "hotend cooling fan". This causes ambiguity and confusion with the parts fan. I have identified all 24 files with this and changed them here. Signed-off-by: James Hartley <james@hartleyns.com>
* config: Remove hold_current from sample configs and sample macrosKevin O'Connor2021-12-121-4/+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: Update generic-fysetc-cheetah-v1.2.cfg (#4315)jericho-adler2021-05-251-0/+3
| | | | | Added second CNC fan, PB0 Signed-off-by: Jericho Adler <jericho.adler@gmail.com>
* config: Use "stealthchop_threshold: 999999" if setKevin O'Connor2021-05-091-4/+4
| | | | | | | | 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: Comment updates for recent "make menuconfig" updatesKevin O'Connor2021-03-291-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-8/+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 reset/restart on Fysetc Cheetah v1.2Grigori Goronzy2020-04-021-0/+1
| | | | | | | | | Deassert RTS for this board and enable the new Cheetah-specific reset sequence. Fixes #2026. Signed-off-by: Grigori Goronzy <greg@chown.ath.cx>
* config: Fix uart pins on z stepper in generic-fysetc-cheetah-v1.2.cfgKevin O'Connor2019-09-291-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example config files for the Fysetc Cheetah boardsKevin O'Connor2019-08-311-0/+121
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>