resize logo import to fit bigger logos into the tag
This commit is contained in:
parent
89489c2e41
commit
981ff2ae5d
1 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ 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)
|
||||
resize([45,0], auto=true)
|
||||
import(logo);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue