updates
This commit is contained in:
parent
554b1a4552
commit
8370e2f356
3 changed files with 12 additions and 9 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue