Version 0.4
- New printers added: Prusa MK4 and MK4S
- When running
3dm setupto 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-librariescommand. Simply add the names of the libraries to thelibrarieslist in your project's 3dmake.toml (e.g.libraries = ['bosl', 'braille-chars'], run3dm 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_librarieslist 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-profilesandlist-overlayscommands - 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.