From 982798292719a24bcbb4f9e17cd5c65c8a46ecda Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 2 Sep 2024 19:53:43 -0400 Subject: move hw into subdirectory --- clef/kikit/jlc_frame.json | 52 ----------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 clef/kikit/jlc_frame.json (limited to 'clef/kikit') diff --git a/clef/kikit/jlc_frame.json b/clef/kikit/jlc_frame.json deleted file mode 100644 index 4be213b..0000000 --- a/clef/kikit/jlc_frame.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "layout": { - "type": "grid", - "rows": 1, - "cols": 1 - }, - "framing": { - "type": "frame", - "width": "5mm", - "space": "3mm", - "cuts": "both", - "mintotalwidth": "70mm", - "mintotalheight": "70mm" - }, - "tabs": { - "type": "annotation" - }, - "cuts": { - "type": "mousebites", - "drill": "0.5mm", - "spacing": "1mm", - "offset": "0.2mm", - "prolong": "0.5mm" - }, - "fiducials": { - "type": "3fid", - "hoffset": "5mm", - "voffset": "5mm", - "coppersize": "1mm", - "opening": "2mm" - }, - "post": { - "millradius": "1mm" - }, - "text": { - "type": "simple", - "text": "{boardTitle} {boardRevision}", - "anchor": "mt", - "voffset": "5mm", - "hjustify": "center", - "vjustify": "center" - }, - "text2": { - "type": "simple", - "text": "npry {year}", - "anchor": "mb", - "voffset": "-5mm", - "hjustify": "center", - "vjustify": "center" - } -} - -- cgit v1.3.1