From ea2eea99c75291c288aac777b9bec0348277a4e4 Mon Sep 17 00:00:00 2001 From: Albert Skog <706444+albertskog@users.noreply.github.com> Date: Sun, 12 May 2024 23:47:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20broken=20Velleman=20K8400?= =?UTF-8?q?=20links=20(#1046)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Velleman/K8400/Dual-head/README.md | 16 -------------- config/examples/Velleman/K8400/README.md | 22 +++++++++++++++++++ .../Velleman/K8400/Single-head/README.md | 16 -------------- 3 files changed, 22 insertions(+), 32 deletions(-) delete mode 100644 config/examples/Velleman/K8400/Dual-head/README.md create mode 100644 config/examples/Velleman/K8400/README.md delete mode 100644 config/examples/Velleman/K8400/Single-head/README.md diff --git a/config/examples/Velleman/K8400/Dual-head/README.md b/config/examples/Velleman/K8400/Dual-head/README.md deleted file mode 100644 index e0d21d84570..00000000000 --- a/config/examples/Velleman/K8400/Dual-head/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for Velleman K8400 Vertex -http://www.k8400.eu/ - -Configuration files for the K8400, ported upstream from the official Velleman firmware. -Like its predecessor, (K8200), the K8400 is a 3Drag clone. There are some minor differences, documented in pins_K8400.h. - -Single and dual head configurations provided. Copy the correct Configuration.h and Configuration_adv.h to the /src/config directory. - -> [!NOTE] -> This configuration includes the community sourced feed rate fix. Use 100% feed rate in Repetier! - -For implementation and updated K8400 firmware, see https://github.com/birkett/Velleman-K8400-Firmware - -### Original Sources -Credit to Velleman for the original 1.0.x based code:
-http://www.vertex3dprinter.eu/downloads/files/vertex/firmware/vertex-m1-v1.4-h2.zip diff --git a/config/examples/Velleman/K8400/README.md b/config/examples/Velleman/K8400/README.md new file mode 100644 index 00000000000..a739abeb7e6 --- /dev/null +++ b/config/examples/Velleman/K8400/README.md @@ -0,0 +1,22 @@ +# Velleman K8400 Vertex Configuration + +Source: [velleman.eu](https://www.velleman.eu/products/view/?id=417866) + +Configuration files for the K8400, ported upstream from the official Velleman firmware. +Like its predecessor, (K8200), the K8400 is a 3Drag clone. There are some minor differences, documented in `pins_K8400.h`. + +Single- and dual-head configurations provided. Copy the correct `Configuration.h` and `Configuration_adv.h` to the `/src/config` directory. + +> [!NOTE] +> This configuration includes the community sourced feed rate fix. Use 100% feed rate in Repetier! + +### Original Sources + +Upstreamed from: + +[birkett/Vertex-K8400-Firmware on GitHub](https://github.com/birkett/Vertex-K8400-Firmware) + +Credit to Velleman for the original Marlin 1.0.x based code: + +- [Download Vertex M1 1.4-H1](https://cdn.velleman.eu/downloads/files/vertex/firmware/vertex-m1-v1.4-h1.zip) +- [Download Vertex M1 1.4-H2](https://cdn.velleman.eu/downloads/files/vertex/firmware/vertex-m1-v1.4-h2.zip) diff --git a/config/examples/Velleman/K8400/Single-head/README.md b/config/examples/Velleman/K8400/Single-head/README.md deleted file mode 100644 index e0d21d84570..00000000000 --- a/config/examples/Velleman/K8400/Single-head/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for Velleman K8400 Vertex -http://www.k8400.eu/ - -Configuration files for the K8400, ported upstream from the official Velleman firmware. -Like its predecessor, (K8200), the K8400 is a 3Drag clone. There are some minor differences, documented in pins_K8400.h. - -Single and dual head configurations provided. Copy the correct Configuration.h and Configuration_adv.h to the /src/config directory. - -> [!NOTE] -> This configuration includes the community sourced feed rate fix. Use 100% feed rate in Repetier! - -For implementation and updated K8400 firmware, see https://github.com/birkett/Velleman-K8400-Firmware - -### Original Sources -Credit to Velleman for the original 1.0.x based code:
-http://www.vertex3dprinter.eu/downloads/files/vertex/firmware/vertex-m1-v1.4-h2.zip