My Gridfinity models

Smaller thumbs

+3 -2
+3 -2
Makefile
··· 1 1 OPENSCAD := openscad-nightly 2 2 IMGSIZE := 1024,768 3 + THUMBSIZE := 256,192 3 4 4 5 .PHONY: all clean 5 6 all: ··· 18 19 PEGBOARD_SHELF_THUMBNAIL := pegboard-shelf.png 19 20 20 21 pegboard-shelf.png: pegboard-shelf.scad Makefile 21 - $(OPENSCAD) -o $@ -D 'grid_x=4' -D 'grid_y=2' --autocenter --viewall --imgsize $(IMGSIZE) --render '' $< 22 + $(OPENSCAD) -o $@ -D 'grid_x=4' -D 'grid_y=2' --autocenter --viewall --imgsize $(THUMBSIZE) --render '' $< 22 23 23 24 pegboard-shelf/pegboard-shelf-%x1.3mf: pegboard-shelf.scad Makefile 24 25 $(OPENSCAD) -o $@ -D 'grid_x=$*' -D 'grid_y=1' $< ··· 37 38 PLASTIC_DRAWER_BOTTOM_THUMBNAIL := plastic-drawer-bottom.png 38 39 39 40 plastic-drawer-bottom.png: plastic-drawer-bottom.scad Makefile 40 - $(OPENSCAD) -o $@ --autocenter --viewall --imgsize $(IMGSIZE) --render '' $< 41 + $(OPENSCAD) -o $@ --autocenter --viewall --imgsize $(THUMBSIZE) --render '' $< 41 42 42 43 # --- Top-level targets --- 43 44
pegboard-shelf.png

This is a binary file and will not be displayed.

plastic-drawer-bottom.png

This is a binary file and will not be displayed.