diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-27 20:05:48 -0500 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-27 20:05:48 -0500 |
commit | e3b13a7871eb81f7b30675c3b636fcff376abcfa (patch) | |
tree | 453e1f115232f4d69c2889ee4e8c0a152ea752af /lib | |
parent | f58b76131004f975cfde3c1326f18e9212b6ebab (diff) |
added small stl import scad script for viewing
Diffstat (limited to 'lib')
-rw-r--r-- | lib/view_stl.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/view_stl.scad b/lib/view_stl.scad new file mode 100644 index 0000000..4d12598 --- /dev/null +++ b/lib/view_stl.scad @@ -0,0 +1,2 @@ + +import ("../supports/runner.stl"); |