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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue