Skip to content

hasecilu/StemfieWB

 
 

Repository files navigation

STEMFIE Workbench

Contributions welcome license FreeCAD Addon Manager pre-commit enabled Code style: black GitHub Tag Common Changelog

FreeCAD workbench for the STEMFIE construction system.

Available components

Installation

Automatic Installation

The recommended way to install STEMFIE is via FreeCAD's Addon Manager under Tools > Addon Manager dropdown menu.

Search for STEMFIE in the workbench category.

Manual installation

The install path for FreeCAD modules depends on the operating system used.

To find where is the user's application data directory enter next command on FreeCAD's Python console.

App.getUserAppDataDir()

Examples on different OS

  • Linux: /home/user/.local/share/FreeCAD/Mod/
  • macOS: /Users/user/Library/Preferences/FreeCAD/Mod/
  • Windows: C:\Users\user\AppData\Roaming\FreeCAD\Mod\

Use the CLI to enter the Mod directory and use Git to install STEMFIE:

git clone https://github.com/bilbaomakers/StemfieWB STEMFIE

If you are updating the code, restarting FreeCAD is advised.

Changelog

Read our CHANGELOG file to know about the latest changes.

Contributing

Read our CONTRIBUTING file to know about ways how to help on the workbench.

Links

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%