mirror of https://github.com/Desuuuu/klipper.git
test: Add generic-simulavr.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
6e020123c6
commit
fe76fbe820
|
@ -0,0 +1,4 @@
|
|||
# Base config file for atmega644p
|
||||
CONFIG_MACH_AVR=y
|
||||
CONFIG_MACH_atmega644p=y
|
||||
CONFIG_CLOCK_FREQ=16000000
|
|
@ -60,6 +60,10 @@ CONFIG ../../config/printer-tronxy-x5s-2018.cfg
|
|||
CONFIG ../../config/printer-tronxy-x8-2018.cfg
|
||||
CONFIG ../../config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
|
||||
|
||||
# Printers using the atmega644
|
||||
DICTIONARY atmega644p.dict
|
||||
CONFIG ../../config/generic-simulavr.cfg
|
||||
|
||||
# Printers using the at90usb1286
|
||||
DICTIONARY at90usb1286.dict
|
||||
CONFIG ../../config/generic-printrboard.cfg
|
||||
|
|
Loading…
Reference in New Issue