mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
config: Add generic-printrboard-g2.cfg config file
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
80194a7e18
commit
c3467f5b35
3 changed files with 124 additions and 0 deletions
3
test/configs/sam3x8c.config
Normal file
3
test/configs/sam3x8c.config
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Base config file for Atmel SAM3x8e ARM processor
|
||||
CONFIG_MACH_ATSAM=y
|
||||
CONFIG_MACH_SAM3X8C=y
|
|
@ -57,6 +57,10 @@ CONFIG ../../config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
|
|||
DICTIONARY at90usb1286.dict
|
||||
CONFIG ../../config/generic-printrboard.cfg
|
||||
|
||||
# Printers using the sam3x8c
|
||||
DICTIONARY sam3x8c.dict
|
||||
CONFIG ../../config/generic-printrboard-g2.cfg
|
||||
|
||||
# Printers using the sam3x8e
|
||||
DICTIONARY sam3x8e.dict
|
||||
CONFIG ../../config/generic-radds.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue