diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2023-06-29 11:49:35 -0400 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2023-06-29 11:49:35 -0400 |
| commit | 19aeebfffd0eaf0e219dfe95f270b21e6a464d4c (patch) | |
| tree | 3af8fe0017f8d5cde193dae17d158b1c5aac7577 /postcard.scad | |
| parent | 75fed4a8156f21e21b2fdf73a797fc43cbbcafa6 (diff) | |
flipp
Diffstat (limited to 'postcard.scad')
| -rw-r--r-- | postcard.scad | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/postcard.scad b/postcard.scad index e3ada4d..d1fb04b 100644 --- a/postcard.scad +++ b/postcard.scad @@ -1,8 +1,12 @@ postCardHeight=105; postCardWidth=150; +translate([0,postCardHeight,0]){ +rotate([-180,0,0]){ +difference(){ square([postCardWidth,postCardHeight] , center=false); -translate([postCardWidth/2,0,0]){ -rotate([0,0,90]){ +translate([postCardWidth/2,5,0]){ +rotate([180,0,90]){ text(text="3DAngst 7900 N Washburne, Ave PDX OR 97217",size=3,font="Comic Sans"); -}}
\ No newline at end of file +}} +}}}
\ No newline at end of file |
