Case: Remove two bosses in center and along side of PCB.

This commit is contained in:
Jared Boone 2017-04-25 10:43:04 -07:00
parent bf7f5d2567
commit 023a68ba1d

View File

@ -18,10 +18,10 @@ module attach_center() {
module pcb_supports() {
translate(mounting_drills[0]) attach_corner();
translate(mounting_drills[1]) rotate(90) attach_side();
// translate(mounting_drills[1]) rotate(90) attach_side();
translate(mounting_drills[2]) rotate(90) attach_corner();
translate(mounting_drills[3]) rotate(270) attach_corner();
translate(mounting_drills[4]) attach_center();
// translate(mounting_drills[4]) attach_center();
translate(mounting_drills[5]) rotate(180) attach_corner();
}