diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 9c752ff7..769ffb4d 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -46,3 +46,14 @@ CONFIG ../../config/generic-radds.cfg DICTIONARY lpc176x.dict CONFIG ../../config/generic-re-arm.cfg CONFIG ../../config/generic-smoothieboard.cfg + +# Printers using the PRU +DICTIONARY pru.dict host=linuxprocess.dict +CONFIG ../../config/generic-cramps.cfg +CONFIG ../../config/generic-replicape.cfg + +# Tests with multiple mcus +DICTIONARY atmega2560-16mhz.dict zboard=atmega2560-16mhz.dict auxboard=atmega2560-16mhz.dict +CONFIG ../../config/example-multi-mcu.cfg +DICTIONARY atmega2560-16mhz.dict z=atmega2560-16mhz.dict +CONFIG ../../config/kit-voron2-2018.cfg |