Browse Source

first commit

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 1 year ago
commit
092f84154c
  1. 5
      catflap.scad

5
catflap.scad

@ -0,0 +1,5 @@
module door(){
translate([-450,0,0])cube([900,50,2000]);
}
door();
Loading…
Cancel
Save