Skip to content

GS90/addFC

Repository files navigation

addFC - additional tools for FreeCAD

Current version 0.3.1 - release notes.

Overview

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

At the moment it is:

  1. Bill of materials (BOM).
  2. Batch processing of sheet metal parts.
  3. Exploded view (creation and visualization) - preview.
  4. Creating a pipeline.

Description

Toolbox

  1. Open recent 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. Open an example

Documentation: english, russian.

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:

The easiest way to install is to use the Python package management system - pip:

  • pip install ezdxf
  • pip install numpy

License

LGPL-2.1-or-later

Workbench icons

Releases

No releases published

Packages

No packages published

Languages