update to v0.4.0

This commit is contained in:
Nikolai 2025-10-01 10:52:48 +09:30
parent beb2706ad5
commit 5e2e25ab79
Signed by: artichoke
SSH Key Fingerprint: SHA256:WCDwskEDB6autCDUK5MnuRu7NcN/2epF9asrvlyU41M
4 changed files with 10471 additions and 12543 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ fp-info-cache
*.csv *.csv
gerbers/ gerbers/
bom/

File diff suppressed because it is too large Load Diff

View File

@ -58,7 +58,64 @@
"width": 0.0 "width": 0.0
} }
], ],
"drc_exclusions": [], "drc_exclusions": [
[
"drill_out_of_range|116155000|92000000|c0d9c0fd-2bb3-4d32-b7ed-11b63f121350|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116155000|93400000|9a9222ac-d317-46d4-9ebd-ae571b9e6197|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|91300000|d412faa5-f3a6-4c41-9483-7fddcd82acd9|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|92700000|82412f01-b7bf-4bc2-a407-fcbfe1dd7fba|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|116855000|94100000|37b48d7f-1df7-4946-b8d1-06c7f3551b18|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|117555000|92000000|49f66087-bff9-4a96-b36a-1c0aca032b30|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|117555000|93400000|c4dd9f52-24eb-41c0-b4df-cb4ec2919bd3|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|91300000|a64ec796-39bc-4f5d-a1d1-0c8108aff884|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|92700000|da3ad37e-ab4d-4097-9046-1a1e3e32d047|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118255000|94100000|cee9590c-4f53-4dae-a7a9-31d4cecc45ab|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118955000|92000000|1d012a4a-0827-4719-a6ab-5578a30d3866|00000000-0000-0000-0000-000000000000",
""
],
[
"drill_out_of_range|118955000|93400000|609efece-dfc0-42c9-ad1c-47fb49bc099f|00000000-0000-0000-0000-000000000000",
""
],
[
"lib_footprint_issues|160355000|95120000|18f83818-1600-4141-88f5-85ca7f87e5fd|00000000-0000-0000-0000-000000000000",
""
],
[
"starved_thermal|110305000|86630000|db40c38c-a8a4-4d10-bdf3-854f16f3b6ff|72bc1ae1-6bbe-497f-a0e4-c2fb99d68b6e|F.Cu",
"already has trace to cap"
]
],
"meta": { "meta": {
"version": 2 "version": 2
}, },
@ -477,6 +534,7 @@
"single_global_label": "ignore", "single_global_label": "ignore",
"unannotated": "error", "unannotated": "error",
"unconnected_wire_endpoint": "warning", "unconnected_wire_endpoint": "warning",
"undefined_netclass": "error",
"unit_value_mismatch": "error", "unit_value_mismatch": "error",
"unresolved_variable": "error", "unresolved_variable": "error",
"wire_dangling": "error" "wire_dangling": "error"
@ -505,7 +563,7 @@
"pcb_color": "rgba(0, 0, 0, 0.000)", "pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 2147483647, "priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2, "track_width": 0.25,
"via_diameter": 0.6, "via_diameter": 0.6,
"via_drill": 0.3, "via_drill": 0.3,
"wire_width": 6 "wire_width": 6

File diff suppressed because it is too large Load Diff