FreeCAD Assembly Workbench: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "The one to use is Asseembly2 workbench: https://github.com/hamish2014/FreeCAD_assembly2")
 
No edit summary
Line 2: Line 2:


https://github.com/hamish2014/FreeCAD_assembly2
https://github.com/hamish2014/FreeCAD_assembly2
=Installing=
Clone the Assembly 2 github repo directly into your '.FreeCAD/Mod/' directory (which also allows easy updates with `git pull` in the future) as follows:
<pre>
mkdir $HOME/.FreeCAD/Mod
cd $HOME/.FreeCAD/Mod
git clone https://github.com/hamish2014/FreeCAD_assembly2.git
</pre>
You will now have access to the 'Assembly 2' workbench the next time you close & restart FreeCAD.

Revision as of 17:41, 1 June 2017

The one to use is Asseembly2 workbench:

https://github.com/hamish2014/FreeCAD_assembly2

Installing

Clone the Assembly 2 github repo directly into your '.FreeCAD/Mod/' directory (which also allows easy updates with `git pull` in the future) as follows:

mkdir $HOME/.FreeCAD/Mod
cd $HOME/.FreeCAD/Mod
git clone https://github.com/hamish2014/FreeCAD_assembly2.git

You will now have access to the 'Assembly 2' workbench the next time you close & restart FreeCAD.