diff options
author | Manuel Fichtner <47699362+Crykor90@users.noreply.github.com> | 2021-10-11 22:26:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 16:26:14 -0400 |
commit | 5d52a3b19fecaaacc50221e137a56458cf0f9c4e (patch) | |
tree | 68f6e113d70f9d596bd99158718fdfbcc046f2cc /test | |
parent | 64e464987772059314a46d67b86aaeb51a0f3a40 (diff) | |
download | kutter-5d52a3b19fecaaacc50221e137a56458cf0f9c4e.tar.gz kutter-5d52a3b19fecaaacc50221e137a56458cf0f9c4e.tar.xz kutter-5d52a3b19fecaaacc50221e137a56458cf0f9c4e.zip |
config: Anycubic Vyper (#4740)
This commit contains a configuration for the Anycubic Vyper printer from 2021.
It uses a clone of the STM32F103 chip named GD32F103.
There are 2 Mainboard versions out there v0.0.5 and v0.0.6, this config has
been tested with the v0.0.6 only. It should probably work for v0.0.5 as well
since there are no different changes in the Anycubic Marlin firmware.
The LCD is not supported yet (might work, but didn't try yet).
Signed-off-by: Marc Neuhaus <marc@neuhaus.nrw>
Signed-off-by: Manuel Fichtner <manuel.fichtner@me.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 2c636752..72f651ae 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -138,6 +138,7 @@ CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v2.0.cfg CONFIG ../../config/generic-bigtreetech-skr-mini-mz.cfg CONFIG ../../config/generic-bigtreetech-skr-cr6-v1.0.cfg CONFIG ../../config/generic-bigtreetech-skr-e3-dip.cfg +CONFIG ../../config/printer-anycubic-vyper-2021.cfg # Printers using the stm32f103 via serial DICTIONARY stm32f103-serial.dict |