Merge branch 'master' of github.com:elmom/MCAD

This commit is contained in:
Elmom 2010-09-29 20:43:03 +03:00
commit d650715b6f
2 changed files with 12 additions and 9 deletions

6
README
View file

@ -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 which should be safe to use on all included files (ie. no top level code should
create geometry). create geometry).
If you host your project in git, you use "git submodule add URL" in your 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. See 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 "git help submodule"" for more info.
Currently Provided Tools: Currently Provided Tools:

View file

@ -29,7 +29,10 @@ BEARING_INNER_DIAMETER = 0;
BEARING_OUTER_DIAMETER = 1; BEARING_OUTER_DIAMETER = 1;
BEARING_WIDTH = 2; BEARING_WIDTH = 2;
//BearingXXX = [inner dia, outer dia, width];
Bearing608 = [8*mm, 22*mm, 7*mm]; Bearing608 = [8*mm, 22*mm, 7*mm];
Bearing623 = [3*mm, 10*mm, 4*mm];
//Bearing624 = [4*mm, , ];
Bearing627 = [7*mm, 22*mm, 7*mm]; Bearing627 = [7*mm, 22*mm, 7*mm];
Bearing688 = [8*mm, 16*mm, 5*mm]; Bearing688 = [8*mm, 16*mm, 5*mm];
SkateBearing = Bearing608; SkateBearing = Bearing608;