Remove hot_shoe_mount file added in error

This commit is contained in:
mmcwilliams 2017-10-08 15:19:54 -04:00
parent f925f5df61
commit 84154c3014
1 changed files with 0 additions and 33 deletions

View File

@ -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();