An OpenSCAD script to create models of shipping containers for home design.
To define various aspects of the container, find the 'CONTAINER = [' line in the script, then add as many items as you like (the script comes with a sample - you'll obviously want to replace the items, but they serve as a good example of how to create a container).
A hole in the container from floor to ceiling.
Example:opening(dir="s", x=0.25, width=4),
A window in the container (you'll need to include platforms when slicing)
Example:window(dir="n", x=0.75, y=0.8, width=1.8, height=1.2),
An internal wall in the container.
Example:wall(dir="h", x=1, y=1.2, length=1.5),
Text embedded in the floor of the container (unfortunately it can't yet be rotated)
Example:text(text="Bed 1", x=3.0, y=1.7, size=8),
Walls and Text are a bit hit and miss... keep adjusting the values and previewing the model until it looks good!
Note: I'm new to this OpenSCAD stuff, so happy to hear comments/suggestions for improvements :D
Shipping_Container.scad |
Shipping_Container_-_20.stl |
Shipping_Container_-_40.stl |
Shipping_Container_-_Sample.stl |