Clone the repo (or download the zip) and put the folder in FreeCAD's preferences /Mod
folder.
To find where this folder is located on your system, enter this command into FreeCAD's Python console:
App.getUserAppDataDir()
Navigate to this folder, open the /Mod
folder there and put the repo folder in there. Restart FreeCAD.
This workbench provides the following functions/utilities:
Create PartInfo AttributesThis adds a new property group "PartInfo" to the selected object(s) where you can store additional part infos:
- Material
- Description
This adds a new Spreadsheet to the current document with a parts list of all selected objects. These spreadsheets can then be further processed, added to TechDraw drawings etc.
The spreadsheet contains the following columns:
- Pos
- Count
- Name (Label of the part)
- Material (from PartInfo above)
- Description (from PartInfo above)
- Width
- Length
- Height
The files will be created in the current document directory.
Copy editable fields to subsequent pages.The content of the editable fields are copied from the first page to subsequent pages.
(will be continued...)