fix edge connector cut length
This commit is contained in:
parent
d2f304fb80
commit
a122299316
|
@ -62,7 +62,7 @@
|
|||
(aux_axis_origin 0 0)
|
||||
(visible_elements FFFFFF7F)
|
||||
(pcbplotparams
|
||||
(layerselection 0x010f0_ffffffff)
|
||||
(layerselection 0x01080_7fffffff)
|
||||
(usegerberextensions false)
|
||||
(usegerberattributes false)
|
||||
(usegerberadvancedattributes false)
|
||||
|
@ -72,7 +72,7 @@
|
|||
(plotframeref false)
|
||||
(viasonmask false)
|
||||
(mode 1)
|
||||
(useauxorigin true)
|
||||
(useauxorigin false)
|
||||
(hpglpennumber 1)
|
||||
(hpglpenspeed 20)
|
||||
(hpglpendiameter 15.000000)
|
||||
|
@ -81,13 +81,13 @@
|
|||
(plotreference true)
|
||||
(plotvalue true)
|
||||
(plotinvisibletext false)
|
||||
(padsonsilk true)
|
||||
(padsonsilk false)
|
||||
(subtractmaskfromsilk false)
|
||||
(outputformat 1)
|
||||
(outputformat 5)
|
||||
(mirror false)
|
||||
(drillshape 0)
|
||||
(scaleselection 1)
|
||||
(outputdirectory "plots/"))
|
||||
(outputdirectory "plots_svg/"))
|
||||
)
|
||||
|
||||
(net 0 "")
|
||||
|
@ -1327,7 +1327,7 @@
|
|||
(segment (start 111.76 39.37) (end 111.76 41.91) (width 1) (layer B.Cu) (net 17))
|
||||
(segment (start 111.76 41.91) (end 109.22 41.91) (width 1) (layer B.Cu) (net 17))
|
||||
|
||||
(zone (net 2) (net_name GNDA) (layer B.Cu) (tstamp 5D08B6F9) (hatch edge 0.508)
|
||||
(zone (net 2) (net_name GNDA) (layer B.Cu) (tstamp 5D08B806) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.3))
|
||||
(min_thickness 0.254)
|
||||
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||
|
@ -1531,7 +1531,7 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(zone (net 2) (net_name GNDA) (layer F.Cu) (tstamp 5D08B6F6) (hatch edge 0.508)
|
||||
(zone (net 2) (net_name GNDA) (layer F.Cu) (tstamp 5D08B803) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.3))
|
||||
(min_thickness 0.254)
|
||||
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||
|
@ -1740,7 +1740,7 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(zone (net 3) (net_name -15V) (layer F.Cu) (tstamp 5D08B6F3) (hatch edge 0.508)
|
||||
(zone (net 3) (net_name -15V) (layer F.Cu) (tstamp 5D08B800) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.508))
|
||||
(min_thickness 0.254)
|
||||
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(zone (net 1) (net_name +15V) (layer F.Cu) (tstamp 5D08B6F0) (hatch edge 0.508)
|
||||
(zone (net 1) (net_name +15V) (layer F.Cu) (tstamp 5D08B7FD) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.508))
|
||||
(min_thickness 0.254)
|
||||
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||
|
@ -1778,7 +1778,7 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(zone (net 1) (net_name +15V) (layer B.Cu) (tstamp 5D08B6ED) (hatch edge 0.508)
|
||||
(zone (net 1) (net_name +15V) (layer B.Cu) (tstamp 5D08B7FA) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.508))
|
||||
(min_thickness 0.254)
|
||||
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||
|
@ -1797,7 +1797,7 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(zone (net 3) (net_name -15V) (layer B.Cu) (tstamp 5D08B6EA) (hatch edge 0.508)
|
||||
(zone (net 3) (net_name -15V) (layer B.Cu) (tstamp 5D08B7F7) (hatch edge 0.508)
|
||||
(connect_pads (clearance 0.508))
|
||||
(min_thickness 0.254)
|
||||
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
(page A4)
|
||||
(layers
|
||||
(0 F.Cu signal hide)
|
||||
(31 B.Cu signal hide)
|
||||
(0 F.Cu signal)
|
||||
(31 B.Cu signal)
|
||||
(32 B.Adhes user)
|
||||
(33 F.Adhes user)
|
||||
(34 B.Paste user)
|
||||
|
|
Loading…
Reference in New Issue