3dp-qfh/constants.scad

37 lines
750 B
OpenSCAD
Raw Normal View History

2016-07-05 23:10:28 +02:00
insert_diameter = 13.5;
2016-07-05 17:11:32 +02:00
insert_length = 20;
2016-07-05 23:10:28 +02:00
insert_hole_dia = 10;
2016-07-06 13:08:32 +02:00
insert_arm_radius = 30;
arm_dia = 10;
arm_hole_dia = 3;
arm_radius = 25;
2016-07-05 17:11:32 +02:00
top_inner_diameter = 20;
top_outer_diameter = 30;
top_height = 15;
top_inner_depth = 10;
2016-07-06 13:08:32 +02:00
middle_outer_diameter = 20;
middle_inner_diameter = 10;
middle_height = 50;
middle_short_loop_arms_height = 36.95;
middle_long_loop_arms_height = 19.05;
2016-07-09 01:59:11 +02:00
support_cap_outer_dia = 20;
support_cap_inner_dia = 14;
2016-07-09 01:59:11 +02:00
support_cap_hole_height = 5;
support_cap_hole_dia = 3;
short_support_cap_height = 12.3;
long_support_cap_height = 14.45;
2016-07-05 23:10:28 +02:00
bottom_outer_diameter = 30;
bottom_inner_diameter = 20;
bottom_height = 56.9;
bottom_inner_depth = bottom_height - 10;
bottom_short_loop_arms_height = 40.8;
bottom_work_hole_dia = 20;