alternative rolle

This commit is contained in:
jayAitch256
2022-03-25 12:09:25 +01:00
parent e5f205caca
commit 01c85c8529

12
rolle_alternativ.scad Normal file
View File

@@ -0,0 +1,12 @@
$fn = 200;
cylinder(d=4, h=25);
*difference () {
union () {
translate([0,0,2 /2]) cube([10,10,2], center=true);
translate([0,0,10 / 2 + 2]) cube([10, 2, 10], center= true);
}
translate([0,1,7]) rotate(a = [90, 0, 0]) cylinder(d=4.2, h=2);
}