This repo contains the 3D models created in FreeCAD using Python script
$ cd ~/.FreeCAD/Mod
$ git clone https://github.com/Preetpalkaur3701/FreeCAD_Models.git
- Run FreeCAD as
$ FreeCAD
- In Python console of FreeCAD run below commands:
from FreeCAD_Models import bishop_code
bishop_code.make_bishop_base(5, 4, 2, 20, 3, 2, 16, 2, 4, 1, 1)