Add a description here.
- FreeCAD the FOSS 3D CAD/CAM Modeler >=
v0.17
Clone this git repository in to your FreeCAD/Mod
directory
cd ~/.FreeCAD/Mod`
git clone https://github.com/Preetpalkaur3701/FreeCAD_Furniture_Library.git`
Open FreeCAD and its Python console.
Paste the following code in to the FC python console
from FreeCAD_Furniture_Library import drum1
drum1.drum(4, 8, 3, 5, 2)
Paste the following code in to the FC python console
from FreeCAD_Furniture_Library import table_1
table_1.table(6, 6, 2, 2, 8)