Releases: jon-gilbert/openscad_attachable_text3d
Releases · jon-gilbert/openscad_attachable_text3d
1.0.2 - bugfix: cardinal attachment points fix
This is a simple bugfix release on top of 1.0.
What's Changed
- _attachable_text3d_one_line() no longer adjusts positioning by @jon-gilbert in #3
Full Changelog: 1.0...1.0.2
1.0 - Initial Release
Initial Release
This is the first release of the openscad_attachable_text3d
library. It's an OpenSCAD library that marries fontmetrics
and BOSL2 to create attachable blocks of text.
Installation should be as simple as:
- Download the most recent release of
openscad_attachable_text3d
from https://github.com/jon-gilbert/openscad_attachable_text3d/releases/latest - Unpack the zipfile or tarball. Inside will be a directory, named
openscad_attachable_text3d-1.01 (where
1.0` is the version of the release). Extract that folder to your OpenSCAD library directory - Rename that release directory from
openscad_attachable_text3d-1.0
to justopenscad_attachable_text3d
Full Changelog: 2d86384...1.0 (though, this is everything, so, perhaps not so useful)
0.8 initial release
pathing, structure changes to move towards release * pathing changed for attachable_text3d.scad -> openscad_attachable_text3d/attachable_text3d.scad (yes, it's a bit of a mouthful; no, I don't really mind) * VERSION added, and set for versioning substition * undesired packaged files marked for ignore * pulled out the wiki generation workflow