• Stars
    star
    1,112
  • Rank 40,138 (Top 0.9 %)
  • Language
    HTML
  • Created almost 11 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A library of Parts for FreeCAD. WARNING - This library is huge. It might take a long time to download and make the addons manager unresponsive for many minutes.

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 made some interesting objects with FreeCAD, why not share them here? Others might find them useful. The procedure is simple:

  1. Create a github account for yourself
  2. Fork this repository using the "Fork" button on the top right corner of this page
  3. Follow the github instructions to clone your fork on your computer
  4. Make all the changes you need, create more folders if necessary, and place your files in them
  5. Upload (push) your changes to your fork on github (refer to the github help for instructions)
  6. When your fork has been updated, you can submit a pull request to have your changes merged into the official library. A member of the community will review your proposed additions and accept the merge.

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.

Note: Please DO NOT use accented characters in your file names, thanks!!!

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

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

As the library is part of the FreeCAD addons, the easiest way to install and keep the library updated is through the addons installer, where you will find it there under the name 'parts_library'.

Warning: the library is huge in size (+/- 5 Gb) and therefore might take a very long time to download

There are currently two workarounds to this problem:

  1. You can download and install this library manually by following these steps:
  • In FreeCAD, find which is your user modules folder by entering or pasting App.getUserAppDataDir()+"Mod" and your usr macros folder by entering App.getUserMacroDir() in the Python console (found under menu View->Panels)
  • Download the library as a zip file using the green "clone or download" button in the top right corner of this page
  • Unzip the zip file you just downloaded. You will get a "FreeCAD-library" folder
  • Rename that folder from "FreeCAD-library" to "parts_library"
  • Move that renamed folder to the modules folder location that we got above
  • Inside the FreeCAD-library folder, you will find a PartsLibrary.FCMacro file. Copy that file to the macros folder that we got above
  • Restart FreeCAD. The parts library will be installed, and the addons manager will recognize it as installed. You can launch and use the library by executing the PartsLibrary macro from menu Macro -> Macros...
  1. The BIM addon has a Library tool that features an experimental "online" option. With that option enabled, the BIM Library tool is able to access and use this library online, without the need to install it.

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 a FreeCAD macro (PartsLibrary.FCMacro) that you can 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.

Sharing your models from the macro

The macro also allows a couple of other possibilities, such as adding new objects, and sharing your objects with others. To share, you will need the python-git package installed on your computer, and an online git repository you have permission to write to. The easiest way to obtain that is using the "fork" button on top of this github page.

Once you have made your fork, you will get an URL from it, that you can use in the macro's config dialog. After that, once you have saved your models to the library, you can push them to your online git repository, and, if you wish, make a pull request on this page to see your models integrated to the official library.

More Repositories

1

FreeCAD

This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
C++
17,034
star
2

FreeCAD-addons

A convenient gathering of useful and well-developed FreeCAD plugins made by the community.
651
star
3

FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images
Python
203
star
4

FreeCAD-render

The Render workbench
Python
137
star
5

FreeCAD-macros

A repository for FreeCAD macros
Python
135
star
6

Examples

A storage location for all kinds of example FreeCAD files
61
star
7

homebrew-freecad

Homebrew recipes for FreeCAD
Ruby
49
star
8

FreeCAD_Conda

conda recipes for freecad and dependencies of freecad
Dockerfile
39
star
9

FreeCAD-documentation

An automatic markdown-based conversion of the FreeCAD wiki. Please no pull requests for the time being, edit the wiki instead, thanks!
Python
37
star
10

freecad.workbench_starterkit

template for a FreeCAD workbench / module
Python
35
star
11

DevelopersHandbook

A handbook about FreeCAD development
HTML
31
star
12

FreeCAD-symbols

A repository of SVG symbols to be used in FreeCAD's Drawing pages
Python
29
star
13

FPA

The FreeCAD Project Association
Python
23
star
14

freecad.ship

ship-workbench for freecad
Python
21
star
15

FreeCAD-Homepage

The homepage at http://www.freecad.org
CSS
19
star
16

FreeCAD-LibPack

Library collection to compile FreeCAD on Windows
18
star
17

FreeCAD-Help

A new Help system for FreeCAD
Python
9
star
18

FreeCAD-Getting-Started

FreeCAD Getting Started Wizard
C++
8
star
19

FreeCAD-Enhancement-Proposals

FreeCAD-Enhancement-Proposals (FEP's)
8
star
20

freecad.plot

Python
8
star
21

FreeCAD-ports-cache

FreeCAD ports cache to reduce Travis-CI build times for Mac OS X
Shell
8
star
22

FreeCAD-icons

FreeCAD icon themes repository
Python
7
star
23

FreeCAD-snap

The official Snap package of the FreeCAD project
Python
7
star
24

SourceDoc

The source documentation of FreeCAD, generated with 'make WebDoc'
HTML
7
star
25

FreeCAD-translations

Repository tracking localization issues and progress
Shell
5
star
26

FreeCAD-Doc

Synced FreeCAD online documentation
HTML
4
star
27

API

This repo contains the FreeCAD API docs generated with "make WebDoc"
HTML
3
star
28

issues-backup

backup of issues and pull requests
Python
3
star
29

Docker

FreeCAD development & deployment with Docker
3
star
30

FreeCAD-CI

all in the regard of CI
Python
2
star
31

ArchDesign

experimental rewrite of Arch based on Geofeature and Origin Group Assembly concepts
Python
2
star
32

FreeCAD-WebServices

Administrative tools for the FreeCAD project's web services
Ruby
2
star
33

FreeCAD-documentation-docusaurus

Documentation of the FreeCAD software made using Docusaurus
JavaScript
1
star
34

FreeCAD-blog

Source for generated blog at freecad.github.io
Python
1
star
35

freecad.github.io

A generated static-site FreeCAD news blog powered by Nikola
HTML
1
star