diff options
Diffstat (limited to 'test/klippy/printers.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 5aa78ac1..28c172ae 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -257,11 +257,15 @@ CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v3.0.cfg DICTIONARY rp2040.dict CONFIG ../../config/generic-bigtreetech-skr-pico-v1.0.cfg -# Anycubic Printers using trigorilla board with the hc32f460 +# Printers using the hc32f460 with serial on PA3 PA2 DICTIONARY hc32f460-serial-PA3PA2.dict CONFIG ../../config/printer-anycubic-kobra-go-2022.cfg CONFIG ../../config/printer-anycubic-kobra-plus-2022.cfg +# Printers using the hc32f460 with serial on PA7 PA8 +DICTIONARY hc32f460-serial-PA7PA8.dict +CONFIG ../../config/printer-creality-ender2pro-hc32-2022.cfg + # Printers using the PRU DICTIONARY pru.dict host=linuxprocess.dict CONFIG ../../config/generic-cramps.cfg |