update with old changes

This commit is contained in:
Ward Wouts 2017-01-02 20:48:20 +01:00
parent fb89d5364d
commit aca8a4bac1
2 changed files with 12 additions and 2 deletions

View file

@ -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);
}
}