Add Plate_16x16 and reduce roundedness
This commit is contained in:
2
Makefile
2
Makefile
@@ -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" > $@
|
||||
|
||||
Reference in New Issue
Block a user