Ontwerp voor efficiente opslag electro koffertjes
This commit is contained in:
parent
0e51b2ba6e
commit
fb89d5364d
11 changed files with 252 additions and 0 deletions
10
Koffertjes_opslag/side.scad
Normal file
10
Koffertjes_opslag/side.scad
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
include <dimensions.scad>
|
||||
|
||||
module side() {
|
||||
ytmp = casedepth + plythick;
|
||||
color("beige")
|
||||
cube(size=[plythick, ytmp, sideheight], center=false);
|
||||
echo("#### Side panel height = ", sideheight, " length = ", ytmp);
|
||||
}
|
||||
|
||||
side();
|
||||
Loading…
Add table
Add a link
Reference in a new issue