Skip to content
Snippets Groups Projects
Commit 65974ae5 authored by fxk8y's avatar fxk8y :spider:
Browse files

Placing audio jacks

parent 4507ad3b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ module Plexiglass(alpha=0.1) {
}
module FR4(alpha=1.0) {
color([170 /255, 0, 200 /255], alpha=alpha) children();
color([150 /255, 0, 180 /255], alpha=alpha) children();
}
module Solder(alpha=1.0) {
......
......@@ -90,6 +90,9 @@ module pcb3D(pcb_t=pcb_t()) {
rotate([0, 0, 180])
terminal3();
for (ty=[-aj_y(), aj_y()-aj_sy()])
translate([aj_x(), ty, pcb_t()])
audioJack();
}
}
......@@ -151,7 +154,7 @@ module terminal3() {
// aj = audio jack
function aj_x() = -12.25;
function aj_y() = -12.25;
function aj_y() = pcb_h()/2;
function aj_h() = 5.0;
function aj_sx() = 12.4;
function aj_sy() = 11.7;
......@@ -163,6 +166,6 @@ module audioJack() {
}
audioJack();
// audioJack();
// pcb3D();
pcb3D();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment