remove dead code
This commit is contained in:
parent
ebc235de42
commit
536b0e5eb1
1 changed files with 0 additions and 19 deletions
|
|
@ -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");
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue