A library of Parts for FreeCAD. Fork of: https://github.com/FreeCAD/FreeCAD-library
Find a file
2015-08-19 10:32:12 +02:00
Architectural Parts Ajout d'un capteur inductif de de deux bacs acier 2015-07-22 13:11:18 +02:00
Electrical Parts 1x5-male-pin-header 2015-07-26 14:10:22 -06:00
Furniture added Coffee Capsule, 320x240 tft module, Hex standoff M3x12mm and 2-5 inch HDD 2015-04-16 23:39:44 +02:00
Generic objects Euro coin: compound made for easily integrating the coin into other designs 2015-07-21 08:52:17 +02:00
Mechanical Parts DIN913_M3, Dowel Pin 4mm and ShaftCoupler 4mm to 3mm 2015-08-19 10:32:12 +02:00
Shipping Containers Added EUR 1 pallet 2013-07-05 12:45:39 +02:00
Wood Construction/Connectors/Ironsmith Parts Ajout de 3 connecteurs bois 2015-07-18 10:48:04 +02:00
.gitignore Added gitignore 2013-07-02 12:17:59 -03:00
PartsLibrary.FCMacro Update PartsLibrary.FCMacro 2015-06-08 07:24:58 +02:00
README.md Merge pull request #2 from Kentamanos/patch-1 2014-07-06 20:17:15 -03:00

FreeCAD-library

This repository contains a library of Parts to be used in FreeCAD. It is maintained by the community of users of FreeCAD and is not part of the FreeCAD project, although it is made with the aim to be used as a repository of parts by FreeCAD in the future.

Contributing to the library

If you are interested in contributing to this library, please ask for write access to this repository on this FreeCAD forum thread: http://forum.freecadweb.org/viewtopic.php?f=19&t=4205

Each Part should be correctly named, and placed into subdirectories by family or type. They should also be available in both .FcStd and .stp formats, and optionally in .stl format (because github lets you visualize them). They should also be as simple as possible, and parametric so users can easily change their dimensions. In the file properties of each .FcStd file, the author should also be mentioned, and the license information if available.

License

All Parts in this repository are licensed under CC-BY 3.0 http://creativecommons.org/licenses/by/3.0/ Each Part is copyrighted by and should be attributed to its respective author(s). See commit details to find the authors of each Part.

If you are uploading parts to this repository, please make sure you are the author of the model, or otherwise that you have right to share it here under the CC-BY 3.0 license, and make sure the author is mentioned in the commit message.

Install

The library is a simple container for FreeCAD (.fcstd) and STEP (.stp) files. You can download it anywhere and import its files in your FreeCAD projects. Inside the library, there is also a FreeCAD macro (PartsLibrary.FCMacro) that you can edit (you must change the path to your Library) and place in your FreeCAD macros folder. That macro creates a browser window inside FreeCAD, from which you can easily add the parts by double-clicking them.