# HG changeset patch # User Paul Boddie # Date 1402351322 -7200 # Node ID af729a775bd48da9dbbc25b012df8b9f75a05755 # Parent 3736e22a916ba1a1be7c0f266032705a43bee58b Reverted the position of the "floor" to 13.5mm and reduced the thickness to 1mm. diff -r 3736e22a916b -r af729a775bd4 cartridge.scad --- a/cartridge.scad Sat Jun 07 01:10:50 2014 +0200 +++ b/cartridge.scad Tue Jun 10 00:02:02 2014 +0200 @@ -91,7 +91,7 @@ back_side = side; back_left = back_side; back_right = back_side; - bottom = 2; + bottom = 1; /* Label details. */ @@ -164,7 +164,7 @@ /* The height of the floor of the compartment above the very bottom. */ - bottom_from_base = 14.0; + bottom_from_base = 13.5; edge_connector_cutout_front_offset = 1.0; edge_connector_cutout_front_depth = 1.0;