Skip to content

Releases: jon-gilbert/openscad_attachable_text3d

1.0.2 - bugfix: cardinal attachment points fix

30 Jun 19:44
f8ba878
Compare
Choose a tag to compare

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

17 Apr 19:25
Compare
Choose a tag to compare

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:

  1. Download the most recent release of openscad_attachable_text3d from https://github.com/jon-gilbert/openscad_attachable_text3d/releases/latest
  2. 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
  3. Rename that release directory from openscad_attachable_text3d-1.0 to just openscad_attachable_text3d

Full Changelog: 2d86384...1.0 (though, this is everything, so, perhaps not so useful)

0.8 initial release

17 Apr 19:16
Compare
Choose a tag to compare
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