fmp-capsule/constants.scad

22 lines
404 B
OpenSCAD
Raw Normal View History

2016-04-19 01:14:56 +02:00
$fn = 180;
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-04-19 01:14:56 +02:00
groove_depth = 7.5;
groove_length = 50;
// 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 11:58:41 +02:00
bumper_tube_depth = 5;