Skip to content

Instantly share code, notes, and snippets.

View greendesertsnow's full-sized avatar

Mehmet Fatih Pazarbaşı greendesertsnow

View GitHub Profile
# This script creates ABENICS (half of) cross gear in FreeCAD
import FreeCAD as App
import Part
import InvoluteGearFeature
doc = App.ActiveDocument
mod = 2.0 # gear tooth module
monopole_teeth = 12 # number of teeth
cross_teeth = monopole_teeth * 2
height = 20 # height of the monopole gear