diff options
author | Herb McNew <hjmcnew@github.com> | 2023-11-14 13:15:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 13:15:46 -0500 |
commit | 74473322e550e8ca1d7a9c513ea3a909b4845126 (patch) | |
tree | 6dc2785a4441c8263f171b7edd974baaa9dab207 /test | |
parent | 0d67d9c45d2dc39f8b4be7d1bb54b94b2698a2b6 (diff) | |
download | kutter-74473322e550e8ca1d7a9c513ea3a909b4845126.tar.gz kutter-74473322e550e8ca1d7a9c513ea3a909b4845126.tar.xz kutter-74473322e550e8ca1d7a9c513ea3a909b4845126.zip |
config: Add Sovol SV06 Plus (#6397)
New configuration for the Sovol SV06 Plus
Initial pass at adding a printer configuration for the Sovol SV06
Plus based on the existing Sovol SV06 config. Updated for the larger
build volume, added filament runout sensor, and removed any references
to the LCD screen since the stock screen doesn't work with Klipper.
Signed-off-by: Herb McNew <herb.mcnew@gmail.com>
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 d9168adc..2ab96acc 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -157,6 +157,7 @@ CONFIG ../../config/printer-anycubic-vyper-2021.cfg CONFIG ../../config/printer-monoprice-select-mini-v1-2016.cfg CONFIG ../../config/printer-sovol-sv05-2022.cfg CONFIG ../../config/printer-sovol-sv06-2022.cfg +CONFIG ../../config/printer-sovol-sv06-plus-2023.cfg CONFIG ../../config/printer-sunlu-t3-2022.cfg # Printers using the stm32f103 via serial |