diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-07 18:58:08 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-07 18:58:08 -0500 |
commit | b0f94e50ee131a608cce1f567735828112f00bad (patch) | |
tree | 64890451e28bd2d1ac7e6c5b5a71c95c35356cf8 | |
parent | 75275bad7cbaf8e035c0c79b77edd86a59ed6e7c (diff) | |
download | kutter-b0f94e50ee131a608cce1f567735828112f00bad.tar.gz kutter-b0f94e50ee131a608cce1f567735828112f00bad.tar.xz kutter-b0f94e50ee131a608cce1f567735828112f00bad.zip |
test: Add printer-hiprecy-leo-2019.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-hiprecy-leo-2019.cfg | 2 | ||||
-rw-r--r-- | test/klippy/printers.test | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config/printer-hiprecy-leo-2019.cfg b/config/printer-hiprecy-leo-2019.cfg index 284ab4aa..b83ed531 100644 --- a/config/printer-hiprecy-leo-2019.cfg +++ b/config/printer-hiprecy-leo-2019.cfg @@ -84,7 +84,7 @@ max_temp: 130 pin: PB6 # Z endstop pin x_offset: 35 y_offset: 2 -#z_offset: -0.5 +z_offset: 0.5 samples: 2 speed: 5 diff --git a/test/klippy/printers.test b/test/klippy/printers.test index eeb190c7..ad9272e5 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -30,6 +30,7 @@ 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-creality-ender5plus-2019.cfg +CONFIG ../../config/printer-hiprecy-leo-2019.cfg CONFIG ../../config/printer-longer-lk4-pro-2019.cfg CONFIG ../../config/printer-lulzbot-mini1-2016.cfg CONFIG ../../config/printer-lulzbot-taz6-2017.cfg |