# HG changeset patch # User Paul Boddie # Date 1390091114 -3600 # Node ID 770481fea6263eb93f7b76451a151d3a17f46cc2 # Parent a6ec4bdde10ab7c793ff6c8df4eb6fdbdc25a679 Moved incorrectly located removal of the inner top portion of the front part. diff -r a6ec4bdde10a -r 770481fea626 cartridge.scad --- a/cartridge.scad Sun Jan 19 01:18:50 2014 +0100 +++ b/cartridge.scad Sun Jan 19 01:25:14 2014 +0100 @@ -159,6 +159,15 @@ [-extra, inner_front_edge_depth], ]); + /* Inner top cutout for the top of the back portion. */ + + translate([0, -inner_top_front_cutout_depth / 2, height / 2 - + inner_top_front_cutout_offset - + inner_top_front_cutout_depth / 2]) + cube([inner_top_front_cutout_width, + inner_top_front_cutout_depth, + inner_top_front_cutout_depth], center = true); + /* Fillets to round off the edges. */ union() { @@ -258,15 +267,6 @@ height / 2 - top_groove_depth / 2]) cube([width, top_groove_width, top_groove_depth], center = true); - - /* Inner top cutout for the top of the back portion. */ - - translate([0, -inner_top_front_cutout_depth / 2, height / 2 - - inner_top_front_cutout_offset - - inner_top_front_cutout_depth / 2]) - cube([inner_top_front_cutout_width, - inner_top_front_cutout_depth, - inner_top_front_cutout_depth], center = true); } /* Back cavity. */