BUILD MARLIN - dennislia/Marlin-2-0-x-Anycubic-i3-MEGA-S-Fork GitHub Wiki

Quick and Dirt Build (no source control) - minimal personal changes

  1. Download and Install free Visual Studio

  2. Install PlatformIO extension to Visual Studio Open VSCode Package Manager

image

.

  1. Copy Github Marlin software directory to a Folder on your local machine.

.

  1. In Visual Studio open the Folder on your local machine.

.

  1. On bottom menu bar click the Check Mark (Build) button. This builds the directory and opens the Output window in Visual Studio.

.

.


.

Serious Build (with source control) - major changes and features to share with others

  1. Download and Install free Visual Studio.

  2. Install PlatformIO extension to Visual Studio.

  3. Install the Github source control extension to Visual Studio.

  4. Fork the Github Marlin software directory to your local machine.

.

  1. Create a New Branch from the Forked director in Visual Studio.

.

  1. Make your changes and added features in the New Branch

  2. Working with GitHub in VS

  3. Mark Down Language


Howto:-Compile-Firmware-with-PlatformIO