chiark / gitweb /
ksafe-base: demoprofiles toplevel
[reprap-play.git] / ksafe-base.scad
index 4d9701fc3f7e408c8960475585a2c84d6286c602..381176952b226251949850863272dcd938efc3c8 100644 (file)
@@ -9,6 +9,10 @@ main_sz = 150.56 + 0.75;
 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
@@ -26,6 +30,11 @@ string_depth = 6.0;
 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 -----
 
@@ -255,7 +264,7 @@ module KsafeBase(){ ////toplevel
   }
 }
 
-module DemoProfiles(){
+module DemoProfiles(){ ////toplevel
   translate([0,0,-2]) color("yellow") AnchorWallProfile();
   color("red") AnchorProfile();
   translate([0,0,2]) color("black") NearAnchorProfile();