AutoBuildMarlin
AutoBuildMarlin copied to clipboard
Visual Studio Code extension to more easily build Marlin Firmware
The error given is ``` workbench.desktop.main.js:sourcemap:1847 Activating extension 'marlinfirmware.auto-build' failed: Cannot read properties of undefined (reading 'length'). ``` But if you enable debugging you can track it down to these...
The extension crashes with the following stack trace. I have no idea why it would try to open a file called `Marlin\src\inc\Conditionals-1-axes`, since nothing in Marlin references a file of...
Trying to follow this: https://thborges.github.io/blog/marlin/2019/01/07/reducing-marlin-binary-size.html which states: > If you are using PlataformIO, it is easier. Just create a new build target in platformio.ini, copying the original config for your...
I noticed the default command to reveal the HEX or BIN file doesn't work with the fish shell. There is a Stack Overflow question about this: https://unix.stackexchange.com/questions/704534/fish-shell-why-does-file-which-command-work-in-zsh-and-bash-but-not-fish POSIX standards recommend...
First up, I'm using Windows 7. Why? Because it's an old laptop that newer Windows won't. The build works fine. The binaries compile (I haven't tried to update the firmware...
As configuration is spitted between two files, it would be handy to have one common edit page for both of them.

I had to go to extension settings and put environment in default env variable, then in extension sidebar use the "build" button to use the default environment. If I click...