# HG changeset patch # User Paul Boddie # Date 1439481604 -7200 # Node ID 8169bc566fec99be278207aeefe91b2ac2202148 # Parent 010f3e69531a0f765b217e32dc39bd4b1f2ffc2e Increased the back depth by 0.5mm. diff -r 010f3e69531a -r 8169bc566fec cartridge.scad --- a/cartridge.scad Thu Aug 13 16:10:25 2015 +0200 +++ b/cartridge.scad Thu Aug 13 18:00:04 2015 +0200 @@ -162,8 +162,8 @@ ROM_CARTRIDGE_int_payload_width; int_connector_width = 86.0; /* limited to the Plus 1 socket dimensions */ - int_payload_depth = 13.5; /* maximum depth in the payload section */ - int_connector_depth = 11.0; /* maximum depth in the connector section */ + int_payload_depth = 14.0; /* maximum depth in the payload section */ + int_connector_depth = 11.5; /* maximum depth in the connector section */ int_payload_height = 50.8; /* space between the top and the floor */ int_connector_height = 13.5; /* vertical offset of bottom/floor of payload area */