Slicer Discord
Letter Tracing Set – Modello 3D stampabile da Thingiverse Thingiverse

Letter Tracing Set

di marhar
4 Download
3 Likes
0 Makes
Vai al Modello
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);
}
Fonte
Thingiverse
Cosa serve per stampare: Principiante Bassa affidabilità
Pezzo unico
Supporti 1/3
Assemblaggio 0/3
Impostazioni 1/3
Dimensioni piano 0/3
Post-lavorazione 0/3
Stampante
FDM / FFF
Formato file
STL
Materiale
Software
Cura, PrusaSlicer o simile
Ancora nessuna valutazione
Ancora nessun commento – sii il primo!
Feed Blog Slicer Calcolatore Ricerca per immagine Invia Contatto Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Aggiungi alla collezione