Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 3D models of audio jacks #254

Merged
merged 1 commit into from
Dec 31, 2018
Merged

Added 3D models of audio jacks #254

merged 1 commit into from
Dec 31, 2018

Conversation

Misca1234
Copy link
Contributor

@Misca1234 Misca1234 commented Dec 31, 2018

Added a number of 3D models fo the audio jacks

3D model push
KiCad/kicad-packages3D#495

3D model script push
#254

bild

bild

bild

bild

bild

@easyw easyw merged commit 87bae52 into easyw:master Dec 31, 2018
@easyw
Copy link
Owner

easyw commented Dec 31, 2018

Wow, very nice!!! :Hooray:

@Misca1234
Copy link
Contributor Author

Thx, is not one of them yours ?

@Misca1234 Misca1234 deleted the Audio_Jack branch December 31, 2018 16:05
@easyw
Copy link
Owner

easyw commented Dec 31, 2018

no, I just needed a model some time ago and I had to search at online 3d repos... better having them in kicad official repos 😄

@Franck78
Copy link
Contributor

Franck78 commented Sep 24, 2020

RED jack in the corner have pins inverted (Y only)

Changes the Y sign and it's OK (eg swap 3.25 & -3.25)

diff --git a/cadquery/FCAD_script_generator/Connector_Audio/cq_audio_jack_qingpu.py b/cadquery/FCAD_script_generator/Connector_Audio/cq_audio_jack_qingpu.py
index 0fbcfd1..13e962f 100644
--- a/cadquery/FCAD_script_generator/Connector_Audio/cq_audio_jack_qingpu.py
+++ b/cadquery/FCAD_script_generator/Connector_Audio/cq_audio_jack_qingpu.py
@@ -551,7 +551,7 @@ class cq_audio_jack_qingpu():
 
             A1 = 0.01,                                      # Body-board separation
 
-            pin = [['smd', -3.175, 3.25, 1.2, 2.5, 0.2], ['smd', -0.175, 3.25, 1.2, 2.5, 0.2], ['smd', 3.825, 3.25, 1.2, 2.5, 0.2], ['smd', 4.925, -3.25, 1.2, 2.5, 0.2]],
+            pin = [['smd', -3.175, -3.25, 1.2, 2.5, 0.2], ['smd', -0.175, -3.25, 1.2, 2.5, 0.2], ['smd', 3.825, -3.25, 1.2, 2.5, 0.2], ['smd', 4.925, 3.25, 1.2, 2.5, 0.2]],
             npthpin = [['pin', -4.775, 0.0, 1.5, 2.0], ['pin', 2.225, 0.0, 1.5, 2.0]],
             body_top_color_key  = 'metal aluminum',         # Top color
             body_color_key      = 'red body',               # Body color

@Franck78 Franck78 mentioned this pull request Sep 28, 2020
@Franck78 Franck78 mentioned this pull request Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants