Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
3D-models
/
naaimachine
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add kabelklem model
master
Wouter Horlings
hace 4 años
padre
db0e11339e
commit
f9f2842a66
Se han
modificado 1 ficheros
con
33 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+33
-0
kabelklem/kabelklem.scad
+ 33
- 0
kabelklem/kabelklem.scad
Ver fichero
@@ -0,0 +1,33 @@
$fn = $preview ? 16 : 72;
module test(){
difference(){
cylinder(r=5, h = 4);
cylinder(r=3, h = 4);
}
}
module screw_hole(){
difference(){
cylinder(d=9.34, h=7);
cylinder(d=3.9, h=9);
}
}
difference(){
hull(){
translate([7,0,0])
cylinder(d=9.34, h=7);
translate([-7,0,0])
cylinder(d=9.34, h=7);
}
translate([7,0,0])
cylinder(d=3.9, h=9);
translate([-7,0,0])
cylinder(d=3.9, h=9);
translate([0,0,-4.5])
rotate([90,0,0])
cylinder(r=7,center=true,h=20);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar