Optimize / compress layout (Analog, Digital in) -> vertical D, R

This commit is contained in:
jonny 2024-10-30 15:39:33 +01:00
parent 8dc3a19aea
commit 38fc5947ba
4 changed files with 4445 additions and 6069 deletions

View File

@ -2633,7 +2633,7 @@
(symbol (symbol
(lib_id "Device:R_Network08_Split") (lib_id "Device:R_Network08_Split")
(at 153.67 82.55 0) (at 153.67 82.55 0)
(unit 1) (unit 6)
(exclude_from_sim no) (exclude_from_sim no)
(in_bom yes) (in_bom yes)
(on_board yes) (on_board yes)
@ -3358,7 +3358,7 @@
(justify left) (justify left)
) )
) )
(property "Footprint" "Diode_THT:D_DO-15_P10.16mm_Horizontal" (property "Footprint" "Diode_THT:D_DO-15_P5.08mm_Vertical_KathodeUp"
(at 88.9 102.87 0) (at 88.9 102.87 0)
(effects (effects
(font (font
@ -3900,14 +3900,14 @@
(symbol (symbol
(lib_id "custom-symbols:SW_DIP_x04_split") (lib_id "custom-symbols:SW_DIP_x04_split")
(at 180.34 99.06 90) (at 180.34 99.06 90)
(unit 4) (unit 3)
(exclude_from_sim no) (exclude_from_sim no)
(in_bom yes) (in_bom yes)
(on_board yes) (on_board yes)
(dnp no) (dnp no)
(fields_autoplaced yes) (fields_autoplaced yes)
(uuid "977d8daa-e4da-4949-b57f-240b87adb4ff") (uuid "977d8daa-e4da-4949-b57f-240b87adb4ff")
(property "Reference" "SW3" (property "Reference" "SW4"
(at 184.15 97.7899 90) (at 184.15 97.7899 90)
(effects (effects
(font (font
@ -4016,13 +4016,13 @@
(symbol (symbol
(lib_id "Device:R_Pack04_SIP_Split") (lib_id "Device:R_Pack04_SIP_Split")
(at 173.99 88.9 90) (at 173.99 88.9 90)
(unit 1) (unit 2)
(exclude_from_sim no) (exclude_from_sim no)
(in_bom yes) (in_bom yes)
(on_board yes) (on_board yes)
(dnp no) (dnp no)
(uuid "9eb6fd65-7945-448c-acbb-af99019aeb1d") (uuid "9eb6fd65-7945-448c-acbb-af99019aeb1d")
(property "Reference" "RN11" (property "Reference" "RN12"
(at 173.99 84.328 90) (at 173.99 84.328 90)
(effects (effects
(font (font
@ -4129,7 +4129,7 @@
(symbol (symbol
(lib_id "Device:R_Network08_Split") (lib_id "Device:R_Network08_Split")
(at 134.62 85.09 0) (at 134.62 85.09 0)
(unit 4) (unit 6)
(exclude_from_sim no) (exclude_from_sim no)
(in_bom yes) (in_bom yes)
(on_board yes) (on_board yes)
@ -4181,31 +4181,31 @@
) )
) )
(pin "8" (pin "8"
(uuid "b3d67a65-45e5-4181-b332-de36db670786") (uuid "b3d67a65-45e5-4181-b332-de36db670787")
) )
(pin "9" (pin "9"
(uuid "6470fa80-0911-48d7-84a8-28dfca2e7c47") (uuid "6470fa80-0911-48d7-84a8-28dfca2e7c48")
) )
(pin "3" (pin "3"
(uuid "a243bb2a-a9c4-4180-bdbe-c62170bf730a") (uuid "a243bb2a-a9c4-4180-bdbe-c62170bf730b")
) )
(pin "7" (pin "7"
(uuid "f5c67fc4-e049-47ba-a17f-e592b4e5389b") (uuid "f5c67fc4-e049-47ba-a17f-e592b4e5389c")
) )
(pin "2" (pin "2"
(uuid "9c5a58cf-9dd6-4d91-99bf-66a1e13a97c2") (uuid "9c5a58cf-9dd6-4d91-99bf-66a1e13a97c2")
) )
(pin "4" (pin "4"
(uuid "c7519944-f72b-41aa-a8ed-577fc28cae90") (uuid "c7519944-f72b-41aa-a8ed-577fc28cae91")
) )
(pin "5" (pin "5"
(uuid "6f670ef9-b12d-4774-91cb-d0e526f90237") (uuid "6f670ef9-b12d-4774-91cb-d0e526f90238")
) )
(pin "1" (pin "1"
(uuid "46220eb0-23e4-427c-9c69-d6e57e5454c0") (uuid "46220eb0-23e4-427c-9c69-d6e57e5454c0")
) )
(pin "6" (pin "6"
(uuid "fb0657b7-52b0-464e-8f3e-f00ae33104aa") (uuid "fb0657b7-52b0-464e-8f3e-f00ae33104ab")
) )
(instances (instances
(project "" (project ""

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 44, "active_layer": 0,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": false, "auto_track_width": false,
"hidden_netclasses": [], "hidden_netclasses": [],
@ -15,17 +15,17 @@
"zones": 0.6 "zones": 0.6
}, },
"selection_filter": { "selection_filter": {
"dimensions": true, "dimensions": false,
"footprints": true, "footprints": true,
"graphics": true, "graphics": false,
"keepouts": true, "keepouts": false,
"lockedItems": false, "lockedItems": false,
"otherItems": true, "otherItems": false,
"pads": true, "pads": false,
"text": true, "text": false,
"tracks": true, "tracks": true,
"vias": true, "vias": false,
"zones": true "zones": false
}, },
"visible_items": [ "visible_items": [
0, 0,
@ -64,7 +64,7 @@
39, 39,
40 40
], ],
"visible_layers": "ffcffff_ffffffff", "visible_layers": "ffeffff_ffffffff",
"zone_display_mode": 0 "zone_display_mode": 0
}, },
"git": { "git": {

View File

@ -28955,7 +28955,7 @@
(justify right) (justify right)
) )
) )
(property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical"
(at 417.068 250.19 90) (at 417.068 250.19 90)
(effects (effects
(font (font
@ -31193,7 +31193,7 @@
(justify right) (justify right)
) )
) )
(property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical"
(at 417.068 293.37 90) (at 417.068 293.37 90)
(effects (effects
(font (font
@ -37282,7 +37282,7 @@
(justify right) (justify right)
) )
) )
(property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical"
(at 499.618 250.19 90) (at 499.618 250.19 90)
(effects (effects
(font (font
@ -41814,7 +41814,7 @@
(justify right) (justify right)
) )
) )
(property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical"
(at 499.618 293.37 90) (at 499.618 293.37 90)
(effects (effects
(font (font