chiark / gitweb /
ksafe-base: dcover parameters
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 31 Oct 2018 01:55:52 +0000 (01:55 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 31 Oct 2018 01:55:52 +0000 (01:55 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
ksafe-base.scad

index 4d9701fc3f7e408c8960475585a2c84d6286c602..829c63a6e4b2316666310ab5583225e871b5de19 100644 (file)
@@ -9,6 +9,10 @@ main_sz = 150.56 + 0.75;
 cnr_rad = 13.5; // approx
 lidinner_thick_allow = 20.78 + 0.50;
 
 cnr_rad = 13.5; // approx
 lidinner_thick_allow = 20.78 + 0.50;
 
+dpp3 = [ -5.5, 8.5 ];
+dpp2 = [ -11.0, 7.0 ];
+dpp1 = [ -34.0, 14.0 ];
+
 // other parameters
 web_thick = 4;
 web_height = 20; // excluding wall and base thick
 // other parameters
 web_thick = 4;
 web_height = 20; // excluding wall and base thick
@@ -26,6 +30,11 @@ string_depth = 6.0;
 thumbslot_depth = 5.0;
 thumbslot_width = 15.0;
 thumbslot_between = 10;
 thumbslot_depth = 5.0;
 thumbslot_width = 15.0;
 thumbslot_between = 10;
+dcover_endthick = 3.0;
+dcover_mainthick = 5.0;
+dcover_slop_height = 0.25;
+dcover_slop_depth = 0.25;
+dcover_slop_inside = 1.25;
 
 // ----- calculated -----
 
 
 // ----- calculated -----