How to install additional workbenches/es


Base ExampleCommandModel.png Tutorial

Tema
Programming
Nivel
Medium programmer
Tiempo para completar
15 minutes
Autor
r-frank
Versión de FreeCAD
All
Archivo(s) de ejemplo(s)
None


Description

Power users have extended FreeCAD with various custom external workbenches, that are not integrated into the FreeCAD source code (yet!), but are easy to install on an existing FreeCAD installation. Here we will cover the installation methods for the different operating systems.

Note Starting from version 0.17, FreeCAD features an addons manager in the Tools menu, that allows to easily install a series of external workbenches. The instructions below are only necessary if you are running an earlier version, or if you want to install a workbench that is not in the list offered by the addons manager.

Installing on Windows

Recommended installation method

Use the addons-installer from Github.
During Google Summer of Code 2016 student Mandeep Singh started work on an improved
version (available here) but that version needs further work before it can be fully integrated in FreeCAD.

Alternative installation method “manual install”

Additional Recommendation for upating workbenches

On windows, when updating an already installed workbench, Windows keeps the old .py files as .pyc.
Since this may lead to trouble, it is recommended to uninstall the workbench, restart FreeCAD and install
the new version of the workbench.


Installing on Linux (Ubuntu/Mint)

Recommended installation method

Adding the community-ppa within the ppa-manager.
Installing the workbenches via synaptic packet manager.

Alternative installation method “Installing via Git”

$ sudo apt-get install git python-numpy python-pyside
$ mkdir ~/.FreeCAD/Mod
$ cd ~/.FreeCAD/Mod
$ git clone https://github.com/hamish2014/FreeCAD_assembly2.git 

FreeCAD you will now have a new workbench-entry called "Assembly 2". Once installed, use git to upgrade to the latest version through BASH as follows

$ cd ~/.FreeCAD/Mod/FreeCAD_assembly2
$ git pull
$ rm *.pyc 

Alternative installation method “manual install”

Installing on Mac

Recommended installation method


Alternative installation method “manual install” - here a description for the workbench "assembly2"


Copy or unzip the drawing dimensioning folder to the directory FreeCAD.app/Contents/Mod where FreeCAD.app is the folder where FreeCAD is installed.

General troubleshooting


Online version: "http://www.freecadweb.org/wiki/index.php?title=How_to_install_additional_workbenches/es&oldid=256998"

Navigation menu