Parametric handle
por fxk8y
17
Descargas
12
Likes
0
Makes
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!
### 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!
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!