Outils pour utilisateurs

Outils du site


wiki:projets:are2018:fablab:tardis3d

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:are2018:fablab:tardis3d [2018/02/01 15:36]
JEAN Didier créée
wiki:projets:are2018:fablab:tardis3d [2018/02/05 15:53] (Version actuelle)
JEAN Didier
Ligne 1: Ligne 1:
-Voici le code complet du logiciel OpenSCAD pour obtenir ce TARDIS (à améliorer !)+====== Tests d'utilisation au Fablab en ARE ======
  
-{{ :wiki:projets:are2018:fablab:tardis.png?nolink&400 |}}+===== Impression 3D TARDIS =====
  
-CODE SOURCE : 
  
-+=== Le TARDIS ===
-     +
-    difference(){ +
-union(){//bloc de base +
-color("blue")  +
-cube([50,50,107]);//boite+
  
-translate([-3.75,-3.75,0]) 
-cube([57.5,57.5,5]);//foot 
  
-//barres +Il a été conçu dans le cadre de l'ARE Fablab 2018 (voir [[wiki:projets:are2018:fablab:projet3|ICI]]). 
-color("green"+{{ :wiki:projets:are2018:fablab:tardis.png?nolink&400 |}}
-translate([-1,-1,0]) +
-cube([3,3,100]); +
-color("green"+
-translate([49.5,0.5,50]) +
-cube([3,3,100],center=true); +
-color("green"+
-translate([49.5,49.5,50]) +
-cube([3,3,100],center=true); +
-color("green"+
-translate([0.5,49.5,50]) +
-cube([3,3,100],center=true);+
- +
-//portes(enfoncement) +
-union(){ +
-translate([5,0,5])//1Y +
-cube([40,0.5,87]); +
-translate([5,49.5,5])//2Y +
-cube([40,0.5,87]); +
-translate([0,5,5])//1X +
-cube([0.5,40,87]); +
-translate([49.5,5,5])//2X +
-cube([0.5,40,87]); +
-} +
-}+
  
-{//barreVerticalePorte 1Y +{{ :wiki:projets:are2018:fablab:tardis.rar |Code source et fichier STL}}
-translate([25,0,50]) +
-cube([2,1,100],center=true); +
-//BarreVerticalePorte2Y +
-translate([25,50,50]) +
-cube([2,1,100],center=true); +
-//barreVerticalePorte1X +
-translate([0,25,50]) +
-cube([1,2,100],center=true); +
-//barreVerticalePorte2X +
-translate([50,25,50]) +
-cube([1,2,100],center=true); +
-    } +
-{//header +
-color("red"+
-translate([-3.75,-3.75,93.5]) +
-cube([57.5,57.5,10]); +
-color("pink"+
-translate([2,2,107]) +
-cube([46,46,5]); +
-color("fuchsia"+
-translate([4.5,4.5,112]) +
-cube([41,41,5.5]); +
-} +
-{//lampe +
-color("lime"+
-translate([25,25,117.5]) +
-cylinder(h=1, d=6,$fn=30); +
-color("chocolate"+
-translate([25,25,118.5]) +
-cylinder(h=4,d=4.5, $fn=30); +
-color("steelblue"+
-translate([25,25,122.5]) +
-sphere(d=4.5,$fn=30);}+
  
 +<note important>Il est recommandé de vérifier les paramètres d'impression et de changer d'échelle (5h sinon)</note>
 +<fc #4682b4>Temps d'impression : </fc><fc #ff0000>1h13</fc>
  
-{//fenetres face 1 Y +<fc #4682b4>Masse de plastique : </fc><color #ed1c24>17.3g</color>
-a=67; +
-l=15; +
-p=2; +
-h=22; +
-translate([7,0,a]) +
-cube([l,p,h]); +
-translate([28,0, a]) +
-cube([l,p,h]); +
-//fin fenetres 1Y +
-    +
-+
-{//fenetres face 2 Y +
-a=67; +
-l=15; +
-p=2; +
-h=22; +
-translate([7,48,a]) +
-cube([l,p,h]); +
-translate([28,48, a]) +
-cube([l,p,h]); +
-//fin fenetres 2Y +
-    +
-+
-{//fenetres face 1 X +
-a=67; +
-l=15; +
-p=2; +
-h=22; +
-translate([0,7,a]) +
-cube([p,l,h]); +
-translate([0,28, a]) +
-cube([p,l,h]); +
-//fin fenetres 1X +
-    +
-+
-{//fenetres face 2 X +
-a=67; +
-l=15; +
-p=2; +
-h=22; +
-translate([48,7,a]) +
-cube([p,l,h]); +
-translate([48,28, a]) +
-cube([p,l,h]); +
-//fin fenetres 1Y +
-    +
-+
-}+
  
 +<fc #4682b4>Paramètres d'impression : </fc><fc #ff0000>Densité la plus faible, échelle 1/2, vitesse rapide.</fc>
  
-translate([8.5,0,a-19]) 
-cube([l-3,p,h-7]); //panneau 
  
  
wiki/projets/are2018/fablab/tardis3d.1517499409.txt.gz · Dernière modification: 2018/02/01 15:36 de JEAN Didier