diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-10-13 19:07:16 -0500 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-10-13 19:07:16 -0500 |
commit | 5bbd3d72fb6d3d34d534a084dfa1dc345550f674 (patch) | |
tree | 6df24bd6d51929bc1e5d6a5797caaf7f2a570212 /lib/view_stl.scad | |
parent | f673fc6d912327068edcf59340d5a074b391de9d (diff) |
Added diamond pattern candlestick design.
Diffstat (limited to 'lib/view_stl.scad')
-rw-r--r-- | lib/view_stl.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/view_stl.scad b/lib/view_stl.scad index 31fc790..15efedc 100644 --- a/lib/view_stl.scad +++ b/lib/view_stl.scad @@ -1,2 +1,2 @@ -import ("../candlestick_molds/taper_block.stl"); +import ("../candlestick_molds/diamond.stl"); |