fmp-capsule/constants.scad

30 lines
502 B
OpenSCAD
Raw Permalink Normal View History

2016-08-03 19:57:55 +02:00
$fn = 90;
tube_inner_diameter = 71;
2015-12-13 18:07:46 +01:00
tube_outer_diameter = 76;
2016-04-19 01:14:56 +02:00
// Lid
lid_height = 10;
2016-08-01 11:58:41 +02:00
lid_depth = 7.5;
latch_width = 20;
latch_height = 5;
brim_height = 2.5;
2016-08-03 19:57:55 +02:00
handle_length = 75;
handle_thickness = 10;
handle_height = 15;
handle_max_width = 30;
handle_min_width = 10;
handle_minkowski_dia = 5;
2016-04-19 01:14:56 +02:00
// Top
bumper_height = 15;
2016-05-03 19:10:09 +02:00
bumper_diameter = 85;
// Flat surface starts after bumper_edge_radius from the outside
bumper_edge_radius = bumper_diameter - tube_outer_diameter - 4;
2016-08-01 12:51:03 +02:00
bumper_tube_depth = 5;
2016-08-03 19:57:55 +02:00