Skip to content

Version 0.4

Choose a tag to compare

@tdeck tdeck released this 28 Feb 06:55
· 204 commits to main since this release
  • New printers added: Prusa MK4 and MK4S
  • When running 3dm setup to upgrade from an earlier version, 3DMake will now preserve your settings and, optionally, any default profiles and overlays you modified
  • 3DMake now has a library package manager that supports installing libraries and using them in your projects. To list available libraries, use the list-libraries command. Simply add the names of the libraries to the libraries list in your project's 3dmake.toml (e.g. libraries = ['bosl', 'braille-chars'], run 3dm install-libraries, and for that project those libraries will be in your build path. I will be adding more high-quality, appropriately licensed libraries over time.
  • You can also add local directories to the build path by adding entries in a local_libraries list in your TOML file
  • The build command now prints a constantly updated build time output, so you can tell that it's still running when building a complex model.
  • New list-profiles and list-overlays commands
  • New built-in overlays with temperatures for PETG, TPU, and ABS.

While building this, I realized there wasn't a nice, importable, and fully featured UEB OpenSCAD library so I created braille-chars.