Change a preview color

Improve the third dimension perception
This commit is contained in:
Ajabep 2026-01-15 18:29:59 +01:00
commit 7bb36f9f89

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() {