Case: Clean up boss drills.

This commit is contained in:
Jared Boone 2017-06-06 10:56:50 -07:00
parent b0b027d557
commit 3e8a3d8b9a
2 changed files with 3 additions and 7 deletions

View File

@ -36,10 +36,8 @@ case_bumper_inset_from_pcb_edge = case_radiused ? 14.0 : 12.0;
mounting_drills = [
[4, 4],
[66, pcb_w - 4],
[116, 4],
[4, pcb_w - 4],
[71, pcb_w - 44],
[116, pcb_w - 4]
];

View File

@ -18,11 +18,9 @@ module attach_center() {
module pcb_supports() {
translate(mounting_drills[0]) attach_corner();
// 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[5]) rotate(180) attach_corner();
translate(mounting_drills[1]) rotate(90) attach_corner();
translate(mounting_drills[2]) rotate(270) attach_corner();
translate(mounting_drills[3]) rotate(180) attach_corner();
}
module pcb_attach_drill_outline() {