mirror of https://github.com/Desuuuu/klipper.git
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
|
@ -108,7 +108,7 @@ horizontal_move_z: 5
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
speed: 50
|
speed: 50
|
||||||
horizontal_move_z: 5
|
horizontal_move_z: 5
|
||||||
bed_radius: 50
|
mesh_radius: 50
|
||||||
round_probe_count: 5
|
round_probe_count: 5
|
||||||
fade_start: 1.0
|
fade_start: 1.0
|
||||||
fade_end: 0.0
|
fade_end: 0.0
|
||||||
|
|
|
@ -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-re-arm.cfg
|
||||||
CONFIG ../../config/generic-smoothieboard.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
|
# Printers using the stm32f103
|
||||||
DICTIONARY stm32f103.dict
|
DICTIONARY stm32f103.dict
|
||||||
CONFIG ../../config/generic-bigtreetech-skr-mini.cfg
|
CONFIG ../../config/generic-bigtreetech-skr-mini.cfg
|
||||||
|
|
Loading…
Reference in New Issue