Acknowledgement: A special thanks to Phil Greenland for creating this library and also agreeing to let me reshare via GitHub. If you use and appreciate this library be sure to drop Phil a line thanking him.
--Rick
sourced from Thingiverse
by pgreenland is licensed under the Creative Commons - Attribution - Share Alike license.
Disclaimer: I am not the creator of this library. All credit goes to Phil Greenland (pgreenland).
Basic text renderer implemented as an OpenSCAD module, allowing the generation of text from a string directly in OpenSCAD.
Currently uses a HD44780 LCD controller dot matrix
font.
Two versions exist, TextGenerator.scad covers all OpenSCAD versions before 2015.03. Version 2015.03 deprecated the assign module, allowing for more convenient C like assignments. Therefore I've created a new version removing the deprecated module warning generated by this version.
- Import module
- call drawtext("string")