From cb5bcdba55e2643b86b62b52db6fd9363dd00b16 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Jun 2014 15:43:57 +0100 Subject: [PATCH] tablet-case-corner-mount: measurements --- tablet-case-corner-mount.scad | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tablet-case-corner-mount.scad b/tablet-case-corner-mount.scad index 057cf85..8226180 100644 --- a/tablet-case-corner-mount.scad +++ b/tablet-case-corner-mount.scad @@ -1,18 +1,18 @@ // -*- C -*- -main_sz = 20; //xxx +main_sz = 22.5; wall_th = 3; -front_fullsz = 10; //xxx +front_fullsz = 10; front_th = 2; +gap_th = 9.5 + 0.5; back_th = 4; -gap_th = 5; //xxx -back_tot_l = 30; //xxx +back_tot_l = 32.5; back_cut_l = 4; -back_cut_w = 10; //xxx +back_cut_w = 13; back_prong_w = 3; back_hole_d = 2; back_hole_dia = 1 + 0.5; -- 2.30.2