# HG changeset patch # User Paul Boddie # Date 1398289556 -7200 # Node ID ccc9692dbc0ef12ca4b3dfdab383d4407c677748 # Parent 4ba9e38063978ea583bea3f260dce7fc0cef5ad1 Increased the front/back overlap for improved cohesion. diff -r 4ba9e3806397 -r ccc9692dbc0e cartridge.scad --- a/cartridge.scad Wed Apr 23 23:25:33 2014 +0200 +++ b/cartridge.scad Wed Apr 23 23:45:56 2014 +0200 @@ -75,7 +75,7 @@ front_depth = 6.5; /* How much extra depth the back provides for mating with the front. */ - groove_width_extra = 1.0; + groove_width_extra = 2.0; back_depth = depth - front_depth + groove_width_extra; /* Side thicknesses. */