mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Case: Clean up boss drills.
This commit is contained in:
parent
b0b027d557
commit
3e8a3d8b9a
@ -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]
|
||||
];
|
||||
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user