From 981ff2ae5d9b92fb4a91ae52348a5f4b996f3f8a Mon Sep 17 00:00:00 2001 From: bastardop Date: Wed, 25 Jan 2017 17:40:03 +0100 Subject: [PATCH] resize logo import to fit bigger logos into the tag --- bottle-clip.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bottle-clip.scad b/bottle-clip.scad index 57564e5..f2f1f4b 100644 --- a/bottle-clip.scad +++ b/bottle-clip.scad @@ -52,7 +52,8 @@ module bottle_clip(ru=13, rl=17.5, ht=26, width=2.5, name="", scale([ht/100,ht/100,1]) translate([-25,-25,0.5]) linear_extrude(height=max(ru,rl)*2) - import(logo); + resize([45,0], auto=true) + import(logo); } } // inner cylinder which is substracted