diff --git a/drc.json b/drc.json deleted file mode 100644 index 2c87716..0000000 --- a/drc.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://schemas.kicad.org/drc.v1.json", - "coordinate_units": "mm", - "date": "2025-12-31T01:11:53+1300", - "kicad_version": "9.0.6", - "schematic_parity": [], - "source": "test.kicad_pcb", - "unconnected_items": [], - "violations": [ - { - "description": "Board has malformed outline (no edges found on Edge.Cuts layer)", - "items": [ - { - "description": "PCB", - "pos": { - "x": 0.0, - "y": 0.0 - }, - "uuid": "7690956f-7cf1-4850-b24e-2c34f81a5616" - } - ], - "severity": "error", - "type": "invalid_outline" - } - ] -}