diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-09-08 15:52:13 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-09-08 15:52:13 +0200 |
commit | 3044ea4b601ea11aec08ab05ae73dd3776d21247 (patch) | |
tree | a2e59a4bf53725dfbb4e93c97880b1a561a0cc0a /Makefile | |
parent | 14b3429b8451a8a625fbf1a227af37f166368396 (diff) | |
download | oscad_gridfinity-3044ea4b601ea11aec08ab05ae73dd3776d21247.tar.gz |
simplebox additional sizes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ BITSTORAGE_SIZES = $(STLDIR)/bitstorage_1x1x6.35.stl $(STLDIR)/bitstorage_1x2x6. SIMPLEBOX_SIZES = $(STLDIR)/simplebox_1x1x4.stl $(STLDIR)/simplebox_2x1x4.stl $(STLDIR)/simplebox_2x1x3.stl \ $(STLDIR)/simplebox_3x1x4.stl $(STLDIR)/simplebox_3x1x3.stl $(STLDIR)/simplebox_2x2x4.stl \ $(STLDIR)/simplebox_2x2x4.stl $(STLDIR)/simplebox_2x1x5.stl $(STLDIR)/simplebox_2x2x5.stl \ - $(STLDIR)/simplebox_3x1x5.stl + $(STLDIR)/simplebox_3x1x5.stl $(STLDIR)/simplebox_4x1x5.stl $(STLDIR)/simplebox_4x1x6.stl CASE_CLIP_SIZES = $(STLDIR)/case_clip_2.stl $(STLDIR)/case_clip_3.stl $(STLDIR)/case_clip_4.stl $(STLDIR)/case_clip_5.stl \ |