Skip to content
Snippets Groups Projects
Commit e208cd8d authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Added M2.5 (as size 0)

parent 19cb7ca3
Branches master
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment