Thingiverse
SnowFlake
by Joesevens
4
Downloads
3
Likes
0
Makes
//!OpenSCAD
MEssage = "SnowFlake";
for (i = [1 : abs(1) : 10]) {
rotate([0, 0, (i * 315)]){
union(){
union(){
// size is multiplied by 0.75 because openScad font sizes are in points, not pixels
linear_extrude( height=(round(rands(2,len(MEssage),1)[0])), twist=0, center=false){
text(str(MEssage), font = "Roboto", size = 9*0.75);
}
cube([1, 43, 2], center=false);
}
translate([0, (len(MEssage) * 3), 0]){
rota
MEssage = "SnowFlake";
for (i = [1 : abs(1) : 10]) {
rotate([0, 0, (i * 315)]){
union(){
union(){
// size is multiplied by 0.75 because openScad font sizes are in points, not pixels
linear_extrude( height=(round(rands(2,len(MEssage),1)[0])), twist=0, center=false){
text(str(MEssage), font = "Roboto", size = 9*0.75);
}
cube([1, 43, 2], center=false);
}
translate([0, (len(MEssage) * 3), 0]){
rota
Sign in to leave a comment
Sign in