From f5b4d9bb4d235d06202d4a1b77b1514d3f4e5d94 Mon Sep 17 00:00:00 2001 From: akukan Date: Tue, 28 Aug 2018 17:27:13 +0200 Subject: [PATCH] Delete i3-anti-vib.scad --- Printed-Parts/scad/i3-anti-vib.scad | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 Printed-Parts/scad/i3-anti-vib.scad diff --git a/Printed-Parts/scad/i3-anti-vib.scad b/Printed-Parts/scad/i3-anti-vib.scad deleted file mode 100755 index bdaf944..0000000 --- a/Printed-Parts/scad/i3-anti-vib.scad +++ /dev/null @@ -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]); -} \ No newline at end of file