diff options
author | freakyDude <developer@freakydu.de> | 2022-10-22 03:03:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 21:03:57 -0400 |
commit | ebc3b0def3091e015d328ded88ec0fc53b7eba79 (patch) | |
tree | a04340e540e98139dce9284b08e205477c3fe362 /test | |
parent | a65e04aff7720fa1ac8e0967c2d71736911a8112 (diff) | |
download | kutter-ebc3b0def3091e015d328ded88ec0fc53b7eba79.tar.gz kutter-ebc3b0def3091e015d328ded88ec0fc53b7eba79.tar.xz kutter-ebc3b0def3091e015d328ded88ec0fc53b7eba79.zip |
config: Add Artillery Sidewinder X2 2022 stock printer.cfg (#5810)
Works for unmodified stock Artillery Sidewinder X2,
year 2022 with Artillery Ruby v1.2 mainboard.
All by default connected things are working fine.
Build firmware with architecture STM32F401 with "No bootloader".
Other settings keep ther defaults
Signed-off-by: Frank Roth <developer@freakydu.de>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/stm32f401.config | 3 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/configs/stm32f401.config b/test/configs/stm32f401.config new file mode 100644 index 00000000..5cf5905e --- /dev/null +++ b/test/configs/stm32f401.config @@ -0,0 +1,3 @@ +# Base config file for STM32F401 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F401=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 61df0e2d..5a60a021 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -183,6 +183,10 @@ CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg CONFIG ../../config/printer-twotrees-sapphire-pro-sp-3-2020.cfg +# Printers using the stm32f401 +DICTIONARY stm32f401.dict +CONFIG ../../config/printer-artillery-sidewinder-x2-2022.cfg + # Printers using the stm32f405 DICTIONARY stm32f405.dict CONFIG ../../config/generic-mellow-fly-gemini-v1.cfg |