Sort By
Date
File Type
metalockbox.dxf
115 kb / 235 downloads / 2 years ago
There was a problem rendering this file.
metalockbox.scad
1 kb / 185 downloads / 2 years ago

Who's Made It?

Parametric Box Generator by jztechguy 2 years ago
View all 1 copies

They Like It

jedynak
ljyang
pickin_grinnin
enabrintain
kostasprint
jbum
pmcall221
mojotexas
drayde
jmil
dmatsumoto
Mazzo
dietz1
krtcrkd
bons
cyclone
makerraf
sajego
sieg01
Robotdad
unwiredben
seph
raumfahrtagentur
albanetc
MatthewLaBerge
gadgetguydk
NickAmes
dave_menninger
wizard23
Public Domain
Parametric Box Generator by clifford is licensed under the Public Domain license.

© 2010 by clifford

Instructions

Create A *.box file with the box dimensionps:

w = 180
l = 180
h = 100
t = 5
door = 1

E.g. this file is called "mycase.box". Call "boxgen.spl" with "mycase" as argument:

splrun boxgen.spl mycase

This script then generates a "mycase.dxf" and "mycase.scad" file. Use a dxf editor (such as "qcad") to modify the box to fit your needs. Usually you want to add holes for cables, user interface elements and such.

Open "mycase.scad" in OpenSCAD to preview the box. You might want to use the "Thrown together" rendering mode (F12) to speed up things and avoid rendering glitches with the OpenCSG at the highly concave edges of the boxes.

Required Tools

Comments