update with old changes
This commit is contained in:
parent
fb89d5364d
commit
aca8a4bac1
2 changed files with 12 additions and 2 deletions
|
|
@ -15,14 +15,14 @@ module bottom_strengthening(){
|
|||
translate([0, strengthwidth, 0]) {
|
||||
color("green")
|
||||
cube(size=[strengthwidth, bottomlength-strengthwidth*2, plythick], center=false);
|
||||
echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomwidth-strengthwidth*2);
|
||||
echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomlength-strengthwidth*2);
|
||||
}
|
||||
|
||||
// right side
|
||||
translate([bottomwidth-strengthwidth, strengthwidth, 0]) {
|
||||
color("green")
|
||||
cube(size=[strengthwidth, bottomlength-strengthwidth*2, plythick], center=false);
|
||||
echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomwidth-strengthwidth*2);
|
||||
echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomlength-strengthwidth*2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
10
Koffertjes_opslag/parts
Normal file
10
Koffertjes_opslag/parts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
0 x
|
||||
1 x ECHO: "#### Back: width = ", 477, " height = ", 570
|
||||
2 x ECHO: "#### Bottom length = ", 807, " width = ", 477
|
||||
1 x ECHO: "#### Divider: width = ", 441, " height = ", 570
|
||||
1 x ECHO: "#### Middle: width = ", 441, " height = ", 570
|
||||
2 x ECHO: "#### Side panel height = ", 570, " length = ", 348
|
||||
20 x ECHO: "#### Slider: thickness = ", 18, " height = ", 18, " length = ", 300
|
||||
2 x ECHO: "#### Strengthening piece width = ", 88, " length = ", 477
|
||||
2 x ECHO: "#### Strengthening piece width = ", 88, " length = ", 631
|
||||
1 x ECHO: "#### Total height: ", 697
|
||||
Loading…
Add table
Add a link
Reference in a new issue