Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
@ -0,0 +1,5 @@
module door(){
translate([-450,0,0])cube([900,50,2000]);
}
door();