Open Source Bearing Generator in FreeCAD: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Scripted Ball Bearing=
=Scripted Ball Bearing=


Does it allow parameters to be changed readily? See article at  
Does it allow parameters to be changed readily? See article at [https://linuxforanengineer.blogspot.com/2013/08/free-cad-bearing-script.html]. This doesn't have a groove, so not useful for a real print.


<html><iframe width="560" height="315" src="https://www.youtube.com/embed/GIFaVfGNyVg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/GIFaVfGNyVg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>
This is a useful exercise. You can paste the [[Ball Bearing Script]] into the Python console of FreeCAD and you get the CAD - generated via command line. Neat example of scripting.
=Ball Bearing via Sketch Rotation=
'''Algorithm:''' Draw a cross section, then rotate it.
Base it on the [[OpenSCAD Bearing Generator]].
See also:
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/V83l-oE_eFc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>

Latest revision as of 03:00, 31 May 2020

Scripted Ball Bearing

Does it allow parameters to be changed readily? See article at [1]. This doesn't have a groove, so not useful for a real print.

This is a useful exercise. You can paste the Ball Bearing Script into the Python console of FreeCAD and you get the CAD - generated via command line. Neat example of scripting.

Ball Bearing via Sketch Rotation

Algorithm: Draw a cross section, then rotate it.

Base it on the OpenSCAD Bearing Generator.

See also: