aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/printer-monoprice-mini-delta-2017.cfg2
-rw-r--r--test/configs/stm32f070.config3
-rw-r--r--test/klippy/printers.test4
3 files changed, 8 insertions, 1 deletions
diff --git a/config/printer-monoprice-mini-delta-2017.cfg b/config/printer-monoprice-mini-delta-2017.cfg
index aa4a7f86..b570d270 100644
--- a/config/printer-monoprice-mini-delta-2017.cfg
+++ b/config/printer-monoprice-mini-delta-2017.cfg
@@ -108,7 +108,7 @@ horizontal_move_z: 5
[bed_mesh]
speed: 50
horizontal_move_z: 5
-bed_radius: 50
+mesh_radius: 50
round_probe_count: 5
fade_start: 1.0
fade_end: 0.0
diff --git a/test/configs/stm32f070.config b/test/configs/stm32f070.config
new file mode 100644
index 00000000..61320834
--- /dev/null
+++ b/test/configs/stm32f070.config
@@ -0,0 +1,3 @@
+# Base config file for STM32F070 ARM processor
+CONFIG_MACH_STM32=y
+CONFIG_MACH_STM32F070=y
diff --git a/test/klippy/printers.test b/test/klippy/printers.test
index 6885740a..1575c8f7 100644
--- a/test/klippy/printers.test
+++ b/test/klippy/printers.test
@@ -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