diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/Makefile b/Makefile index 504e781..00dbb86 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SRC=scad/bolex_rewind_key.scad IM=convert OPENSCAD=openscad -OPENSCAD_OPTIONS=-D VERBOSE=false +OPENSCAD_OPTIONS=-D VERBOSE=false --export-format=asciistl THEME=DeepOcean OPENSCAD_IMAGE=--viewall --render --imgsize=512,512 --colorscheme=$(THEME) ORDER_STL=python3 scad/common/c14n_stl.py diff --git a/README.md b/README.md index aab0c55..7940a26 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,11 @@ Use for superimpositions, fades or animation. NOTE: PLA, PETG and ABS and other plastics are not recommended materials for the key as they will break under force. The handle can be printed in plastic and attached with glue around the stem of the key so that it can rotate freely. - - ### [Download STL](./stl/bolex_rewind_key.stl/download) -### [Buy on Shapeways](https://links.sixteenmillimeter.com/7Uxx0FE8) - # Bolex Rewind Key Handle ![Bolex Rewind Key Handle](./img/bolex_rewind_key_handle.jpg) ### [Download STL](./stl/bolex_rewind_key_handle.stl/download) -### [Buy on Shapeways](https://links.sixteenmillimeter.com/7Uxx0FE8) - diff --git a/meta.json b/meta.json index bba3e1f..29e052a 100644 --- a/meta.json +++ b/meta.json @@ -20,8 +20,9 @@ } ], "src" : [ + "LICENSE", "Makefile", "scad/bolex_rewind_key.scad", "scad/common/knurledFinishLib_v2.scad" ] -} \ No newline at end of file +}