From e208cd8de0be54b82f8b8aa545d2db354cfa65c4 Mon Sep 17 00:00:00 2001 From: "Michael D. M. Dryden" <mdryden@chem.utoronto.ca> Date: Mon, 7 Mar 2016 13:34:56 -0500 Subject: [PATCH] Added M2.5 (as size 0) --- nuts_and_bolts.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuts_and_bolts.scad b/nuts_and_bolts.scad index 04334cf..c817e5d 100644 --- a/nuts_and_bolts.scad +++ b/nuts_and_bolts.scad @@ -17,7 +17,7 @@ INCH = "inch"; //Not yet supported //Based on: http://www.roymech.co.uk/Useful_Tables/Screws/Hex_Screws.htm METRIC_NUT_AC_WIDTHS = [ - -1, //0 index is not used but reduces computation + 5.80,//m2.5 //0 index is not used but reduces computation -1, -1, 6.40,//m3 @@ -57,7 +57,7 @@ METRIC_NUT_AC_WIDTHS = ]; METRIC_NUT_THICKNESS = [ - -1, //0 index is not used but reduces computation + 2.00, //M2.5 //0 index is not used but reduces computation -1, -1, 2.40,//m3 @@ -98,7 +98,7 @@ METRIC_NUT_THICKNESS = COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS = [//based on max values - -1, //0 index is not used but reduces computation + 2.50, //m2.5 //0 index is not used but reduces computation -1, -1, 2.98,//m3 -- GitLab