diff options
author | Koz Ross <koz.ross@runbox.com> | 2023-03-15 13:56:45 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 20:56:45 -0400 |
commit | e3485fc31bb15c8b32659ab3e0d860b405dba9bb (patch) | |
tree | 172fa29b889d97e14c04430a207fb212708d740a /test | |
parent | 57c4da5ecf0234ce676b7e53fdf834e8dda34989 (diff) | |
download | kutter-e3485fc31bb15c8b32659ab3e0d860b405dba9bb.tar.gz kutter-e3485fc31bb15c8b32659ab3e0d860b405dba9bb.tar.xz kutter-e3485fc31bb15c8b32659ab3e0d860b405dba9bb.zip |
config: Add printer-elegoo-neptune3-pro configuration (#5965)
Adds a configuration for the Elegoo Neptune 3 Pro.
Signed-off-by: Koz Ross <koz.ross@retro-freedom.nz>
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 eabda507..d57eff98 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -198,6 +198,7 @@ CONFIG ../../config/printer-twotrees-sapphire-pro-sp-3-2020.cfg # Printers using the stm32f401 DICTIONARY stm32f401.dict CONFIG ../../config/printer-artillery-sidewinder-x2-2022.cfg +CONFIG ../../config/printer-elegoo-neptune3-pro-2023.cfg # Printers using the stm32f405 DICTIONARY stm32f405.dict |