Skip to content

Commit

Permalink
Add script to generate axial THT diodes DO-204
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Sep 15, 2023
1 parent f28a2d6 commit a893870
Show file tree
Hide file tree
Showing 3 changed files with 1,420 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cadquery_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
from OCP.Message import Message, Message_Gravity # type: ignore


class StepConstants:
THT_LEAD_SOLDER_LENGTH = 3.0 # Lead length on the PCB solder side


class StepColor:
LEAD_SMT = cq.Color('gainsboro')
LEAD_THT = cq.Color('gainsboro')


class StepAssembly:
Expand Down
Loading

0 comments on commit a893870

Please sign in to comment.