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...