Delete i3-anti-vib.scad

This commit is contained in:
akukan 2017-11-29 17:24:31 +01:00 committed by GitHub
parent 1c069488bb
commit 1f44ea04ba
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]);
}