AutoBuildMarlin icon indicating copy to clipboard operation
AutoBuildMarlin copied to clipboard

Visual Studio Code extension to more easily build Marlin Firmware

Results 14 AutoBuildMarlin issues
Sort by recently updated
recently updated
newest added

Is there a way currently (or possibly in the future) is specify which environment to use, if more than 1 environment is available? For example, in the attached screenshot, I...

feature request

Symptom: No DFU capable USB device available *** [upload] Error 74 Workaround: • Give the upload command, which will fail, copy the command, add the -v switch and reissue the...

Once the build is successful I get the following output: ![image](https://user-images.githubusercontent.com/10775369/126081049-7c93bd9d-e9b2-41f9-8c2c-db2201dae2bb.png) I think the issue might be that there is a space in the name of my home directory so...

It assumes the user shell is bash when it runs platformio. The command works if wrapped with `bash -c '..'` instead. (I use fish shell but this affects anyone with...

If you use MOTHERBOARD #if ENABLED() - AutoBuild FAILS TO SWITCH BOARDS - FYI, this is used in your supplied code for the Ender 5 (in configuration.h) ```cpp // ------------------------------------...

enhancement
feature request

Version 2.1.31 Expected behaviour: Button for 'clean' should always be available Observed behaviour: Clean not available until after a build Impact Build fails, or worse, build succeeds but resultant firmware...

enhancement

Issue Type: Bug There is an error when VS attempts to run avr.g++.exe in both the Marlin autobuild and manual builds. It says that the file and directory do not...

I'm suddenly unable to upload firmware to my Archim2 board using the Auto Build Marlin extension in Visual Studio Code. I keep getting this "Assertion Error" which seems to suggest...

I am suddenly having an issue when I run AutobuildMarlin on any file. It gives me a series of yellow errors, no red ones, and then FAILS. I do not...

Will the configuration tool still be updated in the future? I really like Marlin Auto Build and id like to see it get better with time :)