KitWallace / openscad

OpenSCAD scripts
185 stars 41 forks source link

Update braille.scad #3

Closed osj1961 closed 4 years ago

osj1961 commented 4 years ago

Fixed some warnings and deprecations. Added support for numbers (added the octothorpe (#) for the Braille number sign, underscore (_) for the decimal point and also the digits which are just repeats of a--j. Added a caret "^" for the Braille capitalization symbol. Added a flag to allow for left-justified text as well as centered (the default).

KitWallace commented 4 years ago

Good stuff - glad it was a useful base