AutoBuildMarlin

Visual Studio Code extension to more easily build Marlin Firmware

GPL-3.0 License

Stars
257
Committers
6

Bot releases are hidden (Show)

AutoBuildMarlin - Auto Build Marlin 2.1.16

Published by thinkyhead about 4 years ago

  • Improved startup when workspace is not Marlin
  • Minimize SVGs
  • Use gray in SVGs plus CSS blend modes for tool buttons contrast
AutoBuildMarlin - Auto Build Marlin 2.0.3

Published by thinkyhead over 4 years ago

  • Pass process.env to the terminal.
  • Apply titlecase to build type titles.
AutoBuildMarlin - Auto Build Marlin 2.1.5

Published by thinkyhead over 4 years ago

  • Add a Welcome View with messages for different contexts.
  • Activate the extension early to keep contexts up to date.
  • Only display buttons relevant to environments / build states.
  • Load the new pins file when MOTHERBOARD changes.
AutoBuildMarlin - Auto Build Marlin 2.1.4

Published by thinkyhead over 4 years ago

  • Cleaned up code
  • Updated README.md
AutoBuildMarlin - Auto Build Marlin 2.1.3

Published by thinkyhead over 4 years ago

  • Only show Traceback option for "debug" environments.
  • Drop package-lock.json from the project.
  • Show an indeterminate progress bar during the build.
AutoBuildMarlin - Auto Build Marlin 2.1.2

Published by thinkyhead over 4 years ago

  • Fix quoted value handling
AutoBuildMarlin - Auto Build Marlin 2.1.1

Published by thinkyhead over 4 years ago

  • Captions with extended descriptions in Build panel
  • Show an error when a build is already underway
  • Add a settings option to re-use the Terminal
  • Fix last build time display
AutoBuildMarlin - Auto Build Marlin 2.1.0

Published by thinkyhead over 4 years ago

This is a major upgrade with a new native interface so you see what you need to know before you do your build. The new foundations started in this version will allow us to build a full configuration interface as time goes on and eliminate the need to scan through long text files.

  • Clean up verbose SVG files.
  • Drop dependency on auto_build.py script and Tkinter.
  • Provide an informative WebView display and build interface.
  • Only show relevant environments and build options.
AutoBuildMarlin - Auto Build Marlin 2.0.2

Published by thinkyhead almost 5 years ago

  • Fix command line for Windows.
  • Use node fs to check the script path.
  • Use a common function for registered commands.
AutoBuildMarlin - Auto Build Marlin 2.0.1

Published by thinkyhead almost 5 years ago

  • Handle auto_build.py in different locations
AutoBuildMarlin - Auto Build Marlin 2.0.0

Published by thinkyhead almost 5 years ago

Initial release of Auto Build Marlin to the Marketplace with a version to match the current Marlin release.

  • Add a button to the Activity Bar.
  • Add panels with Build, Upload, Debug, and Clean buttons.
  • Start to Build, Upload, Debug, or Clean when a button is pressed.
  • Provide a helpful README page.