diff options
author | Apulo <anthony.dellett@gmail.com> | 2023-02-23 11:46:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 11:46:21 -0500 |
commit | a5fb20765e9f3872a21ab0debb7c9b46bc119ffd (patch) | |
tree | 6fc5d7232b2640a7495b2842c5da63f5c2ff9b55 | |
parent | 761b350c806afafaeeb88edd8f43707f35da93a3 (diff) | |
download | kutter-a5fb20765e9f3872a21ab0debb7c9b46bc119ffd.tar.gz kutter-a5fb20765e9f3872a21ab0debb7c9b46bc119ffd.tar.xz kutter-a5fb20765e9f3872a21ab0debb7c9b46bc119ffd.zip |
config: Update and rename generic-th3d-ezboard-lite-v2.0.cfg to generic-th3d-… (#6070)
The actual board name is EZBoard V2 without the lite. Renaming the file and correcting the intro text to reflect the actual board name.
Signed-off-by: Anthony Dellett <anthony.dellett@gmail.com>
-rw-r--r-- | config/generic-th3d-ezboard-v2.0.cfg (renamed from config/generic-th3d-ezboard-lite-v2.0.cfg) | 2 | ||||
-rw-r--r-- | test/klippy/printers.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/generic-th3d-ezboard-lite-v2.0.cfg b/config/generic-th3d-ezboard-v2.0.cfg index 731f48a2..4d32280f 100644 --- a/config/generic-th3d-ezboard-lite-v2.0.cfg +++ b/config/generic-th3d-ezboard-v2.0.cfg @@ -1,4 +1,4 @@ -# This file contains common pin mappings for the TH3D EZBoard Lite v2. +# This file contains common pin mappings for the TH3D EZBoard v2. # To use this config, check "Enable extra low-level configuration options" # and compile the firmware for the STM32F405 with 12mhz Crystal, # 48KiB Bootloader, and USB communication. diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 06f7cf6e..e1bddcad 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -214,7 +214,7 @@ CONFIG ../../config/generic-mellow-fly-cdy-v3.cfg CONFIG ../../config/generic-mellow-super-infinty-hv.cfg CONFIG ../../config/generic-mks-robin-nano-v3.cfg CONFIG ../../config/generic-prusa-buddy.cfg -CONFIG ../../config/generic-th3d-ezboard-lite-v2.0.cfg +CONFIG ../../config/generic-th3d-ezboard-v2.0.cfg CONFIG ../../config/printer-biqu-b1-se-plus-2022.cfg CONFIG ../../config/printer-prusa-mini-plus-2020.cfg |