aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-bigtreetech-skr-2.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-2/+2
|
* config: Update generic-bigtreetech-skr-2.cfg - SPI Drivers (#6895)JamesH19782025-04-161-0/+45
| | | | | Added SPI tmc2130 driver config Signed-off-by: James Hartley <james@hartleyns.com>
* config: Remove hold_current from sample configs and sample macrosKevin O'Connor2021-12-121-3/+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: add flash details for STM32F429 (#4942)JamesH19782021-11-211-0/+4
| | | | | Updates for generic-bigtreetech-skr-2.cfg to include comment on newly shipped board with STM32F429 instead of the original STM32F407 Signed-off-by: James Hartley <james@hartleyns.com>
* temperature_sensors: Deprecate "NTC 100K beta 3950" thermistorKevin O'Connor2021-11-101-1/+1
| | | | | | | | | | It seems the common "beta 3950" thermistors generally follow a temperature table defined by the new "Generic 3950" definition. Using a table that actually follows the "beta 3950" temperature curve is generally less accurate. Deprecate the existing "NTC 100K beta 3950" definition to avoid this common issue. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Document motor_power pin in skr2 config (#4677)truckershitch2021-09-151-0/+4
| | | | | This is just a short inline comment about Bigtreetech's implementation of the "anti-reversal stepper protection" and the way it should be handled in the Klipper printer configuration. Signed-off-by: Jerry Chapman <truckershitch@hambone.e4ward.com>
* config: Add motor power definition to generic-bigtreetech-skr-2.cfgKevin O'Connor2021-06-071-0/+8
| | | | | | | | | Add a pin definition to enable motor power and add a warning about initial faulty SKR2 boards. Reported by @FHeilmann. 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: Add example generic-bigtreetech-skr-2.cfg config (#4160)popshansen2021-04-131-0/+142
Signed-off-by: Lars R. Hansen <popshansen@hotmail.com>