All work on bolex base plate.
This commit is contained in:
parent
da710a8d1c
commit
6150a217bc
4
Makefile
4
Makefile
|
@ -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 |
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
28940
stl/bolex_base_plate.stl
28940
stl/bolex_base_plate.stl
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue