Skip to content

bilbaomakers/StemfieWB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stemfie Workbench

license FreeCAD Addon Manager GitHub Tag

FreeCAD workbench for the STEMFIE construction system.

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

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