MCAD_old
MCAD_old copied to clipboard
The canonical upstream repo -->
Canonical upstream repo: https://github.com/SolidCode/MCAD Please direct all activity there
Hi @elmom I made some custom changes in the bearing libraries to allow people to introduce custom bearing parameters. Could you add me as a collaborator to make a pull...
Can someone make a picture of involute bevel gear - what all these parameters mean? That would be helpful for non-english speakers, I think. For example: http://www.brickowl.com/catalog/lego-bevel-gear-with-12-teeth-6589
This option allows for the generation of internal spur gears. Internal mode adapts the meanings of several options for use on internal gears: - backlash is negated for larger teeth,...
It should be `metric_fasteners.scad` instead of `metric_fastners.scad`.
Just a quick check if this is something desirable. If so, I can do the necklace thing as well.
just made a very small change since it took me a while to figure out what the variable was for
The following causes CGAL assertions as per https://github.com/openscad/openscad/issues/791. ``` use function convert_circular_pitch (circular_pitch) = circular_pitch * 180 / PI; gear ( circular_pitch = convert_circular_pitch (3), number_of_teeth = 8, backlash =...
Sorry I don't know how to drive GitHub for code changes. Currently it doesn't cut a clean triangle, the module needs to be ``` module equiTriangle(side, height) { difference() {...
Hi, I would like to know the license of transformations.scad, is it LGPLv2? Thanks