Skip to content

Commit fb87b42

Browse files
authored
Merge pull request #7 from LibrePCB-Libraries/upgrade-file-format
Upgrade to file format v2
2 parents f965b2f + 564eded commit fb87b42

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
check:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
container:
7-
image: librepcb/librepcb-cli:1.0.0-rc1
7+
image: librepcb/librepcb-cli:2.0.0-rc1
88
options: --entrypoint /bin/bash
99
steps:
1010
- uses: actions/checkout@v1

.librepcb-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
2

dev/dd53b53b-5c7a-4f96-9a6e-771708b23895/device.lp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
(category 1039f038-20a6-4bfe-89c1-99f34fbb45bd)
1111
(component ef80cd5e-2689-47ee-8888-31d04fc99174)
1212
(package 3ecdb8bd-cba5-4bad-8a08-89da6ed3d5a8)
13-
(pad 659f0b4e-d487-4a91-a83b-65bea415e76a (signal 3452d36e-1ce8-4b7c-8e5b-90c2e4929ed8))
14-
(pad b914e02d-5815-4558-ace5-81fdb42665cf (signal ad623f98-9e73-49c3-9404-f7cfa99d17cd))
13+
(pad 659f0b4e-d487-4a91-a83b-65bea415e76a (optional false)
14+
(signal 3452d36e-1ce8-4b7c-8e5b-90c2e4929ed8)
15+
)
16+
(pad b914e02d-5815-4558-ace5-81fdb42665cf (optional false)
17+
(signal ad623f98-9e73-49c3-9404-f7cfa99d17cd)
18+
)
1519
(part "SMT-R004-1.0" (manufacturer "Isabellenhütte")
1620
(attribute "RESISTANCE" (type resistance) (unit milliohm) (value "4"))
1721
(attribute "TOLERANCE" (type string) (unit none) (value "1%"))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
2

pkg/3ecdb8bd-cba5-4bad-8a08-89da6ed3d5a8/package.lp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
(generated_by "")
1010
(category a20f0330-06d3-4bc2-a1fa-f8577deb6770)
1111
(assembly_type smt)
12+
(grid_interval 2.54)
13+
(min_copper_clearance 0.2)
1214
(pad 659f0b4e-d487-4a91-a83b-65bea415e76a (name "1"))
1315
(pad b914e02d-5815-4558-ace5-81fdb42665cf (name "2"))
1416
(footprint f11afe00-fa1c-485e-9ee3-91d071d97489
@@ -49,12 +51,12 @@
4951
)
5052
(stroke_text a84796f5-2fda-4aaa-af3b-60573746a1e0 (layer top_names)
5153
(height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto)
52-
(align left bottom) (position -3.1623 2.9972) (rotation 0.0)
54+
(align left bottom) (position -3.1623 2.9972) (rotation 0.0) (lock false)
5355
(auto_rotate true) (mirror false) (value "{{NAME}}")
5456
)
5557
(stroke_text 4dba1133-d29c-4dc3-8eab-7a4f4fcab8bd (layer top_values)
5658
(height 1.0) (stroke_width 0.2) (letter_spacing auto) (line_spacing auto)
57-
(align left top) (position -3.2131 -2.8956) (rotation 0.0)
59+
(align left top) (position -3.2131 -2.8956) (rotation 0.0) (lock false)
5860
(auto_rotate true) (mirror false) (value "{{VALUE}}")
5961
)
6062
)

0 commit comments

Comments
 (0)