projet crepp_git/crepp-projects/le-pot-qui-pense · branche main
Support OLED.scad Voir sur GitLab
difference() {

cube([15,15,32], center=true);
    translate([-5,0,4])cube([15,16,32], center=true);
    translate([5,0,0])cube([6,6,10], center=true);
    
    
}