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

Open
ajabep wants to merge 23 commits from ajabep/scad:trunk into trunk
Showing only changes of commit 7bb36f9f89 - Show all commits

Change a preview color

Improve the third dimension perception
Ajabep 2026-01-15 18:29:59 +01:00

View file

@ -187,7 +187,7 @@ module bottle_clip(ru=13, rl=17.5, ht=26, width=2.5, name="c3cat", font="write/o
// main cylinder // main cylinder
if (RENDER_COLOR_CLIP) { if (RENDER_COLOR_CLIP) {
color("black") difference() { color("#006168") difference() {
cylinder(r1=rl+width, r2=ru+width, h=ht); cylinder(r1=rl+width, r2=ru+width, h=ht);
difference() { difference() {
union() { union() {