From 536b0e5eb14687daeda380921831080c5626ad3c Mon Sep 17 00:00:00 2001 From: Ajabep Date: Thu, 15 Jan 2026 19:57:25 +0100 Subject: [PATCH] remove dead code --- c3cat-bottle-clip/c3cat-bottle-clip.scad | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/c3cat-bottle-clip/c3cat-bottle-clip.scad b/c3cat-bottle-clip/c3cat-bottle-clip.scad index 0542908..9baee81 100644 --- a/c3cat-bottle-clip/c3cat-bottle-clip.scad +++ b/c3cat-bottle-clip/c3cat-bottle-clip.scad @@ -181,16 +181,6 @@ module logo(logo, rl, ht, ru, width) { with_rake=false ); } else { - // The logo has been split in 3 parts. // well was... TODO -/* - rotate([0, 0, -48]) translate([0, 0, ht*3/4-0.1]) - rotate([90, 0, 0]) - scale([0.9, 0.9, 1]) - scale([ht/100, ht/100, 1]) - translate([-25, -29, 0.5]) - linear_extrude(height=max(ru,rl)*2) - import("logo_1.dxf"); -*/ translate([0, 0, ht*3/4-0.1]) rotate([90, 0, 0]) scale([0.8, 0.8, 1]) @@ -198,15 +188,6 @@ module logo(logo, rl, ht, ru, width) { translate([-18, -22, 0.5]) linear_extrude(height=max(ru, rl)*2) import(logo); -/* - rotate([0, 0, 44]) translate([0, 0, ht*3/4-0.1]) - rotate([90, 0, 0]) - scale([0.7, 0.7, 1]) - scale([ht/100, ht/100, 1]) - translate([-25, -26, 0.5]) - linear_extrude(height=max(ru,rl)*2) - import("logo_3.dxf"); -*/ } }