Real sizes

master
Vitaliy Filippov 2015-05-24 15:06:03 +00:00
parent 1b0153e99b
commit cbe5a3cd96
1 changed files with 7 additions and 7 deletions

View File

@ -2,11 +2,11 @@
spacing = 0.25;
hexagon_size = 19;
hexagon_height = 13;
hexagon_height = 20;
inner_circle_dia = 15;
outer_circle_inner_dia = 22;
secret_hexagon_solid_spacing = 2;
secret_depth = 11;
secret_hexagon_solid_spacing = 4;
secret_depth = 13;
module sekretka(extent) {
union() {
@ -48,19 +48,19 @@ projection(cut = true)
adapter();
projection(cut = true)
translate([25, 0, -15])
translate([25, 0, -secret_depth-secret_hexagon_solid_spacing-1])
adapter();
projection(cut = false)
translate([50, 0, -15])
translate([50, 0, 0])
adapter();
projection(cut = false)
translate([-25, 13, 0])
translate([-25, secret_depth+secret_hexagon_solid_spacing, 0])
rotate([90, 90, 0])
adapter();
projection(cut = true)
translate([-50, 13, 0])
translate([-50, secret_depth+secret_hexagon_solid_spacing, 0])
rotate([90, 90, 0])
adapter();