Merge branch 'master' of github.com:elmom/MCAD
This commit is contained in:
commit
d650715b6f
6
README
6
README
|
@ -14,9 +14,9 @@ files include useful constants which will be available with "include <MCAD/*.sca
|
|||
which should be safe to use on all included files (ie. no top level code should
|
||||
create geometry).
|
||||
|
||||
If you host your project in git, you use "git submodule add URL" in your
|
||||
repo to import this library as a git submodule for easy usage. See
|
||||
"git help submodule"" for more info
|
||||
If you host your project in git, you can do "git submodule add URL PATH" in your
|
||||
repo to import this library as a git submodule for easy usage. Then you need to do a "git submodule update --init". See
|
||||
"git help submodule"" for more info.
|
||||
|
||||
Currently Provided Tools:
|
||||
|
||||
|
|
|
@ -29,7 +29,10 @@ BEARING_INNER_DIAMETER = 0;
|
|||
BEARING_OUTER_DIAMETER = 1;
|
||||
BEARING_WIDTH = 2;
|
||||
|
||||
//BearingXXX = [inner dia, outer dia, width];
|
||||
Bearing608 = [8*mm, 22*mm, 7*mm];
|
||||
Bearing623 = [3*mm, 10*mm, 4*mm];
|
||||
//Bearing624 = [4*mm, , ];
|
||||
Bearing627 = [7*mm, 22*mm, 7*mm];
|
||||
Bearing688 = [8*mm, 16*mm, 5*mm];
|
||||
SkateBearing = Bearing608;
|
||||
|
|
Loading…
Reference in a new issue