# HG changeset patch # User Paul Boddie # Date 1400416390 -7200 # Node ID e0f8c29b2b2f12a1326da4b73ce3fb404ff08c2f # Parent 1281a9daf3dd382e60797fe142853f6d2ea25f72 Made side wall adjustments possible, increasing them from 1.5mm to 2mm. diff -r 1281a9daf3dd -r e0f8c29b2b2f cartridge.scad --- a/cartridge.scad Tue Apr 29 23:20:37 2014 +0200 +++ b/cartridge.scad Sun May 18 14:33:10 2014 +0200 @@ -83,10 +83,12 @@ front = 2; back = 3.5; top = 3; - front_side = 1.5; + side = 2; /* increased from 1.5 for 3D printing reliability */ + + front_side = side; front_left = front_side; front_right = front_side; - back_side = 1.5; + back_side = side; back_left = back_side; back_right = back_side; bottom = 2; @@ -149,7 +151,7 @@ inner_back_edge_depth = 1.5; inner_front_edge_offset = 0.5; - inner_front_edge_width = 87.0; + inner_front_edge_width = width - front_side * 2; inner_front_edge_height = 3.0; inner_front_edge_depth = 1.5;