Code cleaning + add ears to the bottle clip! #22

Open
ajabep wants to merge 25 commits from ajabep/scad:trunk into trunk
Showing only changes of commit 36a43a570e - Show all commits

Add a bigger extrusion for the clip

In order to be able to add bigger formats
Ajabep 2026-02-01 00:03:06 +01:00

View file

@ -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