initial
This commit is contained in:
106
myPreset.json
Normal file
106
myPreset.json
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"layout": {
|
||||
"type": "grid",
|
||||
"rows": 1,
|
||||
"cols": 2,
|
||||
"hspace": "2.1mm",
|
||||
"vspace": "2.1mm"
|
||||
},
|
||||
"tabs": {
|
||||
"type": "fixed",
|
||||
"hcount": 1,
|
||||
"vcount": 1,
|
||||
"hwidth": "3mm",
|
||||
"vwidth": "3mm"
|
||||
},
|
||||
"cuts": {
|
||||
"type": "mousebites",
|
||||
"offset": "0.2mm",
|
||||
"prolong": "0.7mm",
|
||||
"drill": "0.5mm",
|
||||
"spacing": "0.8mm"
|
||||
},
|
||||
"framing": {
|
||||
"type": "tightframe",
|
||||
"copperFill": true,
|
||||
"slotwidth": "2.1mm",
|
||||
"mintotalheight": "87.040mm",
|
||||
"mintotalwidth": "153.408mm",
|
||||
"maxtotalheight": "87.040mm",
|
||||
"maxtotalwidth": "153.408mm"
|
||||
},
|
||||
"tooling": {
|
||||
"type": "3hole",
|
||||
"layout": "3hole",
|
||||
"hoffset": "6mm",
|
||||
"voffset": "6mm",
|
||||
"size": "2mm",
|
||||
"paste": true,
|
||||
"soldermaskmargin": "0mm"
|
||||
},
|
||||
"text": {
|
||||
"type": "simple",
|
||||
"text": "Front",
|
||||
"anchor": "mt",
|
||||
"hoffset": "0mm",
|
||||
"voffset": "10mm",
|
||||
"orientation": "0deg",
|
||||
"width": "3.5mm",
|
||||
"height": "3.5mm",
|
||||
"hjustify": "center",
|
||||
"vjustify": "center",
|
||||
"thickness": "0.3mm",
|
||||
"layer": "F.SilkS"
|
||||
},
|
||||
"text2": {
|
||||
"type": "simple",
|
||||
"text": "Back",
|
||||
"anchor": "mt",
|
||||
"hoffset": "0mm",
|
||||
"voffset": "10mm",
|
||||
"orientation": "0deg",
|
||||
"width": "3.5mm",
|
||||
"height": "3.5mm",
|
||||
"hjustify": "center",
|
||||
"vjustify": "center",
|
||||
"thickness": "0.3mm",
|
||||
"layer": "B.SilkS"
|
||||
},
|
||||
"copperfill": {
|
||||
"type": "solid",
|
||||
"clearance": "0.5mm",
|
||||
"edgeclearance": "0.5mm",
|
||||
"layers": "F.Cu,B.Cu"
|
||||
},
|
||||
"post": {
|
||||
"type": "auto",
|
||||
"copperfill": false,
|
||||
"reconstructarcs": false,
|
||||
"millradius": "1mm",
|
||||
"millradiusouter": "0mm",
|
||||
"script": "cleanup.py",
|
||||
"scriptarg": "",
|
||||
"origin": "tl",
|
||||
"refillzones": false,
|
||||
"dimensions": true,
|
||||
"edgewidth": "0.1mm"
|
||||
},
|
||||
"page": {
|
||||
"type": "inherit",
|
||||
"anchor": "tl",
|
||||
"posx": "0mm",
|
||||
"posy": "0mm",
|
||||
"width": "1000mm",
|
||||
"height": "1000mm"
|
||||
},
|
||||
"debug": {
|
||||
"type": "none",
|
||||
"drawPartitionLines": false,
|
||||
"drawBackboneLines": false,
|
||||
"drawboxes": false,
|
||||
"trace": false,
|
||||
"deterministic": false,
|
||||
"drawtabfail": false,
|
||||
"drawTabFillet": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user