Parametric handle

par fxk8y

Fichiers imprimables (1)

Description

A simple but fully customizable parametric handle.

Building

This thing is designed in SolidPython which itself is a code generator for OpenSCAD.
Building is therefore a two-step process, first you run the python script and then render the resulting scad-file with OpenSCAD.
Feel free to import it into your own SolidPython project.

Parameter description

def handle(w=100, h=35, d=15, r=20, screw_d=3.5, screw_delta=0.35, screw_l=17):

w = width measured from hole to hole
h = height measured from bottom to the center of the grip
d = diameter of grip
r = radius of the rounded corners
screw_d = outer diameter of screw
screw_delta = how deep should the screw cut into the material
screw_l = length of screw

Note that the screw_X-parameters are for self-tapping screws, this script doesn't generate threads!

Happy printing!

Tags