diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-05 10:57:47 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-05 10:57:47 -0500 |
commit | 0b90337d59183348b66457b7ec09601720a8568f (patch) | |
tree | 03916815df28b17b209d0bc6f6c5d586ead7bd4e /test | |
parent | 51cf24461785499fbdef98ad02276ba41cc208b7 (diff) | |
download | kutter-0b90337d59183348b66457b7ec09601720a8568f.tar.gz kutter-0b90337d59183348b66457b7ec09601720a8568f.tar.xz kutter-0b90337d59183348b66457b7ec09601720a8568f.zip |
config: Minor updates to printer-lulzbot-mini1-2016.cfg
Add to printers.test test case. Don't disable the
max_extrude_cross_section check by default (users should verify they
want that safety feature off).
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 78a8dd47..349adcea 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -26,6 +26,7 @@ CONFIG ../../config/printer-anycubic-kossel-plus-2017.cfg CONFIG ../../config/printer-creality-cr10s-2017.cfg CONFIG ../../config/printer-creality-cr20-2018.cfg CONFIG ../../config/printer-creality-cr20-pro-2019.cfg +CONFIG ../../config/printer-lulzbot-mini1-2016.cfg CONFIG ../../config/printer-lulzbot-taz6-2017.cfg CONFIG ../../config/printer-lulzbot-taz6-dual-v3-2017.cfg CONFIG ../../config/printer-makergear-m2-2012.cfg |