AcornElectron

Changeset

34:e0f8c29b2b2f
2014-05-18 Paul Boddie raw files shortlog changelog graph Made side wall adjustments possible, increasing them from 1.5mm to 2mm.
cartridge.scad (file)
     1.1 --- a/cartridge.scad	Tue Apr 29 23:20:37 2014 +0200
     1.2 +++ b/cartridge.scad	Sun May 18 14:33:10 2014 +0200
     1.3 @@ -83,10 +83,12 @@
     1.4  	front = 2;
     1.5  	back = 3.5;
     1.6  	top = 3;
     1.7 -	front_side = 1.5;
     1.8 +	side = 2; /* increased from 1.5 for 3D printing reliability */
     1.9 +
    1.10 +	front_side = side;
    1.11  	front_left = front_side;
    1.12  	front_right = front_side;
    1.13 -	back_side = 1.5;
    1.14 +	back_side = side;
    1.15  	back_left = back_side;
    1.16  	back_right = back_side;
    1.17  	bottom = 2;
    1.18 @@ -149,7 +151,7 @@
    1.19  	inner_back_edge_depth = 1.5;
    1.20  
    1.21  	inner_front_edge_offset = 0.5;
    1.22 -	inner_front_edge_width = 87.0;
    1.23 +	inner_front_edge_width = width - front_side * 2;
    1.24  	inner_front_edge_height = 3.0;
    1.25  	inner_front_edge_depth = 1.5;
    1.26