Outils pour utilisateurs

Outils du site


wiki:projets:chambre_a_brouillard_3:raccords

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
wiki:projets:chambre_a_brouillard_3:raccords [2019/07/03 08:53]
Christian Simon
wiki:projets:chambre_a_brouillard_3:raccords [2019/07/03 10:11] (Version actuelle)
Christian Simon
Ligne 22: Ligne 22:
  
 module petit_cote() { module petit_cote() {
-    cylinder(hp, dpi,dpe); +    cylinder(h=hp, d1=dpi,d2=dpe); 
-    translate([0,0,hp]) cylinder(hp, dpi,dpe); +    translate([0,0,hp]) cylinder(h=hp, d1=dpi,d2=dpe); 
-    translate([0,0,2*hp]) cylinder(hp, dpi,dpe);+    translate([0,0,2*hp]) cylinder(h=hp, d1=dpi,d2=dpe);
 } }
  
 module grand_cote() {  module grand_cote() { 
-    cylinder(hg, dgi,dge); +    cylinder(h=hg, d1=dgi,d2=dge); 
-    translate([0,0,hg]) cylinder(hg, dgi,dge); +    translate([0,0,hg]) cylinder(h=hg, d1=dgi,d2=dge); 
-    translate([0,0,2*hg]) cylinder(hg, dgi,dge);+    translate([0,0,2*hg]) cylinder(h=hg, d1=dgi,d2=dge);
 } }
  
 module adaptateur() { module adaptateur() {
-    difference() {+    difference() {{{ :wiki:projets:chambre_a_brouillard_3:adaptateur_tuyau.stl.zip |}}
         union() {         union() {
-            translate([0,0,-4*hp]) petit_cote(); +            translate([0,0,-3*hp]) petit_cote(); 
-            rotate([180,0,0]) translate([0,0,-4*hg]) grand_cote(); +            rotate([180,0,0]) translate([0,0,-3*hg]) grand_cote(); 
-            translate([0,0,0]) cylinder(d=2*dpe, h=hg+hp,center=true);+            translate([0,0,0]) cylinder(d=dpe, h=hg,center=true);
             }             }
-        cylinder(d=2*dpe-2*e, h=5*hg+5*hp,center=true);+        cylinder(d=dpe-e, h=5*hg+5*hp,center=true);
         }         }
                  
Ligne 48: Ligne 48:
 </code> </code>
  
 +{{ :wiki:projets:chambre_a_brouillard_3:adaptateur_tuyau.stl.zip |}}
wiki/projets/chambre_a_brouillard_3/raccords.1562144005.txt.gz · Dernière modification: 2019/07/03 08:53 de Christian Simon