Add Plate_16x16 and reduce roundedness

This commit is contained in:
2023-02-17 19:58:21 +01:00
parent 61ed2eceb9
commit 7a7c12b38f
3 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ webpage: thumbnails $(INDEX)
$(STL) $(PNG): $(SCAD) $(CONFIG) Makefile
mkdir -p $(@D)
openscad -o $@ -p $(CONFIG) -P $(basename $(@F)) $(SCAD)
openscad -o $@ -p $(CONFIG) -P $(basename $(@F)) --camera=0,0,0,60,0,135,0 --autocenter --viewall $(SCAD)
$(INDEX): header.html entry.html footer.html Makefile
cat header.html | sed "s/%date/`date '+%Y-%m-%d at %T'`/g" | sed "s/%version/`git describe --always --dirty`/g" > $@