Jade Mahé

18/10/23 : Cours 

 

24/10/23: Impression 3D Fablab 

Devoirs pour le 27/10/23 :

  1.  Sphère avec bille : voir code aux bonnes dimensions plus bas.
  2. Vide poche :  voir code aux bonnes dimensions plus bas. 

image.png3rvimage.png

Problèmes rencontrés : Impression au mm au lieu de cm. (Je n'avais pas fait attention que l'on était sur une échelle en mm et non cm sur OpenSCAD.

image.png

25/10/23: 

--> Remise des maquettes en cm sur OpenSCAD. 

Codes OpenSCAD : 

Sphère avec bille  :

difference(){
color("pink")sphere(r=20, $fn=100);
   color("pink") sphere(r=15.7,$fn=100);
   color("pink")  cylinder(h=70,r=10.7, center=true, $fn=100);
    color("pink") rotate ([90,0,0]) cylinder(h=70,r=10.7, center=true, $fn=100);
   color("pink")  rotate ([0,90,0]) cylinder(h=70,r=10.7, center=true, $fn=100);
}
color("white") sphere(r=11.8,$fn=100);

Lien Fichier OpenSCAD : sphere in sphere PLUS.scad

image.png

Vide poche : 

union(){
difference(){
   color("black") cube (size=[70,70,20], center=true);
color("gold") translate([0,0,-0.7])cylinder(h=20,r=33.5,$fn=100);
}
color("gold") translate ([30,30,-14])sphere(r=6,$fn=100);
color("gold") translate ([-30,-30,-14])sphere(r=6,$fn=100);
color("gold") translate ([-30,30,-14])sphere(r=6,$fn=100);
color("gold") translate ([30,-30,-14])sphere(r=6,$fn=100);
}

Lien Fichier OpenSCAD : porte bijoux.scad

image.png

Réglages IdeaMaker  1 : 

image.png

Résultats d'impressions :

Problèmes rencontrés : Manque d'adhésion, décrochage lors de l'impression : 

image.png

Réglages IdeaMaker 2 : 

image.png

Résultats d'impressions : 

--> Utilisation de PLA blanc 

image.png

27/10/2023 : Cours 

Codes OpenSCAD : 

union(){
difference(){
cylinder(6,13,13, $fn=100);
    translate([0,0,2])cylinder(6,10.2,10.2, $fn=100);  
}
translate([0,0,6.5])cube([26,2,2], center=true);
translate([0,0,6.5])rotate (90,0,0) cube([26,2,2], center=true);
}

Lien Fichier OpenSCAD : Porte pièce.scad

image.png

Réglages IdeaMaker : 

image.pngimage.png

Résultats d'impressions : 14/11/23

--> Utilisation de PLA orange et marbré 

image.png


Revision #11
Created 25 October 2023 11:33:26 by Mahe Jade
Updated 24 January 2024 15:51:22 by Mahe Jade