diff --git a/models/2in_core/hot_shoe_mount.scad b/models/2in_core/hot_shoe_mount.scad deleted file mode 100644 index 71b5e59..0000000 --- a/models/2in_core/hot_shoe_mount.scad +++ /dev/null @@ -1,33 +0,0 @@ -time=0; -module hot_shoe_mount() { - - difference() { - - cube([20,14.8,17.5], center=true); - - translate([0,-7.6,0]) { - cube([9.4,2.5,17.5], center=true); - } - - translate([-8.125,-0.60,0]) { - cube([3.99,10,17.5], center=true); - } - - translate([-9.65,-6.5,0]) { - cube([1,2,17.9], center=true); - } - - - translate([8.125,-0.60,0]) { - cube([3.99,10,17.5], center=true); - } - - translate([9.65,-6.5,0]) { - cube([1,2,17.9], center=true); - } - translate([0, -4, 6]) cube([6, 6, 6], center=true); - - } -} - -rotate([0,0, time]) hot_shoe_mount(); \ No newline at end of file