mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
test: Add printer-monoprice-mini-delta-2017.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
196210cad2
commit
6e020123c6
3 changed files with 8 additions and 1 deletions
3
test/configs/stm32f070.config
Normal file
3
test/configs/stm32f070.config
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Base config file for STM32F070 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F070=y
|
|
@ -91,6 +91,10 @@ CONFIG ../../config/generic-mks-sgenl.cfg
|
|||
CONFIG ../../config/generic-re-arm.cfg
|
||||
CONFIG ../../config/generic-smoothieboard.cfg
|
||||
|
||||
# Printers using the stm32f070
|
||||
DICTIONARY stm32f070.dict
|
||||
CONFIG ../../config/printer-monoprice-mini-delta-2017.cfg
|
||||
|
||||
# Printers using the stm32f103
|
||||
DICTIONARY stm32f103.dict
|
||||
CONFIG ../../config/generic-bigtreetech-skr-mini.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue