diff options
author | Boffgithub <40854849+Boffgithub@users.noreply.github.com> | 2019-01-15 17:18:27 +0000 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-13 12:07:20 -0500 |
commit | a03e31809f03915d9c2190939eed820473189197 (patch) | |
tree | 71e2550321ab43d08ff40557bba9c5cbe9c6a59e /test | |
parent | 98ed46286535ffb8a8023dac7b2844a7bff0ca08 (diff) | |
download | kutter-a03e31809f03915d9c2190939eed820473189197.tar.gz kutter-a03e31809f03915d9c2190939eed820473189197.tar.xz kutter-a03e31809f03915d9c2190939eed820473189197.zip |
config: Example config file for a stock 250mm build VORON2 printer
Example config file for a stock 250mm build VORON2 printer that
matches the manual diagrams exactly for the controller layout and pins
used.
Signed-off-by: Ben Warren <boffdroid@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index e66f7954..b2d60695 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -76,4 +76,4 @@ CONFIG ../../config/generic-replicape.cfg 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 +CONFIG ../../config/kit-voron2-250mm.cfg |