📝 Update Malyan README download link (#893)

This commit is contained in:
Keith Bennett 2023-02-13 22:23:02 -08:00 committed by Scott Lahteine
parent e6c3e84c19
commit d6a6881abf
2 changed files with 2 additions and 2 deletions

View file

@ -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 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). - 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**. 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. 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`. 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. 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.

View file

@ -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**. 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**: 7. From the **Tools** menu, select a board part number **Malyan M300**:
8. From the **Tools** menu, choose **USB Support** > **CDC No Generic Serial**. 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. 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. 11. Open the `Marlin/Marlin.ino` file in Arduino IDE.
12. From the **Sketch** menu, select **File** > **Export Compiled Binary**. 12. From the **Sketch** menu, select **File** > **Export Compiled Binary**.