diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-10-02 17:55:12 -0500 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-10-02 17:55:12 -0500 |
commit | a0c04a9ee2ae3334c155ec5181e6bda8f91ab948 (patch) | |
tree | b953d643bbcfacd14def2597ff6820e49e3e517c | |
parent | af591782f036c5558ba4b116d8fe47b2e9f392d8 (diff) |
Compiled candlestick taper block mold.
-rw-r--r-- | candlestick_molds/taper_block.stl | bin | 0 -> 1130284 bytes | |||
-rw-r--r-- | lib/view_stl.scad | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/candlestick_molds/taper_block.stl b/candlestick_molds/taper_block.stl Binary files differnew file mode 100644 index 0000000..67f4ff2 --- /dev/null +++ b/candlestick_molds/taper_block.stl diff --git a/lib/view_stl.scad b/lib/view_stl.scad index f4aac61..31fc790 100644 --- a/lib/view_stl.scad +++ b/lib/view_stl.scad @@ -1,2 +1,2 @@ -import ("../dummy13/armor_sample_sizes.stl"); +import ("../candlestick_molds/taper_block.stl"); |