X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=pattress-boxes-3-cover.scad;h=7c1d4b892cf63d56ddcb2d6e9afc36a5b30d1e34;hp=5a5d25517346a29a273fd8bfc679a9b4c659cfae;hb=f169bb60ee7f824cf914ccb654e13654aff51151;hpb=df9251e38718f55aaa427fdad19b76c7ca18ada5 diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 5a5d255..7c1d4b8 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -8,12 +8,12 @@ lid_fatbox_overlap = 12; lid_thinbox_h = 9; lid_fatbox_h = 24; -lid_fatbox_switches_h = 6+2; +lid_fatbox_switches_h = 6+4; lid_max_switches_w = 70; lid_switches_y_slop = 3; -total_len = 80;//260; +total_len = 260; thinbox_len = 87; rail_overlap = 8; @@ -32,7 +32,7 @@ peg_straight_len = 3; $peg_inner_slop = 0.75; $peg_outer_slop = -0.9; -$peg_outer_slop_engage = -0.9; +$peg_outer_slop_engage = 0.1; peg_slope = 1; @@ -142,7 +142,7 @@ module PegProfile(){ } module Peg(){ ////toplevel - echo($peg_outer_slop); + echo($peg_outer_slop_engage); rotate_extrude($fn=50) rotate([0,0,-90]) PegProfile(); @@ -198,3 +198,4 @@ module Demo(){ //RailProfile(); //Demo(); //Lid(); +//translate([0,0,-lid_fatbox_switches_h]) Lid();