aboutsummaryrefslogtreecommitdiff
path: root/chess/demo.scad
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-07-24 09:11:37 -0500
committerChristian Hodgden <chrhodgden@gmail.com>2024-07-24 09:11:37 -0500
commitdc72cafb0e1bcfeb2b18b03e595c6a1cfb30109f (patch)
tree64fe1ef8bc0a1f565bd1a4301ae3ff5fcc5c4f74 /chess/demo.scad
parent92d30e11eea4344eda2dbe41a8c1081c14f0fa3d (diff)
chess: completed rook model
Diffstat (limited to 'chess/demo.scad')
-rw-r--r--chess/demo.scad3
1 files changed, 3 insertions, 0 deletions
diff --git a/chess/demo.scad b/chess/demo.scad
new file mode 100644
index 0000000..fb0ed95
--- /dev/null
+++ b/chess/demo.scad
@@ -0,0 +1,3 @@
+rotate_extrude (angle = 90) {
+ square(1);
+} \ No newline at end of file