LED-Lampe-8x16/Lampe_Parameter.scad

41 lines
765 B
OpenSCAD

wood_thickness = 4;
acryl_thickness=5;
acryl_tolerance = 1.00;
acryl_outer_dia = 100;
acryl_inner_dia = 94;
lamp_dia = acryl_outer_dia + 10;
screw_dia = 4.4;
nut_outer_radius = 7/2 * 2 / sqrt(3) + 0.2;
nut_inset_radius = nut_outer_radius + 4;
acryl_height = 300;
inner_height = acryl_height - 10;
bottom_box_height = 50;
bottom_box_wall_width = 38.7;
bottom_box_wall_offset = 49;
tooth_height = wood_thickness;
tooth_width = 5;
tooth_distance = 2*tooth_width;
tooth_hole_tolerance = 0.2;
holder_width = 20;
holder_offset = holder_width+wood_thickness*1.7;
cable_hole_spacing = tooth_width;
foot_inner_radius = lamp_dia/2 - 20;
foot_outer_radius = lamp_dia/2 - 10;
foot_angle = 22.5;
dc_conn_dia = 8;
dc_conn_offset = bottom_box_height/2 - 10;
$fn=200;