aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-bigtreetech-skr-mini-e3-v2.0.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: Minor indentation changes to skr configsKevin O'Connor2021-06-011-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-181-3/+3
| | | | | | | Combine the various communication options into a single "make menuconfig" menu item. 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 for SKR Mini-e3 v2.0 UART addresses (#3059)Paul Greidanus2020-07-061-2/+2
| | | | | | | Y and Z were flipped as per: https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/firmware/V2.0/Marlin-2.0.x-SKR-mini-E3-V2.0/Marlin/Configuration_adv.h#L2204-L2212 thanks to Vael#9090 on Discord for pointing this out Signed-off-by: Paul Greidanus <paul@majestik.org>
* config: Fixes for generic-bigtreetech-skr-mini-e3-v2.0.cfgKevin O'Connor2020-06-041-21/+20
| | | | | | | Add config file to printers.test. Fix errors in config and unify settings with the mini-e3-v1.2 config. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Config example for a SKR Mini E3 v2.0 (#2929)Paul Greidanus2020-06-041-0/+133
This is a basic config example for a SKR Mini E3 v2.0, the pinouts are different than the 1.2 and requires different compile options, so worth having an example. Signed-off-by: Paul Greidanus <paul@majestik.org>