aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-fysetc-f6.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: 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 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-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>