diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-24 09:11:37 -0500 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-24 09:11:37 -0500 |
commit | dc72cafb0e1bcfeb2b18b03e595c6a1cfb30109f (patch) | |
tree | 64fe1ef8bc0a1f565bd1a4301ae3ff5fcc5c4f74 /chess/demo.scad | |
parent | 92d30e11eea4344eda2dbe41a8c1081c14f0fa3d (diff) |
chess: completed rook model
Diffstat (limited to 'chess/demo.scad')
-rw-r--r-- | chess/demo.scad | 3 |
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 |