All work on bolex base plate.

This commit is contained in:
Matt McWilliams 2024-11-10 23:28:27 -05:00
parent da710a8d1c
commit 6150a217bc
4 changed files with 17940 additions and 11008 deletions

View File

@ -2,9 +2,9 @@
SRC=scad/bolex_base_plate.scad SRC=scad/bolex_base_plate.scad
IM=convert IM=convert
OPENSCAD=openscad OPENSCAD=openscad
OPENSCAD_OPTIONS=-D VERBOSE=false --export-format=asciistl OPENSCAD_OPTIONS=--enable manifold -D VERBOSE=false --export-format=asciistl
THEME=DeepOcean THEME=DeepOcean
OPENSCAD_IMAGE=--viewall --render --imgsize=512,512 --colorscheme=$(THEME) OPENSCAD_IMAGE=--enable manifold --viewall --render --imgsize=512,512 --colorscheme=$(THEME)
ORDER_STL=python3 scad/common/c14n_stl.py ORDER_STL=python3 scad/common/c14n_stl.py
all: bolex_base_plate all: bolex_base_plate

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -6,9 +6,11 @@
} }
], ],
"src" : [ "src" : [
"README.md",
"LICENSE", "LICENSE",
"Makefile", "Makefile",
"scad/bolex_base_plate.scad", "scad/bolex_base_plate.scad",
"scad/common/common.scad" "scad/common/common.scad",
"scad/common/c14n_stl.py"
] ]
} }

File diff suppressed because it is too large Load Diff