39 lines
720 B
OpenSCAD
39 lines
720 B
OpenSCAD
wood_thickness = 3;
|
|
|
|
acryl_thickness=5;
|
|
acryl_tolerance = 0.5;
|
|
acryl_outer_dia = 100;
|
|
acryl_inner_dia = 94;
|
|
lamp_dia = acryl_outer_dia + 10;
|
|
screw_dia = 4.5;
|
|
|
|
nut_outer_radius = 7/2 * 2 / sqrt(3) + 0.2;
|
|
|
|
acryl_height = 300;
|
|
inner_height = acryl_height - 10;
|
|
|
|
bottom_box_height = 50;
|
|
bottom_box_wall_width = 39.2;
|
|
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*2;
|
|
|
|
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=50;
|
|
|