Code cleaning + add ears to the bottle clip! #22
1 changed files with 1 additions and 1 deletions
Add a bigger extrusion for the clip
In order to be able to add bigger formats
commit
36a43a570e
|
|
@ -281,7 +281,7 @@ module bottle_clip(ru=13, rl=17.5, ht=26, width=2.5, name="c3cat", font="write/o
|
||||||
// finally, subtract a cube as a gap so we can clip it to the bottle
|
// finally, subtract a cube as a gap so we can clip it to the bottle
|
||||||
rotate([0, 0, 45])
|
rotate([0, 0, 45])
|
||||||
translate([0, 0, -1])
|
translate([0, 0, -1])
|
||||||
cube([50, 50, 50]);
|
cube([rl+ru, rl+ru, 2*ht]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// text
|
// text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue