This commit is contained in:
wardwouts 2024-04-16 10:46:59 +02:00
parent 554b1a4552
commit 8370e2f356
3 changed files with 12 additions and 9 deletions

View file

@ -7,8 +7,8 @@ module standbottom(){
module standtop(){
color("blue")
cube(size=[topdepth - 2*standoffset - 2*standvertoffset, standbeamthickness, standbeamthickness], center=false);
echo("#### Stand top beam: length = ", topdepth - 2*standoffset - 2*standvertoffset, " height = ", standbeamthickness, "width = ", standbeamthickness);
cube(size=[topdepth - 2*standtopoffset, standbeamthickness, standbeamthickness], center=false);
echo("#### Stand top beam: length = ", topdepth - 2*standtopoffset, " height = ", standbeamthickness, "width = ", standbeamthickness);
}
module standvertical(){