My Gridfinity models

Building plastic drawer bottom 3MF and constraining to 340mm print volume

The drawer is 345mm long but the printer maxes out at 340mm, so dialed
the length back to fit. Also added the 3MF build target to the Makefile
so this baseplate gets exported alongside the pegboard shelves.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+6 -2
+5 -1
Makefile
··· 43 43 44 44 # --- Plastic Drawer Bottom --- 45 45 46 + PLASTIC_DRAWER_BOTTOM_MODEL := plastic-drawer-bottom.3mf 46 47 PLASTIC_DRAWER_BOTTOM_THUMBNAIL := plastic-drawer-bottom.png 48 + 49 + plastic-drawer-bottom.3mf: plastic-drawer-bottom.scad Makefile 50 + $(OPENSCAD) -o $@ $< 47 51 48 52 plastic-drawer-bottom.png: plastic-drawer-bottom.scad Makefile 49 53 $(OPENSCAD) -o $@ --autocenter --viewall --imgsize $(THUMBSIZE) --render '' $< ··· 52 56 53 57 ALL_OUTPUTS := \ 54 58 $(PEGBOARD_SHELF_MODELS) $(PEGBOARD_SHELF_IMAGES) $(PEGBOARD_SHELF_THUMBNAIL) \ 55 - $(PLASTIC_DRAWER_BOTTOM_THUMBNAIL) 59 + $(PLASTIC_DRAWER_BOTTOM_MODEL) $(PLASTIC_DRAWER_BOTTOM_THUMBNAIL) 56 60 57 61 all: $(ALL_OUTPUTS) 58 62
plastic-drawer-bottom.3mf

This is a binary file and will not be displayed.

plastic-drawer-bottom.png

This is a binary file and will not be displayed.

+1 -1
plastic-drawer-bottom.scad
··· 6 6 $fs = 0.25; 7 7 8 8 drawer_width = 240; 9 - drawer_length = 345; 9 + drawer_length = 340; 10 10 11 11 hole_options = bundle_hole_options( 12 12 magnet_hole = true,