diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-12-27 12:32:12 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-12-27 12:32:12 -0500 |
commit | 634ae08df6fbd962bd034ac434539c5d02eb5dfa (patch) | |
tree | c5e6b2f32ec79fde4458617be7456586b0e4e9fd /test/klippy/printers.test | |
parent | aa2ede4a8cd035f21a92e741bc0648bdf88c817c (diff) | |
download | kutter-634ae08df6fbd962bd034ac434539c5d02eb5dfa.tar.gz kutter-634ae08df6fbd962bd034ac434539c5d02eb5dfa.tar.xz kutter-634ae08df6fbd962bd034ac434539c5d02eb5dfa.zip |
config: Minor updates to generic-bigtreetech-skr-pico-v1.0.cfg
Small wording change and add to printer test cases.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/printers.test')
-rw-r--r-- | test/klippy/printers.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 3ac8724f..5d1787d9 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -194,6 +194,10 @@ CONFIG ../../config/generic-mks-rumba32-v1.0.cfg DICTIONARY stm32g0b1.dict CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v3.0.cfg +# Printers using the rp2040 +DICTIONARY rp2040.dict +CONFIG ../../config/generic-bigtreetech-skr-pico-v1.0.cfg + # Printers using the PRU DICTIONARY pru.dict host=linuxprocess.dict CONFIG ../../config/generic-cramps.cfg |