diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-15 22:11:34 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-15 22:12:58 -0500 |
commit | ab5540bd341d8a6d290014809387d616f4049a53 (patch) | |
tree | 1528b510e35e665fe5ae7b73e0b9c156215ca3c9 /test/klippy/printers.test | |
parent | 1d05a34cd701e5e282e59da5ef7f0404cbbbc255 (diff) | |
download | kutter-ab5540bd341d8a6d290014809387d616f4049a53.tar.gz kutter-ab5540bd341d8a6d290014809387d616f4049a53.tar.xz kutter-ab5540bd341d8a6d290014809387d616f4049a53.zip |
config: Add printer-anet-a4-2018.cfg config file
Reported by @Alkarasu.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/klippy/printers.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 7a948c05..ae41c8c4 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -46,6 +46,7 @@ CONFIG ../../config/generic-minitronics1.cfg # Printers using the atmega1284p DICTIONARY atmega1284p.dict CONFIG ../../config/generic-melzi.cfg +CONFIG ../../config/printer-anet-a4-2018.cfg CONFIG ../../config/printer-anet-a8-2017.cfg CONFIG ../../config/printer-anet-e10-2018.cfg CONFIG ../../config/printer-creality-cr10-2017.cfg |