Skip to content

Latest commit

 

History

History
125 lines (70 loc) · 3.17 KB

README.md

File metadata and controls

125 lines (70 loc) · 3.17 KB

addFC - additional tools for FreeCAD

Current version 0.7.5 - release notes.

Overview

This workbench contains tools that simplify the solution of some tasks in FreeCAD.

At the moment it is:

  1. Generate a BOM based on the model.
  2. Batch processing of sheet metal parts.
  3. Creation of design documentation.
  4. Exploded view (creation and visualization) - preview.
  5. Creating a pipeline.
  6. Process automation.

Preview

Bill of materials - BOM:

Bill of materials - BOM

Pipeline and pipe fittings:

Pipeline and pipe fittings

Explosion (30 FPS):

Explosion (30 FPS)

Description

Toolbox

  1. Open last working file
  2. Isometry and fit all
  3. Run the model control file
  4. Bill of materials - BOM
  5. Add properties to an object
  6. Creating a pipe by points
  7. Exploded view
  8. Create a drawing based on a template
  9. Documentation, help and examples

Documentation

Documentation available in PDF format:

FreeCAD forum thread

Notes

The workbench is under development.

Testing is performed on stable versions (0.20 and 0.21) of FreeCAD.

Potential sheet metal issues when working in version 1.0...

If you encounter problems after the update, try deleting the preferences directory:

FreeCAD/Mod/addFC/pref

Installation

Addon Manager

This workbench is available through the FreeCAD Addon Manager (menu Tools > Addon Manager). It is called addFC Workbench in the Addon Repository.

Manual Installation (Click to expand)

Manual installation

Download the archive, unzip it and move the addFC folder to the directory containing all additional FreeCAD modules:

  • Linux: ~/.local/share/FreeCAD/Mod
  • MacOS: ~/Library/Preferences/FreeCAD/Mod
  • Windows: C:\Users\***\AppData\Roaming\FreeCAD\Mod

Or, while in the directory with modules, use git:

git clone https://github.com/GS90/addFC

To update the module, while in the addFC directory, use:

git pull -r

Dependencies

Requirements:

  • FreeCAD >= 0.20
  • Python >= 3.10

For full functionality, you need:

When installing the workbench using Addon Manager, all dependencies (except FFmpeg) will be installed automatically.

To install additional Python modules manually, the easiest way is to use pip:

  • pip install numpy ezdxf

License

LGPL-2.1-or-later

Workbench icons