diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-09-29 11:45:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-09-29 12:00:09 -0400 |
commit | 0bf0cb5b547af5509cb73c567c0214e408134e1d (patch) | |
tree | 8f4a298855ead2c8795f1954e96e2268a163baae /test | |
parent | 48b30e0f5ac7f592797c63d04881aa8483164886 (diff) | |
download | kutter-0bf0cb5b547af5509cb73c567c0214e408134e1d.tar.gz kutter-0bf0cb5b547af5509cb73c567c0214e408134e1d.tar.xz kutter-0bf0cb5b547af5509cb73c567c0214e408134e1d.zip |
config: Add a generic-creality-v4.2.7.cfg example config
Reported by @Feche and @yjh0502 .
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 f290f50f..bd4287ef 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -121,6 +121,7 @@ CONFIG ../../config/generic-bigtreetech-skr-e3-dip.cfg # Printers using the stm32f103 via serial DICTIONARY stm32f103-serial.dict +CONFIG ../../config/generic-creality-v4.2.7.cfg CONFIG ../../config/generic-fysetc-cheetah-v1.1.cfg CONFIG ../../config/generic-fysetc-cheetah-v1.2.cfg CONFIG ../../config/generic-mks-robin-e3.cfg |