/OpenSCAD_3D_Text_Generator

Phil Greenland's - OpenSCAD 3D Text Generator

Primary LanguageOpenSCAD

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

OpenSCAD 3D Text Generator

Hello World Preview

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.

Instructions

  1. Import module
  2. call drawtext("string")