Code cleaning + add ears to the bottle clip! #22
1 changed files with 0 additions and 19 deletions
remove dead code
commit
536b0e5eb1
|
|
@ -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");
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue