summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-07-23 22:29:39 -0400
committerNathan Perry <np@nathanperry.dev>2024-07-23 22:29:39 -0400
commitdf2282cde69aae2f59c280d71dbe5717c0099935 (patch)
treec9cfab4e445c15be3f19e07a3aa3b94d79b04548
parent90b4be7a6dd341c0d72b2bfd176bfbf2e6aed73a (diff)
kikit config for edge rails
-rw-r--r--kikit/jlc_edge_rails.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/kikit/jlc_edge_rails.json b/kikit/jlc_edge_rails.json
new file mode 100644
index 0000000..47277e5
--- /dev/null
+++ b/kikit/jlc_edge_rails.json
@@ -0,0 +1,51 @@
+{
+ "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": "2.5mm",
+ "voffset": "2.5mm",
+ "coppersize": "1mm",
+ "opening": "2mm"
+ },
+ "post": {
+ "millradius": "1mm"
+ },
+ "text": {
+ "type": "simple",
+ "text": "ocularium v0.1.0",
+ "anchor": "mt",
+ "voffset": "2.5mm",
+ "hjustify": "center",
+ "vjustify": "center"
+ },
+ "text2": {
+ "type": "simple",
+ "text": "npry 2024",
+ "anchor": "mb",
+ "voffset": "-2.5mm",
+ "hjustify": "center",
+ "vjustify": "center"
+ }
+} \ No newline at end of file