projet crepp_git/crepp-projects/jardi-crepp · branche main
Réducteur semoir.scad Voir sur GitLab
difference() {

union() {
    
    cylinder(r=6, h=6, center=true, $fn=80);
    translate([0,0,5]) cylinder(r=5.1, h=5, center=true, $fn=80);
    
}
    cylinder(r=4, h=20, center=true, $fn=80);

}