mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 14:57:53 -07:00
config: Add example generic-bigtreetech-skr-pro.cfg config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
dc9f9ea1d6
commit
0f1fcb017f
3 changed files with 229 additions and 0 deletions
3
test/configs/stm32f407.config
Normal file
3
test/configs/stm32f407.config
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Base config file for STM32F407 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F407=y
|
||||
|
|
@ -92,6 +92,10 @@ DICTIONARY stm32f1-serial.dict
|
|||
CONFIG ../../config/generic-fysetc-cheetah-v1.1.cfg
|
||||
CONFIG ../../config/generic-fysetc-cheetah-v1.2.cfg
|
||||
|
||||
# Printers using the stm32f407
|
||||
DICTIONARY stm32f407.dict
|
||||
CONFIG ../../config/generic-bigtreetech-skr-pro.cfg
|
||||
|
||||
# Printers using the PRU
|
||||
DICTIONARY pru.dict host=linuxprocess.dict
|
||||
CONFIG ../../config/generic-cramps.cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue