Initial commit.
This commit is contained in:
8
models/skeleton/skeleton_beam.scad
Normal file
8
models/skeleton/skeleton_beam.scad
Normal file
@@ -0,0 +1,8 @@
|
||||
include <../../config.scad>;
|
||||
use <../common/beam_hollow_rectangular.scad>;
|
||||
|
||||
module skeleton_beam(length) {
|
||||
color("red", 0.4) beam_hollow_rectangular(length, D_BEAM_SKELETON, D_BEAM_SKELETON, T_BEAM_SKELETON, true);
|
||||
// Shopping
|
||||
echo(str("Skeleton beam: Aluminium box section 20mm x 20mm x ", length, "mm - x1"));
|
||||
}
|
||||
Reference in New Issue
Block a user