From 092f84154c35d023b43ed1962e4465ccff0167d8 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 16 Oct 2023 00:05:21 +0200 Subject: [PATCH] first commit Signed-off-by: Stephan Richter --- catflap.scad | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 catflap.scad 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