BUILD MARLIN - dennislia/Marlin-2-0-x-Anycubic-i3-MEGA-S-Fork GitHub Wiki
Quick and Dirt Build (no source control) - minimal personal changes
-
Install PlatformIO extension to Visual Studio Open VSCode Package Manager
.
- Copy Github Marlin software directory to a Folder on your local machine.
.
- In Visual Studio open the Folder on your local machine.
.
- 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
-
Download and Install free Visual Studio.
-
Install PlatformIO extension to Visual Studio.
-
Install the Github source control extension to Visual Studio.
-
Fork the Github Marlin software directory to your local machine.
.
- Create a New Branch from the Forked director in Visual Studio.
.
-
Make your changes and added features in the New Branch