remove dead code

This commit is contained in:
Ajabep 2026-01-15 19:57:25 +01:00
commit 536b0e5eb1

View file

@ -181,16 +181,6 @@ module logo(logo, rl, ht, ru, width) {
with_rake=false with_rake=false
); );
} else { } 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]) translate([0, 0, ht*3/4-0.1])
rotate([90, 0, 0]) rotate([90, 0, 0])
scale([0.8, 0.8, 1]) scale([0.8, 0.8, 1])
@ -198,15 +188,6 @@ module logo(logo, rl, ht, ru, width) {
translate([-18, -22, 0.5]) translate([-18, -22, 0.5])
linear_extrude(height=max(ru, rl)*2) linear_extrude(height=max(ru, rl)*2)
import(logo); 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");
*/
} }
} }