Skip to content

Commit cfd3e4c

Browse files
committed
Reexport everything
1 parent 6b0afc4 commit cfd3e4c

41 files changed

Lines changed: 1043035 additions & 523775 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ STLS=$(patsubst src/%.scad,export/%.stl,$(SRCS))
88
PNGS=$(patsubst src/%.scad,render/%.png,$(SRCS))
99
THUMBNAILS=$(patsubst src/%.scad,render/thumbnails/%.png,$(SRCS))
1010

11-
LOGOS=$(shell find logo/ -mindepth 1 -maxdepth 1 -type d -not -name template | xargs basename)
11+
LOGOS=$(shell find logo/ -mindepth 1 -maxdepth 1 -type d -not -name template | xargs -L1 basename)
1212
FILES_WITH_LOGO := MainCase/MainCase MainCase/MainCaseLid
1313
LOGO_PARTS := main highlight
1414
LOGO_MODES := normal inverted
@@ -17,7 +17,7 @@ ifdef DEBUG
1717
OPENSCAD_OPTIONS += -D fast=true
1818
endif
1919

20-
all: export-all thumbnails
20+
all: export-all thumbnails logo-OpenBikeSensor
2121

2222
clean:
2323
@rm -r export/ || true

export/Calibration/HexNuts.stl

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58337,20 +58337,6 @@ solid OpenSCAD_Model
5833758337
vertex 40.2594 1.91877 3
5833858338
endloop
5833958339
endfacet
58340-
facet normal 0.866025 -0.5 0
58341-
outer loop
58342-
vertex 35.3469 4.755 3
58343-
vertex 36.9844 7.59123 0
58344-
vertex 36.9844 7.59123 3
58345-
endloop
58346-
endfacet
58347-
facet normal 0.866025 -0.5 0
58348-
outer loop
58349-
vertex 36.9844 7.59123 0
58350-
vertex 35.3469 4.755 3
58351-
vertex 35.3469 4.755 0
58352-
endloop
58353-
endfacet
5835458340
facet normal 0.866025 0.5 0
5835558341
outer loop
5835658342
vertex 36.9844 1.91877 3
@@ -58379,6 +58365,20 @@ solid OpenSCAD_Model
5837958365
vertex 36.9844 1.91877 0
5838058366
endloop
5838158367
endfacet
58368+
facet normal 0.866025 -0.5 0
58369+
outer loop
58370+
vertex 35.3469 4.755 3
58371+
vertex 36.9844 7.59123 0
58372+
vertex 36.9844 7.59123 3
58373+
endloop
58374+
endfacet
58375+
facet normal 0.866025 -0.5 0
58376+
outer loop
58377+
vertex 36.9844 7.59123 0
58378+
vertex 35.3469 4.755 3
58379+
vertex 35.3469 4.755 0
58380+
endloop
58381+
endfacet
5838258382
facet normal 0 1 -0
5838358383
outer loop
5838458384
vertex 46.4374 8.02844 0

0 commit comments

Comments
 (0)