Thingiverse
Shower screen guide
by elswork
2
Downloads
1
Likes
0
Makes
Use mirror to print the suitable piece
Generated with http://openjscad.org/
function main() {
return union(
cylinder({r: 1, h: 0.3}).translate([0,0,0]).scale([10,18,10])
.subtract(cylinder({r: 1.5, h: 0.3}).translate([0,0,0]).scale([1,1,10]))
.subtract(cube(20,20,2).translate([-10,10,0])),
cylinder({r: 1, h: 0.35}).translate([0,0,0.3]).scale([8,16,10])
.subtract(cylinder({r: 1, h: 0.35}).translate([0,0,0.3]).scale([5,12,10]))
.subtract(cube(20,2
Generated with http://openjscad.org/
function main() {
return union(
cylinder({r: 1, h: 0.3}).translate([0,0,0]).scale([10,18,10])
.subtract(cylinder({r: 1.5, h: 0.3}).translate([0,0,0]).scale([1,1,10]))
.subtract(cube(20,20,2).translate([-10,10,0])),
cylinder({r: 1, h: 0.35}).translate([0,0,0.3]).scale([8,16,10])
.subtract(cylinder({r: 1, h: 0.35}).translate([0,0,0.3]).scale([5,12,10]))
.subtract(cube(20,2
Sign in to leave a comment
Sign in