Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Nov 5, 2023
1 parent 4d5a18c commit 7f0693b
Show file tree
Hide file tree
Showing 19 changed files with 552 additions and 673 deletions.
699 changes: 369 additions & 330 deletions pcb/KiCad/RedPitaya_Lockbox.kicad_pcb

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions pcb/KiCad/Supply_Ref.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -740,13 +740,11 @@
(property "ki_description" "10V Precision Reference" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "LT1236-10_0_1"
(rectangle (start 7.62 7.62) (end -7.62 0)
(symbol "LT1236-10_1_1"
(rectangle (start -7.62 7.62) (end 7.62 0)
(stroke (width 0) (type default))
(fill (type none))
(fill (type background))
)
)
(symbol "LT1236-10_1_1"
(pin no_connect line (at -6.35 -2.54 90) (length 2.54) hide
(name "NC" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
Expand Down Expand Up @@ -794,10 +792,10 @@
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.524 1.524)) hide)
)
(symbol "LT8610_0_0"
(rectangle (start -10.16 6.35) (end 10.16 40.64)
(symbol "LT8610_1_0"
(rectangle (start -10.16 40.64) (end 10.16 6.35)
(stroke (width 0) (type default))
(fill (type none))
(fill (type background))
)
)
(symbol "LT8610_1_1"
Expand Down Expand Up @@ -3049,7 +3047,7 @@
(property "Value" "10k" (at 230.632 42.037 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "custom:Pin_Header_Straight_1x03_Pitch2.54mm_Friction_Lock" (at 232.41 43.18 0)
(property "Footprint" "Connector_Molex:Molex_KK-254_AE-6410-03A_1x03_P2.54mm_Vertical" (at 232.41 43.18 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 232.41 43.18 0)
Expand Down
2 changes: 1 addition & 1 deletion pcb/KiCad/config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ preflight:
filters:
- filter: 'Custom 3D models were added to the footprints'
error: lib_footprint_mismatch
regex: 'SMA_Amphenol_132134_Vertical|Coilcraft_MSS1278T|MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm|MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm|Pin_Header_Straight_1x03_Pitch2.54mm_Friction_Lock|DIN41612_C_2x32_Male_Horizontal_THT'
regex: 'SMA_Amphenol_132134_Vertical|Coilcraft_MSS1278T|MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm|MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm|DIN41612_C_2x32_Male_Horizontal_THT'
- filter: 'Solder jumper do not work well with zone fills'
error: clearance
regex: '(?s)Polygon.*Zone' # (?s) = enable dotall mode
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion pcb/KiCad/fp-lib-table
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(fp_lib_table
(lib (name "custom")(type "KiCad")(uri "${KIPRJMOD}/footprints.pretty/custom.pretty")(options "")(descr ""))
(version 7)
(lib (name "custom")(type "KiCad")(uri "${KIPRJMOD}/footprints.pretty")(options "")(descr ""))
)
Loading

0 comments on commit 7f0693b

Please sign in to comment.