Slicer Discord
Letter Tracing Set – 3D printable model from Thingiverse Thingiverse

Letter Tracing Set

by marhar
4 Downloads
3 Likes
0 Makes
Go to Model
This is a set of upper and lower case letters that can be used for tracing. I got the idea from a coworker who had done this in another package, and it occurred to me that this is a perfect example of an OpenSCAD application.

There is an OpenSCAD file that will generate one letter, and a script that will run this for all 26 upper case and 26 lower case letters.

Here's the main OpenSCAD code. It generates the letters by extruding the text, and then rounds them off by with a Minkowsky function with a sphere. It then chops off the bottom part of the rounded letter so that the piece can be easily traced.


difference() {
minkowski() {
sphere(round);
linear_extrude(height-round) text(letter, size=size-round, font=font);
}
translate([0,0,-round]) linear_extrude(round) text(letter,size=size,font=font);
}
Source
Thingiverse
What you need to print this: Beginner Low confidence
Single piece
Supports 1/3
Assembly 0/3
Settings 1/3
Bed size 0/3
Post-process 0/3
Printer
FDM / FFF
File format
STL
Material
Software
Cura, PrusaSlicer, or similar
No ratings yet
No comments yet – be the first!
Feed Blog Slicer Cost Calculator Image Search Submit Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Add to Collection