You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brent MacKenzie 4d6576979a
Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned)
4 years ago
..
img Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
resources Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
.gitignore Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
.vscodeignore Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
README.md Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
extension.js Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
logo.svg Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
package-lock.json Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
package.json Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago
tsconfig.json Marlin for TAZ Workhorse edition modified for long bed added (PID values not tuned) 4 years ago

README.md

Auto Build Marlin

"AutoBuildMarlin" is a Visual Studio Code extension that provides a one-button interface to build and upload Marlin Firmware to your selected MOTHERBOARD, removing the need to edit your platformio.ini file or scroll through a long list of Marlin environments.

Get PlatformIO

Before you install AutoBuildMarlin you'll first need to Install PlatformIO in VSCode. Once you have followed these instructions, continue below.

Installing This Extension

  • Download Marlin Firmware and unzip it to your documents folder.
  • Open the directory buildroot/share/vscode and copy the "AutoBuildMarlin" folder to the Visual Studio Code extensions directory.
  • Relaunch Visual Studio Code to complete the installation.

To find your extensions directory:

  • Windows - Use Windows Explorer's address bar to open C:/Users/USERNAME/.vscode/extensions.
  • Mac - Use the Finder's Go menu to open ~/.vscode/extensions.
  • Linux - In the Terminal type open ~/.vscode/extensions.

Usage

  • Open up the downloaded Marlin Firmware project folder (NOT the "Marlin" folder within) in Visual Studio Code. (You may also use the Import Project… option from the "PlaformIO Home" page.)

  • With Marlin open, the "File Explorer" should be firmly rooted in your Marlin Firmware folder:

  • Click the Marlin Auto Build icon AutoBuild Icon in the Activities Bar (on the left side of Visual Studio Code window) to bring up the Marlin Auto Build options bar.

  • Click one of the four icons

    Icon Action
    Start PIO Build to test your Marlin build
    Start PIO Clean to delete old build files
    Start PIO Upload to install Marlin on your board
    Start PIO Upload (traceback) to install Marlin with debugging