From a87b59ebc8ff17bb72b05b74102e49062cd0720f Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 1 Jul 2013 12:02:32 -0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e444896d..dcfff3d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ FreeCAD-library =============== -A library of Parts for FreeCAD. +This repository contains a library of Parts to be used by FreeCAD. +These parts are freely available to download, and are meant to be later integrated into a +better Parts management system inside FreeCAD itself. + +If you are interested in contributing to this library, please ask for write access to this repository +on this FreeCAD forum thread: https://sourceforge.net/apps/phpbb/free-cad/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. They should also be as simple as possible, and parametric +so users can easily change their dimensions.