diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-20 11:02:29 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-20 11:09:20 -0500 |
commit | a5cb74d58d0717a632197f54261e0d632b85e031 (patch) | |
tree | 3f35c6703066cf06288fb5b6ffb3616f0ba254e1 /test | |
parent | e4dac1039d82c7bcc7bdce20a7ba603eb117a905 (diff) | |
download | kutter-a5cb74d58d0717a632197f54261e0d632b85e031.tar.gz kutter-a5cb74d58d0717a632197f54261e0d632b85e031.tar.xz kutter-a5cb74d58d0717a632197f54261e0d632b85e031.zip |
config: Add a generic-minitronics1.cfg example config file
Information provided by @BKLronin.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/atmega1280.config | 4 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/configs/atmega1280.config b/test/configs/atmega1280.config new file mode 100644 index 00000000..a3e688f9 --- /dev/null +++ b/test/configs/atmega1280.config @@ -0,0 +1,4 @@ +# Base config file for atmega1280 +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega1280=y +CONFIG_CLOCK_FREQ=16000000 diff --git a/test/klippy/printers.test b/test/klippy/printers.test index f5e8e095..70e10040 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -28,6 +28,10 @@ CONFIG ../../config/printer-velleman-k8200-2013.cfg CONFIG ../../config/printer-wanhao-duplicator-i3-plus-2017.cfg CONFIG ../../config/printer-wanhao-duplicator-6-2016.cfg +# Printers using the atmega1280 +DICTIONARY atmega1280.dict +CONFIG ../../config/generic-minitronics1.cfg + # Printers using the atmega1284p DICTIONARY atmega1284p.dict CONFIG ../../config/generic-melzi.cfg |