From cb63e183bf38e5807342233f1db4bd7cae679aa5 Mon Sep 17 00:00:00 2001 From: Uri Shabi Date: Sun, 28 Jan 2024 14:30:03 +0200 Subject: [PATCH] add usage section to the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index db55cf5b..96a2cede 100755 --- a/README.md +++ b/README.md @@ -69,7 +69,16 @@ macro (PartsLibrary.FCMacro) that you can place in your FreeCAD macros folder. T a browser window inside FreeCAD, from which you can easily add the parts by double-clicking them. ![](http://www.freecadweb.org/wiki/images/c/c5/Parts-library.jpg) +Usage +----- +1. Make sure FreeCAD was restarted after installing the PartsLibrary addon +2. Launch the execute macro window (Macro menu => macros...) +3. Execute the PartsLibrary.FCMacro +4. If the macro asks for the folder for the Parts Library point it in to the right folder (under Windows11 it should be under C:\Users\%username%\AppData\Roaming\FreeCAD\Mod\parts_library or %appdata%\FreeCAD\Mod\parts_library) +5. The parts library should open on the right side, double click on a part to add it to your current model + +Start the PartsLibrary.FCMacro from Sharing your models from the macro ----------------------------------