Skip to content

Instantly share code, notes, and snippets.

View jay3sh's full-sized avatar

Jayesh Salvi jay3sh

View GitHub Profile
@jay3sh
jay3sh / chainwheel.py
Created June 11, 2011 06:59
Caterpillar Chain Wheel
#!/usr/bin/python
#
# Caterpillar Chain Wheel
# derived from OpenSCAD script from http://www.thingiverse.com/thing:8877
#
import sys
from math import *
from cadmium import *
@jay3sh
jay3sh / parametric-bushing.py
Created June 11, 2011 06:30
Parametric Bushing generated using Cadmium
#!/usr/bin/python
#
# Parametric bushing
# derived from OpenSCAD script from http://www.thingiverse.com/thing:8697
#
from math import *
from cadmium import *
def generate(height, radius, hole_r, border, recess, num_support):