aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-fysetc-f6.cfg
Commit message (Collapse)AuthorAgeFilesLines
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-3/+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 generic-fysetc-f6.cfg stepper_z cs_pinKevin O'Connor2020-02-031-1/+1
| | | | | | Reported by @jourjine Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: IMPROVED FYSETC F6 CONFIGURATION (#1985)towe962019-09-181-84/+233
| | | | | Since the previous config file was laid out only for TMC2208 drivers and was missing most other pins, I made a comprehensive configuration file, with hardware names for all available functionality. Signed-off-by: Tobias Weiß <t.weiss@bk.ru>
* config: Force PB0 high in fysetc f6 configKevin O'Connor2019-05-241-0/+3
| | | | | | | | There are reports that SPI does not work correctly on the Fysetc F6 if the PB0 (sdcard cs enable line) isn't pulled high. Update the default config to enable that line. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add comments to generic-fysetc-f6.cfg for extruder1/2 pinsKevin O'Connor2019-05-011-0/+22
| | | | | | Reported by @SimoneBnc. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update generic-fysetc-f6.cfg display sectionKevin O'Connor2019-02-071-4/+7
| | | | | | Reported by @bruce356 and @nandinho84. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Create generic-fysetc-f6.cfgSimoneBnc2019-01-101-0/+129
This is my current config file for Fysect F6 + TMC2208 running on my Ender 3 with stock creality display. Signed-off-by: Simone Bonacini <bonacini.simone@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>