diff options
author | flatline-84 <2100452+flatline-84@users.noreply.github.com> | 2023-08-14 05:26:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-13 15:26:56 -0400 |
commit | 15c3824e9b15a0b5436995723e97599145fc588d (patch) | |
tree | b099661e6be12ac03642737347a886f482b8eac9 /test | |
parent | dd368c107c099cd60514d34f17122baf2667e81d (diff) | |
download | kutter-15c3824e9b15a0b5436995723e97599145fc588d.tar.gz kutter-15c3824e9b15a0b5436995723e97599145fc588d.tar.xz kutter-15c3824e9b15a0b5436995723e97599145fc588d.zip |
config: Add config for printer Creality CR10s Pro V2 (#6300)
Created a base config for the Creality CR10s Pro v2 as described here: https://www.creality.com/products/cr-10s-pro-v2-3d-printer
This will allow users with this printer to more easily setup Klipper firmware.
Signed-off-by: Peter Kydas <peter@kydas.me>
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 9db20bed..5aa78ac1 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -34,6 +34,7 @@ CONFIG ../../config/printer-bq-hephestos-2014.cfg CONFIG ../../config/printer-creality-cr5pro-ht-2022.cfg CONFIG ../../config/printer-creality-cr10-v3-2020.cfg CONFIG ../../config/printer-creality-cr10s-2017.cfg +CONFIG ../../config/printer-creality-cr10s-pro-v2-2020.cfg CONFIG ../../config/printer-creality-cr20-2018.cfg CONFIG ../../config/printer-creality-cr20-pro-2019.cfg CONFIG ../../config/printer-creality-ender5plus-2019.cfg |