Re-add COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS variable
Re-add COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS as a copy of COARSE_THREAD_METRIC_BOLT_MAJOR_DIAMETERS to maintain compatibility with old designs that used the data from the variable with the wrong name.
This commit is contained in:
parent
4a71170f4b
commit
2bb9d6b63a
|
@ -137,6 +137,9 @@ COARSE_THREAD_METRIC_BOLT_MAJOR_DIAMETERS =
|
|||
35.940//m36
|
||||
];
|
||||
|
||||
// Deprecated, but kept around for people who use the wrong spelling.
|
||||
COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS = COARSE_THREAD_METRIC_BOLT_MAJOR_DIAMETERS;
|
||||
|
||||
//Based on: http://www.roymech.co.uk/Useful_Tables/Screws/cap_screws.htm
|
||||
METRIC_BOLT_CAP_DIAMETERS =
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue