diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-10-30 14:04:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-10-30 14:29:43 -0400 |
commit | a629b87ae07fdea3c8aeaec3c01fc3a95e49adff (patch) | |
tree | 6b826b5fbf0ac1366c3c2a136e1a72b5784c3373 /test | |
parent | f7567a0db954eabe4c6b8da3f73ce68693698646 (diff) | |
download | kutter-a629b87ae07fdea3c8aeaec3c01fc3a95e49adff.tar.gz kutter-a629b87ae07fdea3c8aeaec3c01fc3a95e49adff.tar.xz kutter-a629b87ae07fdea3c8aeaec3c01fc3a95e49adff.zip |
config: Split generic-bigtreetech-octopus.cfg into separate files
Use two different files for the Octopus Pro and Octopus (non-Pro).
The configs are the same in practice, but the difference in version
and naming can lead to confusion.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 8038ad4c..ddb94ed2 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -227,9 +227,13 @@ CONFIG ../../config/generic-th3d-ezboard-v2.0.cfg CONFIG ../../config/printer-biqu-b1-se-plus-2022.cfg CONFIG ../../config/printer-prusa-mini-plus-2020.cfg +# Printers using the stm32f429 +DICTIONARY stm32f429.dict +CONFIG ../../config/generic-bigtreetech-octopus-v1.1.cfg + # Printers using the stm32f446 DICTIONARY stm32f446.dict -CONFIG ../../config/generic-bigtreetech-octopus.cfg +CONFIG ../../config/generic-bigtreetech-octopus-pro-v1.0.cfg CONFIG ../../config/generic-fysetc-s6.cfg CONFIG ../../config/generic-fysetc-s6-v2.cfg CONFIG ../../config/generic-fysetc-spider.cfg |