chiark / gitweb /
belt-slot-cut-jig: delete an obsolete measurement (?)
[reprap-play.git] / belt-slot-cut-jig.scad
index e198c464233dca7d0b2566198e513ff2ea7246f3..a0cd20b8ba9e0c81a255543b68c03afbe6d26a85 100644 (file)
@@ -50,12 +50,10 @@ crewpunch_shape =
    [ 26, [3.3, 7.2], [3.5, 13.6] ], 
    ];
 
-crewpunch_shaft_max_y = 7.5;
+crewpunch_shaft_max_y = 3.5;
 
 crewpunch_systematic_size_error = +0.36;
 
-crewpunch_min_y = 4.7 - crewpunch_systematic_size_error;
-
 crewpunch_smallest_shape = crewpunch_shape[0];
 crewpunch_biggest_shape = crewpunch_shape[len(crewpunch_shape)-1];