Completed design for v2.
This commit is contained in:
12
models/glovebox_door/door_support_beam.scad
Normal file
12
models/glovebox_door/door_support_beam.scad
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
include <../../config.scad>
|
||||
use <../common/c_channel_beam.scad>;
|
||||
|
||||
module door_support_beam(length) {
|
||||
|
||||
color("darkgrey") c_channel_beam(length, W_DOOR_SUPPORT_BEAM, D_DOOR_SUPPORT_BEAM, T_DOOR_SUPPORT_BEAM, true);
|
||||
// Shopping
|
||||
echo(str("Rectangular Aluminium channel beam: Rectangular Aluminium channel beam ", length, "mm x ", W_DOOR_SUPPORT_BEAM, "mm x ", D_DOOR_SUPPORT_BEAM, "mm x ", T_DOOR_SUPPORT_BEAM, "mm - x1"));
|
||||
}
|
||||
|
||||
door_support_beam(500);
|
||||
Reference in New Issue
Block a user