Ontwerp voor efficiente opslag electro koffertjes

This commit is contained in:
Ward Wouts 2014-11-23 21:05:59 +01:00
parent 0e51b2ba6e
commit fb89d5364d
11 changed files with 252 additions and 0 deletions

View file

@ -0,0 +1,10 @@
include <dimensions.scad>
module bottom(){
// hier nog eens goed over nadenken, weet niet of dit klopt
color("brown")
cube(size=[bottomwidth, bottomlength, plythick], center=false);
echo("#### Bottom length = ", bottomlength, " width = ", bottomwidth);
}
bottom();