alternative rolle
This commit is contained in:
12
rolle_alternativ.scad
Normal file
12
rolle_alternativ.scad
Normal 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);
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user