Skip to content

Commit

Permalink
Fiducial: Increase silkscreen width to 0.2mm (#141)
Browse files Browse the repository at this point in the history
0.1mm was very thin, many PCB manufacturers can't handle that and the
DRC with default settings will raise a warning. Now using 0.2mm line
width which is no problem to manufacture and doesn't lead to a DRC
warning.
  • Loading branch information
ubruhin authored Jul 15, 2024
1 parent 524c641 commit b7ba4b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/7874663e-3f0f-445b-8646-71ec632dfcc2/package.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(description "Alignment marker for PCB assembly.")
(keywords "pnp,assembly,alignment,marker")
(author "U. Bruhin")
(version "0.1")
(version "0.2")
(created 2023-09-06T12:43:19Z)
(deprecated false)
(generated_by "")
Expand All @@ -19,7 +19,7 @@
(package_pad none)
)
(circle 68927cbf-a1ac-434c-bde4-ba00e4ffb8dc (layer top_legend)
(width 0.1) (fill false) (grab_area false) (diameter 2.2) (position 0.0 0.0)
(width 0.2) (fill false) (grab_area false) (diameter 2.3) (position 0.0 0.0)
)
(circle 08bc8717-1b8f-4150-bbd2-dc8ff95e1ca7 (layer top_courtyard)
(width 0.0) (fill false) (grab_area false) (diameter 2.5) (position 0.0 0.0)
Expand Down Expand Up @@ -48,7 +48,7 @@
(package_pad none)
)
(circle 68927cbf-a1ac-434c-bde4-ba00e4ffb8dc (layer top_legend)
(width 0.1) (fill false) (grab_area false) (diameter 3.2) (position 0.0 0.0)
(width 0.2) (fill false) (grab_area false) (diameter 3.3) (position 0.0 0.0)
)
(circle 08bc8717-1b8f-4150-bbd2-dc8ff95e1ca7 (layer top_courtyard)
(width 0.0) (fill false) (grab_area false) (diameter 3.5) (position 0.0 0.0)
Expand Down Expand Up @@ -77,7 +77,7 @@
(package_pad none)
)
(circle 68927cbf-a1ac-434c-bde4-ba00e4ffb8dc (layer top_legend)
(width 0.1) (fill false) (grab_area false) (diameter 1.3) (position 0.0 0.0)
(width 0.2) (fill false) (grab_area false) (diameter 1.3) (position 0.0 0.0)
)
(circle 08bc8717-1b8f-4150-bbd2-dc8ff95e1ca7 (layer top_courtyard)
(width 0.0) (fill false) (grab_area false) (diameter 1.5) (position 0.0 0.0)
Expand Down Expand Up @@ -106,7 +106,7 @@
(package_pad none)
)
(circle 68927cbf-a1ac-434c-bde4-ba00e4ffb8dc (layer top_legend)
(width 0.1) (fill false) (grab_area false) (diameter 1.8) (position 0.0 0.0)
(width 0.2) (fill false) (grab_area false) (diameter 1.8) (position 0.0 0.0)
)
(circle 08bc8717-1b8f-4150-bbd2-dc8ff95e1ca7 (layer top_courtyard)
(width 0.0) (fill false) (grab_area false) (diameter 2.0) (position 0.0 0.0)
Expand Down

0 comments on commit b7ba4b9

Please sign in to comment.