SCAD Gridbeam Library

416
Downloads
420
Views
Published on January 5, 2011

Description

This is a gridbeam library for OpenSCAD, part of the MCAD library here: github.com/elmom/MCAD

More about gridbeam here: gridbeamers.com/

Instructions

The example STL was generated by the following code:

use gridbeam.scad

zBeam(10);
translateBeam([4,0,0]) zBeam(10);
translateBeam([0,10,0]) zBeam(10);
translateBeam([4,10,0]) zBeam(10);
translateBeam([0,1,0]) xBeam(5);
translateBeam([0,9,0]) xBeam(5);
translateBeam([1,0,1]) yBeam(11);
translateBeam([3,0,1]) yBeam(11);
translateBeam([0,1,8]) xBeam(5);
translateBeam([0,9,8]) xBeam(5);
translateBeam([1,0,9]) yBeam(11);
translateBeam([3,0,9]) yBeam(11);
Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.

I bet it would be a lot more interesting to a lot more folks if Thingverse would scale these images instead of giving us pictures of gears. (Nothing against you timschmidt)

Indeed. I have a few more projects done using the gridbeam library, but haven't uploaded them here because Thingiverse refuses to generate sane images. :-/

It's in MCAD now