Thingiverse
Alex Dog Keychain
by ClaudioC981
73
Downloads
81
Likes
0
Makes
// Alex Dog name keychain
// footsteps, footprints
//Crazy Text v1 + custom icon (i add this icon in next ver)
font = "Cooper Std:style=Black";
thickness = 6;
scale = 1;
size = 20;
space = 14;
offset = 0;
totalWidth = 0;
crazyText(){
c( "°", 8,3, 20, 1, 0.5);
c( "A", 2, 5, -30, 1, 0.9);
c( "l", -2, 4, -6, 1, 0.75);
c( "e", -7, 2, 15, 1, 0.9);
c( "x", -8, 0, -10, 1, 0.75);
}
rotate(-40)
translate([42,32,0])
scale([0.5,0.5,1.5])
difference(){
linear_extrude(height =
// footsteps, footprints
//Crazy Text v1 + custom icon (i add this icon in next ver)
font = "Cooper Std:style=Black";
thickness = 6;
scale = 1;
size = 20;
space = 14;
offset = 0;
totalWidth = 0;
crazyText(){
c( "°", 8,3, 20, 1, 0.5);
c( "A", 2, 5, -30, 1, 0.9);
c( "l", -2, 4, -6, 1, 0.75);
c( "e", -7, 2, 15, 1, 0.9);
c( "x", -8, 0, -10, 1, 0.75);
}
rotate(-40)
translate([42,32,0])
scale([0.5,0.5,1.5])
difference(){
linear_extrude(height =
Sign in to leave a comment
Sign in