OpenSCAD 3D Text Generator 3D model preview
View source Save
10,933 downloads 103 likes 32,004 views Free price

About this 3D model

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.