diff options
author | xengineering <me@xengineering.eu> | 2025-07-22 18:14:07 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-07-22 18:18:24 +0200 |
commit | 3f9ddc64a771f44ef32a72e58ef1c98c65b54d4d (patch) | |
tree | 2a80a7eefda4b3bf980f234f0a8eb8f8a7b37adb | |
parent | 1620d188cfdc9660c69ab50b33d9e69ad99c34ea (diff) | |
download | iot-contact-3f9ddc64a771f44ef32a72e58ef1c98c65b54d4d.tar iot-contact-3f9ddc64a771f44ef32a72e58ef1c98c65b54d4d.tar.zst iot-contact-3f9ddc64a771f44ef32a72e58ef1c98c65b54d4d.zip |
pcb: Draw Edge.Cuts outline
-rw-r--r-- | pcb/iot-contact.kicad_pcb | 43 | ||||
-rw-r--r-- | pcb/iot-contact.kicad_pro | 1 |
2 files changed, 43 insertions, 1 deletions
diff --git a/pcb/iot-contact.kicad_pcb b/pcb/iot-contact.kicad_pcb index f230f06..4d9ea01 100644 --- a/pcb/iot-contact.kicad_pcb +++ b/pcb/iot-contact.kicad_pcb @@ -64,7 +64,6 @@ (psnegative no) (psa4output no) (plot_black_and_white yes) - (plotinvisibletext no) (sketchpadsonfab no) (plotpadnumbers no) (hidednponfab no) @@ -79,5 +78,47 @@ ) ) (net 0 "") + (gr_arc + (start 172 126) + (mid 150 148) + (end 128 126) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "a002cccc-d9ab-4ab2-8827-e7ac543d1556") + ) + (gr_line + (start 128 72) + (end 128 126) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "ac337c17-b6c1-409a-9b8d-d5e14b840603") + ) + (gr_arc + (start 128 72) + (mid 150 50) + (end 172 72) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "cc9caabe-e4bf-4c1e-b654-d1fa5b566f06") + ) + (gr_line + (start 172 72) + (end 172 126) + (stroke + (width 0.05) + (type default) + ) + (layer "Edge.Cuts") + (uuid "f89ab4d0-6ac2-4893-b534-29c44ff11710") + ) (embedded_fonts no) ) diff --git a/pcb/iot-contact.kicad_pro b/pcb/iot-contact.kicad_pro index 734fa54..77818ff 100644 --- a/pcb/iot-contact.kicad_pro +++ b/pcb/iot-contact.kicad_pro @@ -101,6 +101,7 @@ "solder_mask_bridge": "error", "starved_thermal": "error", "text_height": "warning", + "text_on_edge_cuts": "error", "text_thickness": "warning", "through_hole_pad_without_hole": "error", "too_many_vias": "error", |