Fasteners Workbench in FreeCAD: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
=Installing=
=Installing=


Download as in here:
{{Hint|For FreeCAD v0.16 the most updated version of the workbench is [https://github.com/shaise/FreeCAD_FastenersWB/archive/b52ca7881dd385917172e3534c70b475db8091b5.zip v0.3.22]}}
 
Download the archive (.zip) file here:


http://theseger.com/projects/2015/06/fasteners-workbench-for-freecad/
http://theseger.com/projects/2015/06/fasteners-workbench-for-freecad/


and copy to /Mod directory of FreeCAD like here:
Extract the contents of the archive to a directory named 'Fasteners' and copy to a new directory named 'Mod' within the '.FreeCAD' directory in your $HOME as follows:


marcin@Precision-M6500:~/.FreeCAD/Mod$ cp -r /home/marcin/Desktop/Fasteners /home/marcin/.FreeCAD/Mod
<pre>
cd /tmp
wget http://theseger.com/projects/wp-content/uploads/2015/06/Fasteners_V0.2.15.zip
unzip Fasteners_V0.2.15.zip
mkdir $HOME/.FreeCAD/Mod
mv Fasteners $HOME/.FreeCAD/Mod/
</pre>

Latest revision as of 15:58, 15 March 2021

Introduction

Allows you to make nuts, bolts, threaded rods of many sizes and types. Threads are accurate and to standards.

Installing

HintLightbulb.png Hint: For FreeCAD v0.16 the most updated version of the workbench is v0.3.22

Download the archive (.zip) file here:

http://theseger.com/projects/2015/06/fasteners-workbench-for-freecad/

Extract the contents of the archive to a directory named 'Fasteners' and copy to a new directory named 'Mod' within the '.FreeCAD' directory in your $HOME as follows:

cd /tmp
wget http://theseger.com/projects/wp-content/uploads/2015/06/Fasteners_V0.2.15.zip
unzip Fasteners_V0.2.15.zip
mkdir $HOME/.FreeCAD/Mod
mv Fasteners $HOME/.FreeCAD/Mod/