My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
ManuelMcLure 8bc5817559 Save files before starting AutoBuild (#13649) vor 5 Jahren
..
media Auto Build for Visual Studio Code (#11014) vor 6 Jahren
resources Auto Build for Visual Studio Code (#11014) vor 6 Jahren
.gitignore Auto Build for Visual Studio Code (#11014) vor 6 Jahren
.vscodeignore Auto Build for Visual Studio Code (#11014) vor 6 Jahren
README.md Auto Build for Visual Studio Code (#11014) vor 6 Jahren
extension.js Save files before starting AutoBuild (#13649) vor 5 Jahren
package-lock.json Auto Build for Visual Studio Code (#11014) vor 6 Jahren
package.json Auto Build for Visual Studio Code (#11014) vor 6 Jahren
tsconfig.json Auto Build for Visual Studio Code (#11014) vor 6 Jahren

README.md

Auto Build support for Visual Studio Code

This Visual Studio Code extension provides access to the Auto Build script.

Installation

Get the MarlinFirmware repository from GitHub. Open the directory buildroot/share/vscode and copy the AutoBuildMarlin folder to the Visual Studio Code extension directory. Relaunch Visual Studio Code to complete the installation.

To find the Visual Studio Code extension 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.

3. Install the PlatformIO extension

Click on View > Command Palette...

Find and click on Extensions: Install Extensions

Type platformio into the search box and click on Install under PlatformIO IDE.

Usage

This extension adds the Auto Build icon to the Activities bar.

1. Open the Marlin folder

Click on File > Open Folder...

This brings up the Open Folder dialog. Select the folder that has the platformio.ini file in it.

You should see something like the following. If not, click on the Explorer icon in the Activities bar.

2. Click on the Auto Build Icon

This brings up the Auto Build menu icon bar.

3. Click on one of the four icons

  • - Clicking on it starts PIO Build
  • - Clicking on it starts PIO Clean
  • - Clicking on it starts PIO Upload
  • - Clicking on it starts PIO Upload (traceback)