Delete i3-anti-vib.scad

This commit is contained in:
akukan 2018-08-28 17:27:13 +02:00 committed by GitHub
parent 35b2402901
commit f5b4d9bb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
difference(){
translate([-10,0,0])rotate([0,0,-45])cube([30,30,13]);
translate([4.8+22,0,-1])cylinder(r=4.8, h=15,$fn=40);
translate([4.8+24,0,-1])cylinder(r=4.8, h=15,$fn=40);
translate([-30,-15,-1])cube([30,30,15]);
}