fix hole diameter

This commit is contained in:
Timothy Schmidt 2013-05-28 11:06:22 -07:00
parent af55f6f35c
commit 1cc850b449

View file

@ -29,7 +29,8 @@ mode = "model";
include <units.scad> include <units.scad>
beam_width = inch * 1.5; beam_width = inch * 1.5;
beam_hole_radius = inch * 5/16; beam_hole_diameter = inch * 5/16;
beam_hole_radius = beam_hole_diameter / 2;
beam_is_hollow = 1; beam_is_hollow = 1;
beam_wall_thickness = inch * 1/8; beam_wall_thickness = inch * 1/8;
beam_shelf_thickness = inch * 1/4; beam_shelf_thickness = inch * 1/4;