initial draft
This commit is contained in:
parent
da59840606
commit
f3b5f12750
7 changed files with 138 additions and 0 deletions
9
Werkbank-balken/connector.scad
Normal file
9
Werkbank-balken/connector.scad
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
include <dimensions.scad>
|
||||
|
||||
module connector(){
|
||||
color("pink")
|
||||
cube(size=[connectorthickness, toplength - 2*standbeamthickness - 2*standsideoffset, connectorheight], center=false);
|
||||
echo("#### Connector: length = ", toplength - 2*standbeamthickness - 2*standsideoffset, " height = ", connectorheight, "width = ", connectorthickness);
|
||||
}
|
||||
|
||||
connector();
|
||||
Loading…
Add table
Add a link
Reference in a new issue