generated from sirlilpanda/kicad-project-template-actionless
Compare commits
6 Commits
fd0b823231
...
d1b563e818
| Author | SHA1 | Date | |
|---|---|---|---|
| d1b563e818 | |||
| a00510d716 | |||
| dc4bfd1eff | |||
| 135928d086 | |||
| 1665d2a15d | |||
| 4960c884ac |
@@ -1,6 +1,5 @@
|
||||
** Drc report for test.kicad_pcb **
|
||||
** Created on 2026-05-20T17:59:02 **
|
||||
** Report includes: Errors, Warnings **
|
||||
** Created on 2026-05-21T19:14:19+1200 **
|
||||
|
||||
** Found 1 DRC violations **
|
||||
[invalid_outline]: Board has malformed outline (no edges found on Edge.Cuts layer)
|
||||
@@ -11,11 +10,4 @@
|
||||
|
||||
** Found 0 Footprint errors **
|
||||
|
||||
** Ignored checks **
|
||||
- Footprint has no courtyard defined
|
||||
- Track endpoint not centered on via
|
||||
- Tuning profile track geometries
|
||||
- Footprint doesn't match symbol's footprint filters
|
||||
- Footprint component type doesn't match footprint pads
|
||||
|
||||
** End of Report **
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
ERC report (2026-05-20T17:59:04, Encoding UTF8)
|
||||
Report includes: Errors, Warnings
|
||||
ERC report (2026-05-21T19:14:19+1200, Encoding UTF8)
|
||||
|
||||
***** Sheet /
|
||||
|
||||
** ERC messages: 0 Errors 0 Warnings 0
|
||||
|
||||
** Ignored checks:
|
||||
- Global label only appears once in the schematic
|
||||
- Four connection points are joined together
|
||||
- SPICE model issue
|
||||
- Assigned footprint doesn't match footprint filters
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer": 41,
|
||||
"active_layer_preset": "",
|
||||
"auto_track_width": true,
|
||||
"hidden_netclasses": [],
|
||||
"hidden_nets": [],
|
||||
"hidden_nets": [
|
||||
"GND"
|
||||
],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
"opacity": {
|
||||
@@ -17,17 +19,17 @@
|
||||
},
|
||||
"prototype_zone_fills": false,
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
"graphics": true,
|
||||
"keepouts": true,
|
||||
"dimensions": false,
|
||||
"footprints": false,
|
||||
"graphics": false,
|
||||
"keepouts": false,
|
||||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pads": true,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"otherItems": false,
|
||||
"pads": false,
|
||||
"text": false,
|
||||
"tracks": false,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
"zones": false
|
||||
},
|
||||
"visible_items": [
|
||||
"vias",
|
||||
@@ -53,7 +55,7 @@
|
||||
"board_outline_area",
|
||||
"ly_points"
|
||||
],
|
||||
"visible_layers": "ffffffff_ffffffff_fffffff5_ffffffff",
|
||||
"visible_layers": "ffffffff_ffffffff_fffffffd_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"git": {
|
||||
@@ -77,6 +79,8 @@
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
"col_order": [
|
||||
@@ -89,7 +93,9 @@
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9
|
||||
9,
|
||||
10,
|
||||
11
|
||||
],
|
||||
"col_widths": [],
|
||||
"custom_group_rules": [],
|
||||
|
||||
@@ -522,7 +522,7 @@
|
||||
"last_paths": {
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "",
|
||||
"plot": "../../PCBs/REV_A/",
|
||||
"specctra_dsn": "",
|
||||
"vrml": ""
|
||||
},
|
||||
@@ -658,7 +658,7 @@
|
||||
"uuid": "8275422a-036f-4c2a-bd68-eba183244099"
|
||||
}
|
||||
],
|
||||
"used_designators": "TP1-24,J1-13,#PWR1-48,L1-12,C1-24,U1",
|
||||
"used_designators": "",
|
||||
"variants": []
|
||||
},
|
||||
"sheets": [
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Reference in New Issue
Block a user