commit 092f84154c35d023b43ed1962e4465ccff0167d8 Author: Stephan Richter Date: Mon Oct 16 00:05:21 2023 +0200 first commit Signed-off-by: Stephan Richter diff --git a/catflap.scad b/catflap.scad new file mode 100644 index 0000000..54197a1 --- /dev/null +++ b/catflap.scad @@ -0,0 +1,5 @@ +module door(){ + translate([-450,0,0])cube([900,50,2000]); +} + +door(); \ No newline at end of file