Hey! This thing is still a Work in Progress.
Files, instructions, and other stuff might change!
Customised Name Clip
4
Likes
258
Downloads
271
Views
Published on October 24, 2011
Derived from
OpenSCAD League Gothic Font Module
by avrgeek
Description
A little thing I'm making for a RRUG meeting.
The text on the badge can be customised in the openSCAD file.
The whole badge is designed to clip on to clothing as a name badge.
Total text size is 3 lines at 16 letters per line.
It's a little rough and ready right now. I plan to improve it, now I've proven it works.
The text on the badge can be customised in the openSCAD file.
The whole badge is designed to clip on to clothing as a name badge.
Total text size is 3 lines at 16 letters per line.
It's a little rough and ready right now. I plan to improve it, now I've proven it works.
Instructions
To edit the text, open in openSCAD and edit this
First_Line_Text=["T","h","a","m","e","s"," ","V","a","l","l","e","y"];
First_Line_Length=14;
Second_Line_Text=["R","e","p","R","a","p"];
Second_Line_Length=6;
Third_Line_Text=["U","s","e","r"," ","G","r","o","u","p"];
Third_Line_Length=10;
The letters need to be in "" and the line length is used to determine spacing. Then just recompile and export
First_Line_Text=["T","h","a","m","e","s"," ","V","a","l","l","e","y"];
First_Line_Length=14;
Second_Line_Text=["R","e","p","R","a","p"];
Second_Line_Length=6;
Third_Line_Text=["U","s","e","r"," ","G","r","o","u","p"];
Third_Line_Length=10;
The letters need to be in "" and the line length is used to determine spacing. Then just recompile and export
License
Customised Name Clip by Cynar is licensed under the Attribution - Non-Commercial - Creative Commons license.

You must be logged in to post a comment.