From d6a6881abff68da2fd32bc3b9453a45df1130a8f Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:23:02 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20Malyan=20README=20downl?= =?UTF-8?q?oad=20link=20(#893)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Malyan/M200/README.md | 2 +- config/examples/delta/Malyan M300/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/Malyan/M200/README.md b/config/examples/Malyan/M200/README.md index 8129650dc7..565b6af49b 100644 --- a/config/examples/Malyan/M200/README.md +++ b/config/examples/Malyan/M200/README.md @@ -17,7 +17,7 @@ guide you through the configuration and compilation. - If you own a M200 V1 or early run (black V2), choose **Malyan M200 V1**. - If you own a M200 V2 later run (white/black) or V3 (Pro), choose **Malyan M200 V2** (The V2 and V3 both share an STM32F070 MCU). Note that the V3 pinout is not complete (autolevel doesn't work as of this writing). 8. From the **Tools** menu, choose **USB Support** > **CDC No Generic Serial**. -9. Download the latest Marlin source (from the [bugfix-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x) branch) and unzip it. +9. Download the [latest Marlin source](https://marlinfw.org/meta/download/) and unzip it. 10. Look in the `Marlin` subdirectory for the `Configuration.h` and `Configuration_adv.h` files. Replace these files with the configurations in the `config\examples\Malyan\M200` folder. 11. If you have an early-run V2, the steps-per-mm are roughly half. Consult the [mpminipro.com wiki](https://mpminipro.com/) for the steps that apply to your unit. Modify `Configuration.h`. 12. Inverting Axis. There's no pattern to axes will need to be inverted. The only way to know is to test your particular printer. If you *do* know, go ahead and invert the correct axes. diff --git a/config/examples/delta/Malyan M300/README.md b/config/examples/delta/Malyan M300/README.md index ef90c69fd5..c9a9ad5fd4 100644 --- a/config/examples/delta/Malyan M300/README.md +++ b/config/examples/delta/Malyan M300/README.md @@ -15,7 +15,7 @@ guide you through the configuration and compilation. 6. Open the **Tools** > **Board** submenu, scroll all the way down, and select **3D Printer Boards**. 7. From the **Tools** menu, select a board part number **Malyan M300**: 8. From the **Tools** menu, choose **USB Support** > **CDC No Generic Serial**. -9. Download the latest Marlin source (from the [bugfix-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x) branch) and unzip it. +9. Download the [latest Marlin source](https://marlinfw.org/meta/download/) and unzip it. 10. Look in the `Marlin` subdirectory for the `Configuration.h` and `Configuration_adv.h` files. Replace these files with the configurations in the `config\examples\Malyan\M300` folder. 11. Open the `Marlin/Marlin.ino` file in Arduino IDE. 12. From the **Sketch** menu, select **File** > **Export Compiled Binary**.