diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-01 14:48:37 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-05-01 14:50:06 -0400 |
commit | 12e6aaf316ec9b3e9af84df160f1a1ae69cf052a (patch) | |
tree | 294fc05a11b29b59f6df7a119566ae8998965351 /test | |
parent | 493d74acda26e533ca2685a6502db7adf880b23b (diff) | |
download | kutter-12e6aaf316ec9b3e9af84df160f1a1ae69cf052a.tar.gz kutter-12e6aaf316ec9b3e9af84df160f1a1ae69cf052a.tar.xz kutter-12e6aaf316ec9b3e9af84df160f1a1ae69cf052a.zip |
config: Updates to kit-zav3d-2019.cfg
Minor updates to the kit-zav3d-2019.cfg to make it look more like
other config files: specify the micro-controller type, use the
klipper3d.org site for documentation links, avoid using SAVE_CONFIG
sections in the example configs, add config to printers.test.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '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 84e26bb0..eb175b29 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -17,6 +17,7 @@ CONFIG ../../config/generic-mini-rambo.cfg CONFIG ../../config/generic-rambo.cfg CONFIG ../../config/generic-ramps.cfg CONFIG ../../config/generic-rumba.cfg +CONFIG ../../config/kit-zav3d-2019.cfg CONFIG ../../config/printer-adimlab-2018.cfg CONFIG ../../config/printer-anycubic-4max-2018.cfg CONFIG ../../config/printer-anycubic-i3-mega-2017.cfg |