blob: d1fb04b381af1c1e0da74ee100e6412e0e94da3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
postCardHeight=105;
postCardWidth=150;
translate([0,postCardHeight,0]){
rotate([-180,0,0]){
difference(){
square([postCardWidth,postCardHeight] , center=false);
translate([postCardWidth/2,5,0]){
rotate([180,0,90]){
text(text="3DAngst 7900 N Washburne, Ave PDX OR 97217",size=3,font="Comic Sans");
}}
}}}
|