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 | |
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>
-rw-r--r-- | config/printer-lulzbot-mini1-2016.cfg | 3 | ||||
-rw-r--r-- | test/klippy/printers.test | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/config/printer-lulzbot-mini1-2016.cfg b/config/printer-lulzbot-mini1-2016.cfg index 8b6284ad..33336316 100644 --- a/config/printer-lulzbot-mini1-2016.cfg +++ b/config/printer-lulzbot-mini1-2016.cfg @@ -89,11 +89,8 @@ pid_Kd: 108.51 min_temp: 0 max_temp: 280 min_extrude_temp: 160 -max_extrude_cross_section: 8 max_extrude_only_velocity: 500 max_extrude_only_accel: 2000 -# pressure_advance: 0.1 -# pressure_advance_lookahead_time: 0.010 [heater_bed] #define HEATER_BED_PIN 4 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 |