initial cut at schematic for test stand v3, still needs control outputs
authorBdale Garbee <bdale@gag.com>
Sat, 24 Nov 2018 17:07:39 +0000 (10:07 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 24 Nov 2018 17:07:39 +0000 (10:07 -0700)
19 files changed:
License.pdf [new file with mode: 0644]
Makefile [new file with mode: 0644]
Notebook [new file with mode: 0644]
Sensors/1000kg-loadcell.pdf [new file with mode: 0644]
Sensors/1600psi_pressure_transducer.png [new file with mode: 0644]
Sensors/1600psi_pressure_transducer.txt [new file with mode: 0644]
Sensors/350kg_load_cell.jpg [new file with mode: 0644]
Sensors/350kg_load_cell.txt [new file with mode: 0644]
Sensors/Notebook [new file with mode: 0644]
Sensors/sloa097.pdf [new file with mode: 0644]
attribs [new file with mode: 0644]
drill_top.gnumeric [new file with mode: 0644]
drill_top.ngc [new file with mode: 0644]
drill_top.py [new file with mode: 0755]
gafrc [new file with mode: 0644]
load-cell-calcs.gnumeric [new file with mode: 0644]
project.lht [new file with mode: 0644]
telestatic.lht [new file with mode: 0644]
telestatic.sch [new file with mode: 0644]

diff --git a/License.pdf b/License.pdf
new file mode 100644 (file)
index 0000000..01fceb2
Binary files /dev/null and b/License.pdf differ
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..9c4ee19
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+# name of project, also used for PCB file
+PROJECT=telestatic
+
+# list of schematic files that make up this design
+SCHEMATICS=telestatic.sch
+
+# number of PCB layers
+LAYERS=4
+
+# sides with silkscreen, can be none|top|bottom|both
+SILK=both
+
+include ../altusmetrum/pcb-rnd.mk
diff --git a/Notebook b/Notebook
new file mode 100644 (file)
index 0000000..c979865
--- /dev/null
+++ b/Notebook
@@ -0,0 +1,4 @@
+- switches to use are DK CW102-ND
+
+- move switches down box so they aren't spread out into gasket rim area
+
diff --git a/Sensors/1000kg-loadcell.pdf b/Sensors/1000kg-loadcell.pdf
new file mode 100644 (file)
index 0000000..959899f
Binary files /dev/null and b/Sensors/1000kg-loadcell.pdf differ
diff --git a/Sensors/1600psi_pressure_transducer.png b/Sensors/1600psi_pressure_transducer.png
new file mode 100644 (file)
index 0000000..6facd05
Binary files /dev/null and b/Sensors/1600psi_pressure_transducer.png differ
diff --git a/Sensors/1600psi_pressure_transducer.txt b/Sensors/1600psi_pressure_transducer.txt
new file mode 100644 (file)
index 0000000..0b728ff
--- /dev/null
@@ -0,0 +1,25 @@
+Brand new pressure transducer. Stainless steel body.
+
+This is a high quality pressure sender, with ceramic pressure chip sensor 
+inside.
+
+Input: 0-1600 psi.
+
+Output: 0.5V – 4.5V linear voltage output. 
+       0 psi outputs 0.5V, 800 psi outputs 2.5V, 1600 psi outputs 4.5V.
+
+Works for oil, fuel, water or air pressure. Can be used in oil tank, gas 
+tank, etc.
+
+Accuracy: within 2% of reading (full scale).
+
+Thread: 1/8”-27 NPT.
+
+Wiring connector: water sealed quick disconnect.  Mating connector is included.
+
+Wiring: Red for +5V.  Black for ground.  Blue for signal output.
+
+It is an advance pressure sender than traditional mechanical pressure sender.
+
+Our material is using top of line 316 stainless steel (not 304) and high 
+temperature auto-graded plastic.
diff --git a/Sensors/350kg_load_cell.jpg b/Sensors/350kg_load_cell.jpg
new file mode 100644 (file)
index 0000000..64c5683
Binary files /dev/null and b/Sensors/350kg_load_cell.jpg differ
diff --git a/Sensors/350kg_load_cell.txt b/Sensors/350kg_load_cell.txt
new file mode 100644 (file)
index 0000000..69f3318
--- /dev/null
@@ -0,0 +1,52 @@
+The above picture is 350 kilograms sensor, length 150mm, width 40mm, thickness
+25mm. Applicable wire nail 8 * 30mm. Commonly used in the 300 kg scale
+
+Note: The default 350kg
+
+Sensor parameters: 
+Rated output 2.0 mV / V ± 5% 
+Nonlinear 0.02% R.O. 
+Hysteresis 0.02% R.O. 
+Repeatability 0.02% R.O. 
+Creep / zeroing (30 minutes) 0.02% R.O. 
+Temperature Effect on Output 0.002% R.O. / °c 
+Zero temperature 0.003% R.O. / °c
+Zero Balance ± 0.0200 mV / V 
+Input impedance 410 ± 15 Ω 
+Output Impedance 350 ± 5 Ω 
+Insulation Resistance 5000 MΩ / (50VDC) 
+Safety overload rate 150% R.O. 
+Ultimate Overload rate 200% R.O. 
+Operating Temperature Range -20 ~ 60 °c
+Recommended operating voltage 5 ~ 12 VDC 
+Maximum operating voltage 15 VDC 
+Material Aluminum 
+Protection class IP66 / IP67 
+Wiring 
+       Red S -
+       Black E -
+       Green S +
+       White E + 
+
+       [E: Power, S signal]
+
diff --git a/Sensors/Notebook b/Sensors/Notebook
new file mode 100644 (file)
index 0000000..aea6193
--- /dev/null
@@ -0,0 +1,2 @@
+- pressure sensors $32/ea with shipping from eBay seller renbusan
+- load cells $28.31/ea with shipping from eBay seller cheapwholesalestore2015
diff --git a/Sensors/sloa097.pdf b/Sensors/sloa097.pdf
new file mode 100644 (file)
index 0000000..f839dc5
Binary files /dev/null and b/Sensors/sloa097.pdf differ
diff --git a/attribs b/attribs
new file mode 100644 (file)
index 0000000..5703a57
--- /dev/null
+++ b/attribs
@@ -0,0 +1,9 @@
+device
+value
+footprint
+loadstatus
+provided
+mfg
+mfg_part_number
+vendor
+vendor_part_number
diff --git a/drill_top.gnumeric b/drill_top.gnumeric
new file mode 100644 (file)
index 0000000..620e693
Binary files /dev/null and b/drill_top.gnumeric differ
diff --git a/drill_top.ngc b/drill_top.ngc
new file mode 100644 (file)
index 0000000..574beb6
--- /dev/null
@@ -0,0 +1,69 @@
+
+(0.25 ammo box top, 0.125 spot drill)
+
+G17 G20 G90
+G00 Z 0.25
+M3 S5000
+
+(J8)
+G00 X0 Y0
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(D2)
+G00 X0.065 Y1.400
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(D1)
+G00 X0.065 Y0.925
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(D5)
+G00 X0.065 Y-0.450
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(D6)
+G00 X0.065 Y-0.925
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(D7)
+G00 X0.065 Y-1.400
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(H1)
+G00 X-1.893 Y-1.142
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(H2)
+G00 X-1.893 Y1.142
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(H3)
+G00 X-0.180 Y-1.142
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(H4)
+G00 X-0.180 Y1.142
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(SW1)
+G00 X-1.102 Y2.165
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+(SW2)
+G00 X-1.102 Y-2.165
+G01 Z -0.05  F 5
+G00 Z 0.25
+
+M5 M2
+%
diff --git a/drill_top.py b/drill_top.py
new file mode 100755 (executable)
index 0000000..e5f4018
--- /dev/null
@@ -0,0 +1,90 @@
+#! /usr/bin/python
+# Copyright 2017 by Bdale Garbee <bdale@gag.com>.  GPLv3+
+
+# drill holes in top of ammo box for TeleFireOne
+
+# Z reference plane is top surface of stock
+# X/Y origin is center of BNC connector hole
+
+import math
+
+StockDepth = 0.250     # >= thickness of steel top on the ammo box
+
+CutterOD = 0.125       # 1/8" end mill 
+
+Zfree = 0.250          # height in Z to clear all obstructions
+Zspot = 0.050          # how deep to spot drill
+
+Speed = 10             # cutting speed
+PSpeed = 5             # plunge speed
+
+def spot():
+        print "G01 Z",-Zspot," F",PSpeed
+       print "G00 Z",Zfree
+       print
+
+def retract():
+       print "G00 Z",Zfree
+
+print
+print "(%s ammo box top, %s spot drill)" % (StockDepth, CutterOD)
+print
+
+print "G17 G20 G90"
+retract()
+print "M3 S5000"
+print
+
+# spot drill all holes for box top
+
+print "(J8)"
+print "G00 X0 Y0"
+spot()
+
+print "(D2)"
+print "G00 X0.065 Y1.400"
+spot()
+
+print "(D1)"
+print "G00 X0.065 Y0.925"
+spot()
+
+print "(D5)"
+print "G00 X0.065 Y-0.450"
+spot()
+
+print "(D6)"
+print "G00 X0.065 Y-0.925"
+spot()
+
+print "(D7)"
+print "G00 X0.065 Y-1.400"
+spot()
+
+print "(H1)"
+print "G00 X-1.893 Y-1.142"
+spot()
+
+print "(H2)"
+print "G00 X-1.893 Y1.142"
+spot()
+
+print "(H3)"
+print "G00 X-0.180 Y-1.142"
+spot()
+
+print "(H4)"
+print "G00 X-0.180 Y1.142"
+spot()
+
+print "(SW1)"
+print "G00 X-1.102 Y2.165"
+spot()
+
+print "(SW2)"
+print "G00 X-1.102 Y-2.165"
+spot()
+
+print "M5 M2"
+print "%"
+
diff --git a/gafrc b/gafrc
new file mode 100644 (file)
index 0000000..9e10ee9
--- /dev/null
+++ b/gafrc
@@ -0,0 +1,3 @@
+; empty the library path and populate it with only our own symbols
+(reset-component-library)
+(load "../altusmetrum/gafrc")
diff --git a/load-cell-calcs.gnumeric b/load-cell-calcs.gnumeric
new file mode 100644 (file)
index 0000000..0a0c630
Binary files /dev/null and b/load-cell-calcs.gnumeric differ
diff --git a/project.lht b/project.lht
new file mode 100644 (file)
index 0000000..948c273
--- /dev/null
@@ -0,0 +1,9 @@
+li:pcb-rnd-conf-v1 {
+ ha:overwrite {
+  ha:rc {
+   li:library_search_paths {
+    ../altusmetrum/packages
+   }
+  }
+ }
+}
diff --git a/telestatic.lht b/telestatic.lht
new file mode 100644 (file)
index 0000000..62beacf
--- /dev/null
@@ -0,0 +1,37354 @@
+ha:pcb-rnd-board-v5 {
+
+ ha:attributes {
+   {PCB::grid::size}=1.00mil
+   {PCB::grid::unit}=mil
+ }
+
+ li:styles {
+   ha:Signal {
+    diameter = 30.0mil
+    thickness = 10.0mil
+    hole = 15.0mil
+    clearance = 10.0mil
+   }
+   ha:Power {
+    diameter = 60.0mil
+    thickness = 25.0mil
+    hole = 35.0mil
+    clearance = 10.0mil
+   }
+   ha:Fat {
+    diameter = 60.0mil
+    thickness = 170.0mil
+    hole = 35.0mil
+    clearance = 10.0mil
+   }
+   ha:Skinny {
+    diameter = 0.610108mm
+    thickness = 6.0mil
+    hole = 11.81mil
+    clearance = 6.0mil
+   }
+ }
+
+ ha:meta {
+   ha:size {
+    thermal_scale = 0.500000
+    x = 6.5in
+    y = 4.0in
+   }
+   board_name = telefireone
+   ha:grid {
+    spacing = 25.0mil
+    offs_x = 0.0
+    offs_y = 0.0
+   }
+ }
+
+ ha:data {
+  li:padstack_prototypes {
+
+   ha:ps_proto_v4.0 {
+     hdia=15.0mil; hplated=1; htop=0; hbottom=0;
+     li:shape {
+
+       ha:ps_shape_v4 {
+        ha:ps_circ { x=0.0; y=0.0; dia=30.0mil;        }
+        ha:combining {        }
+        ha:layer_mask {
+         copper = 1
+         top = 1
+        }
+        clearance=0.0
+       }
+
+       ha:ps_shape_v4 {
+        ha:ps_circ { x=0.0; y=0.0; dia=30.0mil;        }
+        ha:combining {        }
+        ha:layer_mask {
+         bottom = 1
+         copper = 1
+        }
+        clearance=0.0
+       }
+
+       ha:ps_shape_v4 {
+        ha:ps_circ { x=0.0; y=0.0; dia=30.0mil;        }
+        ha:combining {        }
+        ha:layer_mask {
+         copper = 1
+         intern = 1
+        }
+        clearance=0.0
+       }
+     }
+   }
+
+   ha:ps_proto_v4.1 {
+     hdia=15.0mil; hplated=1; htop=0; hbottom=0;
+     li:shape {
+
+       ha:ps_shape_v4 {
+        ha:ps_circ { x=0.0; y=0.0; dia=31.0mil;        }
+        ha:combining {        }
+        ha:layer_mask {
+         copper = 1
+         top = 1
+        }
+        clearance=0.0
+       }
+
+       ha:ps_shape_v4 {
+        ha:ps_circ { x=0.0; y=0.0; dia=31.0mil;        }
+        ha:combining {        }
+        ha:layer_mask {
+         bottom = 1
+         copper = 1
+        }
+        clearance=0.0
+       }
+
+       ha:ps_shape_v4 {
+        ha:ps_circ { x=0.0; y=0.0; dia=31.0mil;        }
+        ha:combining {        }
+        ha:layer_mask {
+         copper = 1
+         intern = 1
+        }
+        clearance=0.0
+       }
+     }
+   }
+  }
+
+   li:objects {
+      ha:padstack_ref.110027 {
+       proto=0; x=2.983in; y=2.76in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110026 {
+       proto=0; x=81.661mm; y=62.8142mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110025 {
+       proto=0; x=70.739mm; y=2.431in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110024 {
+       proto=0; x=68.8594mm; y=2.846in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110023 {
+       proto=0; x=2.639in; y=2.877in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110022 {
+       proto=0; x=78.105mm; y=2.604in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110021 {
+       proto=0; x=78.994mm; y=2.623in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110020 {
+       proto=0; x=3.192in; y=2.681in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110019 {
+       proto=0; x=78.7654mm; y=2.831in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110018 {
+       proto=0; x=3.128in; y=2.708in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110017 {
+       proto=0; x=3.108in; y=2.677in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110016 {
+       proto=0; x=2.73in; y=2.686in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110015 {
+       proto=0; x=72.9488mm; y=2.873in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110014 {
+       proto=0; x=3.019in; y=2.874in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110013 {
+       proto=0; x=3.268in; y=72.7456mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110012 {
+       proto=0; x=2.833in; y=3.391in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110011 {
+       proto=0; x=2.906in; y=3.016in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.110010 {
+       proto=0; x=2.915in; y=2.834in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.110009 {
+       proto=0; x=3.268in; y=2.932in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.110008 {
+       proto=0; x=78.2574mm; y=3.079in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.110007 {
+       proto=0; x=3.042in; y=71.628mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.110006 {
+       proto=0; x=47.4602mm; y=80.5787mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.110005 {
+       proto=0; x=47.4602mm; y=79.0801mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.110004 {
+       proto=0; x=79.0702mm; y=2.193in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110003 {
+       proto=0; x=3.103in; y=2.228in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110002 {
+       proto=0; x=70.3834mm; y=2.395in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110001 {
+       proto=0; x=69.469mm; y=59.3344mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.110000 {
+       proto=0; x=69.469mm; y=58.293mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109999 {
+       proto=0; x=78.1558mm; y=55.9308mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109998 {
+       proto=0; x=77.1398mm; y=55.9562mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109997 {
+       proto=0; x=3.193in; y=55.8292mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109996 {
+       proto=0; x=75.311mm; y=2.067in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109995 {
+       proto=0; x=3.502in; y=2.807in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109994 {
+       proto=0; x=88.9254mm; y=66.421mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109993 {
+       proto=0; x=3.418in; y=66.421mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109992 {
+       proto=0; x=3.023in; y=2.724in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109991 {
+       proto=0; x=75.1078mm; y=69.3674mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109990 {
+       proto=0; x=85.9536mm; y=70.739mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109989 {
+       proto=0; x=85.09mm; y=86.36mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109988 {
+       proto=0; x=2.948in; y=2.693in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109987 {
+       proto=0; x=3.012in; y=1.409in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109986 {
+       proto=0; x=1.643in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109985 {
+       proto=0; x=39.2938mm; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109984 {
+       proto=0; x=36.817808mm; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109983 {
+       proto=0; x=74.295mm; y=1.373in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109982 {
+       proto=0; x=2.738in; y=53.3908mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109981 {
+       proto=0; x=2.607in; y=1.891in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109980 {
+       proto=0; x=2.746in; y=1.941in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109979 {
+       proto=0; x=2.898in; y=2.04in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109978 {
+       proto=0; x=2.607in; y=1.94in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109977 {
+       proto=0; x=2.854in; y=2.233in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109976 {
+       proto=0; x=2.683in; y=63.119mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109975 {
+       proto=0; x=2.641in; y=2.417in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109974 {
+       proto=0; x=74.549mm; y=2.121in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109973 {
+       proto=0; x=3.193in; y=2.277in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109972 {
+       proto=0; x=2.56in; y=2.417in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109971 {
+       proto=0; x=3.051in; y=1.009in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109970 {
+       proto=0; x=3.236in; y=39.3954mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109969 {
+       proto=0; x=3.157in; y=1.409in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109968 {
+       proto=0; x=78.4606mm; y=1.219in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109967 {
+       proto=0; x=72.5424mm; y=2.588in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109966 {
+       proto=0; x=1.128in; y=48.2039mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109965 {
+       proto=0; x=1.088in; y=46.1719mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109964 {
+       proto=0; x=3.002in; y=2.249in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109963 {
+       proto=1; x=2.874in; y=1.8529685in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109962 {
+       proto=0; x=2.58in; y=59.0042mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109961 {
+       proto=0; x=2.746in; y=1.891in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109960 {
+       proto=0; x=65.4558mm; y=1.992in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109959 {
+       proto=0; x=1.35in; y=1.478in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109958 {
+       proto=0; x=34.299398mm; y=1.439in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109957 {
+       proto=0; x=37.83mm; y=1.292in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109956 {
+       proto=0; x=39.608mm; y=36.9824mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109955 {
+       proto=0; x=1.34767in; y=1.862in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109954 {
+       proto=0; x=1.42167in; y=1.862in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109953 {
+       proto=0; x=1.34767in; y=1.766in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109952 {
+       proto=0; x=1.42167in; y=1.766in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109951 {
+       proto=1; x=68.6562mm; y=43.4078mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109950 {
+       proto=1; x=2.721in; y=1.742in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109949 {
+       proto=1; x=2.933in; y=1.8639685in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109948 {
+       proto=1; x=2.745in; y=1.6469685in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109947 {
+       proto=1; x=2.894in; y=40.4868mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109946 {
+       proto=1; x=2.952in; y=40.4868mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109945 {
+       proto=1; x=3.06in; y=42.722mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109944 {
+       proto=0; x=81.1276mm; y=1.7139685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109943 {
+       proto=0; x=2.914in; y=1.5019685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109942 {
+       proto=0; x=3.121in; y=50.6214mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109941 {
+       proto=0; x=2.627in; y=1.77in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109940 {
+       proto=0; x=2.918in; y=1.963in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109939 {
+       proto=0; x=3.087in; y=1.5919685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109938 {
+       proto=0; x=2.778in; y=1.601in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109937 {
+       proto=0; x=2.682in; y=1.586in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109936 {
+       proto=0; x=2.8in; y=1.4569685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109935 {
+       proto=0; x=2.649in; y=41.4266mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109934 {
+       proto=0; x=58.3946mm; y=2.595in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109933 {
+       proto=0; x=2.786in; y=2.617in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109932 {
+       proto=0; x=77.4446mm; y=2.696in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109931 {
+       proto=0; x=3.278in; y=2.692in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109930 {
+       proto=0; x=3.441in; y=2.397in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109929 {
+       proto=0; x=3.322in; y=2.369in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109928 {
+       proto=0; x=3.269in; y=2.397in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109927 {
+       proto=0; x=3.668in; y=62.0014mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109926 {
+       proto=0; x=2.752in; y=2.455in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109925 {
+       proto=0; x=3.566in; y=2.425in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109924 {
+       proto=0; x=79.6036mm; y=65.8876mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109923 {
+       proto=0; x=3.184in; y=2.564in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109922 {
+       proto=0; x=2.834in; y=2.554in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109921 {
+       proto=0; x=2.834in; y=63.8302mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109920 {
+       proto=0; x=73.4568mm; y=56.769mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109919 {
+       proto=0; x=2.932in; y=2.233in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109918 {
+       proto=0; x=45.847mm; y=27.051mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:2 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109917 {
+       proto=0; x=45.847mm; y=25.527mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+         li:3 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109916 {
+       proto=0; x=73.0504mm; y=909.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+      ha:padstack_ref.109915 {
+       proto=0; x=71.9328mm; y=734.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+       }
+      }
+      ha:padstack_ref.109914 {
+       proto=0; x=2.692in; y=809.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+       ha:flags {
+        clearline=1
+       }
+
+       li:thermal {
+         li:1 {
+          on  
+          solid  
+         }
+       }
+      }
+       ha:subc.107325 {
+        ha:attributes {
+         {io_pcb::hidename_y}=8.8138 mm
+         footprint=hole-M3
+         {io_pcb::hidename_scale}=60
+         refdes=H1
+         value=
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=16.8910 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=125.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107339 {
+          proto=0; x=125.0mil; y=125.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+           usetherm=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:arc.107326 {
+             x=125.0mil; y=125.0mil; width=120.0mil; height=120.0mil; astart=0; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107327 {
+             x1=125.0mil; y1=125.0mil; x2=125.0mil; y2=125.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107330 {
+             x1=125.0mil; y1=125.0mil; x2=125.0mil; y2=125.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107333 {
+             x1=125.0mil; y1=125.0mil; x2=4.175mm; y2=125.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107336 {
+             x1=125.0mil; y1=125.0mil; x2=125.0mil; y2=4.175mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAB
+       }
+       ha:subc.107340 {
+        ha:attributes {
+         {io_pcb::hidename_y}=66.9036 mm
+         footprint=hole-M3
+         {io_pcb::hidename_scale}=60
+         refdes=H2
+         value=
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=17.3990 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=125.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107354 {
+          proto=0; x=125.0mil; y=3.875in; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+           usetherm=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:arc.107341 {
+             x=125.0mil; y=3.875in; width=120.0mil; height=120.0mil; astart=0; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107342 {
+             x1=125.0mil; y1=3.875in; x2=125.0mil; y2=3.875in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107345 {
+             x1=125.0mil; y1=3.875in; x2=125.0mil; y2=3.875in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107348 {
+             x1=125.0mil; y1=3.875in; x2=4.175mm; y2=3.875in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107351 {
+             x1=125.0mil; y1=3.875in; x2=125.0mil; y2=99.425mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAC
+       }
+       ha:subc.107355 {
+        ha:attributes {
+         {io_pcb::hidename_y}=8.8392 mm
+         footprint=hole-M3
+         {io_pcb::hidename_scale}=60
+         refdes=H3
+         value=
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=60.1218 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=125.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107369 {
+          proto=0; x=3.875in; y=125.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+           usetherm=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:arc.107356 {
+             x=3.875in; y=125.0mil; width=120.0mil; height=120.0mil; astart=0; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107357 {
+             x1=3.875in; y1=125.0mil; x2=3.875in; y2=125.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107360 {
+             x1=3.875in; y1=125.0mil; x2=3.875in; y2=125.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107363 {
+             x1=3.875in; y1=125.0mil; x2=99.425mm; y2=125.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107366 {
+             x1=3.875in; y1=125.0mil; x2=3.875in; y2=4.175mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAD
+       }
+       ha:subc.107370 {
+        ha:attributes {
+         {io_pcb::hidename_y}=66.9798 mm
+         footprint=hole-M3
+         {io_pcb::hidename_scale}=60
+         refdes=H4
+         value=
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=60.1472 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=125.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=175.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=225.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107384 {
+          proto=0; x=3.875in; y=3.875in; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+           usetherm=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:arc.107371 {
+             x=3.875in; y=3.875in; width=120.0mil; height=120.0mil; astart=0; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107372 {
+             x1=3.875in; y1=3.875in; x2=3.875in; y2=3.875in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107375 {
+             x1=3.875in; y1=3.875in; x2=3.875in; y2=3.875in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107378 {
+             x1=3.875in; y1=3.875in; x2=99.425mm; y2=3.875in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107381 {
+             x1=3.875in; y1=3.875in; x2=3.875in; y2=99.425mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAE
+       }
+       ha:subc.107844 {
+        ha:attributes {
+         {io_pcb::hidename_y}=51.2572 mm
+         footprint=100mil5pin
+         {io_pcb::hidename_scale}=60
+         refdes=J7
+         value=
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=74.6252 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=38.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=38.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107869 {
+          proto=0; x=89.7382mm; y=2.523in; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107870 {
+          proto=1; x=3.633in; y=2.523in; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.107871 {
+          proto=1; x=3.733in; y=2.523in; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+         ha:padstack_ref.107872 {
+          proto=1; x=3.833in; y=2.523in; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.107873 {
+          proto=1; x=3.933in; y=2.523in; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=5
+            name=5
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107845 {
+             x1=3.983in; y1=62.8142mm; x2=3.483in; y2=62.8142mm; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107848 {
+             x1=3.483in; y1=62.8142mm; x2=3.483in; y2=65.3542mm; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107851 {
+             x1=3.483in; y1=65.3542mm; x2=3.983in; y2=65.3542mm; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107854 {
+             x1=3.983in; y1=65.3542mm; x2=3.983in; y2=62.8142mm; thickness=15.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107857 {
+             x1=3.733in; y1=2.523in; x2=3.733in; y2=2.523in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107860 {
+             x1=89.7382mm; y1=2.523in; x2=89.7382mm; y2=2.523in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107863 {
+             x1=89.7382mm; y1=2.523in; x2=89.7382mm; y2=65.0842mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107866 {
+             x1=89.7382mm; y1=2.523in; x2=90.7382mm; y2=2.523in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAZ
+       }
+       ha:subc.108392 {
+        ha:attributes {
+         value=BNC
+         footprint=bnc-th
+         refdes=J8
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.890016mm; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=1.890014mm;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=1.890014mm;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=1.890014mm;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=87.01mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=87.01mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=2.009902mm; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=118.5mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=118.5mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=118.5mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=3.32994mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=3.32994mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108418 {
+          proto=0; x=88.9mm; y=2.0in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108419 {
+          proto=0; x=88.9mm; y=1.90001in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=GND
+          }
+         }
+         ha:padstack_ref.108420 {
+          proto=1; x=3.7in; y=2.2in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=GND
+          }
+         }
+         ha:padstack_ref.108421 {
+          proto=1; x=3.30001in; y=2.2in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=GND
+          }
+         }
+         ha:padstack_ref.108422 {
+          proto=1; x=3.7in; y=1.80001in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=GND
+          }
+         }
+         ha:padstack_ref.108423 {
+          proto=1; x=3.30001in; y=1.80001in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=GND
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108393 {
+             x1=3.42403in; y1=2.29055in; x2=101.73mm; y2=2.29055in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.108396 {
+             x1=3.42403in; y1=1.70946in; x2=101.73mm; y2=1.70946in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.108399 {
+             x1=3.42403in; y1=2.29055in; x2=3.42403in; y2=1.70946in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.108402 {
+             x1=101.73mm; y1=2.29055in; x2=101.73mm; y2=1.70946in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:text.108405 {
+             string=%a.parent.refdes%; x=88.9mm; y=2.0in; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108406 {
+             x1=88.900084mm; y1=1.98333831in; x2=88.900084mm; y2=1.98333831in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108409 {
+             x1=88.9mm; y1=2.0in; x2=88.9mm; y2=2.0in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108412 {
+             x1=88.9mm; y1=2.0in; x2=87.9mm; y2=2.0in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108415 {
+             x1=88.9mm; y1=2.0in; x2=88.9mm; y2=49.8mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAv
+       }
+       ha:subc.109896 {
+        ha:attributes {
+         {io_pcb::hidename_y}=52.0764 mm
+         footprint=ABM3B
+         {io_pcb::hidename_scale}=60
+         refdes=X2
+         value=8mhz
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=60.4830 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               23.62mil  
+               -0.899922mm  
+               -23.62mil  
+               -0.899922mm  
+               -23.62mil  
+               0.899922mm  
+               23.62mil  
+               0.899922mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               26.62mil  
+               -0.976122mm  
+               -26.62mil  
+               -0.976122mm  
+               -26.62mil  
+               0.976122mm  
+               26.62mil  
+               0.976122mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               23.62mil  
+               -0.899922mm  
+               -23.62mil  
+               -0.899922mm  
+               -23.62mil  
+               0.899922mm  
+               23.62mil  
+               0.899922mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109910 {
+          proto=0; x=85.654896mm; y=2.47227in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.109911 {
+          proto=0; x=85.654896mm; y=2.62974in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109912 {
+          proto=0; x=83.255358mm; y=2.62974in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.109913 {
+          proto=0; x=83.255358mm; y=2.47227in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:arc.109897 {
+             x=84.69503mm; y=2.651in; width=5.0mil; height=5.0mil; astart=0; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109898 {
+             x1=84.455127mm; y1=64.795527mm; x2=84.455127mm; y2=64.795527mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109901 {
+             x1=3.325in; y1=2.551in; x2=3.325in; y2=2.551in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109904 {
+             x1=3.325in; y1=2.551in; x2=83.455mm; y2=2.551in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109907 {
+             x1=3.325in; y1=2.551in; x2=3.325in; y2=63.7954mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAB6
+       }
+       ha:subc.109880 {
+        ha:attributes {
+         value=1uF
+         footprint=0402
+         refdes=C9
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109894 {
+          proto=0; x=2.906in; y=2.94826in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109895 {
+          proto=0; x=2.906in; y=2.97974in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109881 {
+             string=%a.parent.refdes%; x=2.9375in; y=74.4855mm; scale=100; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109882 {
+             x1=2.906in; y1=2.964in; x2=2.906in; y2=2.964in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109885 {
+             x1=2.906in; y1=2.964in; x2=2.906in; y2=2.964in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109888 {
+             x1=2.906in; y1=2.964in; x2=2.906in; y2=74.2856mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109891 {
+             x1=2.906in; y1=2.964in; x2=72.8124mm; y2=2.964in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAB5
+       }
+       ha:subc.109864 {
+        ha:attributes {
+         value=2.2uF
+         footprint=0402
+         refdes=C38
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109878 {
+          proto=0; x=78.154496mm; y=78.9686mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109879 {
+          proto=0; x=77.354904mm; y=78.9686mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109865 {
+             string=%a.parent.refdes%; x=78.459296mm; y=79.375mm; scale=60; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109866 {
+             x1=77.7547mm; y1=78.9686mm; x2=77.7547mm; y2=78.9686mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109869 {
+             x1=77.7547mm; y1=78.9686mm; x2=77.7547mm; y2=78.9686mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109872 {
+             x1=77.7547mm; y1=78.9686mm; x2=76.7547mm; y2=78.9686mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109875 {
+             x1=77.7547mm; y1=78.9686mm; x2=77.7547mm; y2=77.9686mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAB4
+       }
+       ha:subc.109834 {
+        ha:attributes {
+         {io_pcb::hidename_y}=70.4850 mm
+         copyright=2006 DJ Delorie
+         author=DJ Delorie
+         footprint=SOT23-5
+         dist-license=GPL
+         {io_pcb::hidename_scale}=89
+         refdes=U2
+         value=TPS70950
+         {io_pcb::hidename_direction}=1
+         use-license=Unlimited
+         {io_pcb::hidename_x}=54.2544 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               12.0mil  
+               -20.0mil  
+               -12.0mil  
+               -20.0mil  
+               -12.0mil  
+               20.0mil  
+               12.0mil  
+               20.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               15.0mil  
+               -23.0mil  
+               -15.0mil  
+               -23.0mil  
+               -15.0mil  
+               23.0mil  
+               15.0mil  
+               23.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               12.0mil  
+               -20.0mil  
+               -12.0mil  
+               -20.0mil  
+               -12.0mil  
+               20.0mil  
+               12.0mil  
+               20.0mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109859 {
+          proto=0; x=3.119in; y=3.2in; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.109860 {
+          proto=0; x=77.2414mm; y=3.2in; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=VOUT
+          }
+         }
+         ha:padstack_ref.109861 {
+          proto=0; x=77.2414mm; y=3.282in; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=VIN
+          }
+         }
+         ha:padstack_ref.109862 {
+          proto=0; x=3.08in; y=3.282in; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=GND
+          }
+         }
+         ha:padstack_ref.109863 {
+          proto=0; x=3.119in; y=3.282in; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=EN
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109835 {
+             x1=3.139in; y1=3.171in; x2=3.139in; y2=3.31in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109838 {
+             x1=76.7334mm; y1=3.171in; x2=3.139in; y2=3.171in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109841 {
+             x1=76.7334mm; y1=3.171in; x2=76.7334mm; y2=3.31in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109844 {
+             x1=76.7334mm; y1=3.31in; x2=3.139in; y2=3.31in; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109847 {
+             x1=3.08in; y1=3.2492in; x2=3.08in; y2=3.2492in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109850 {
+             x1=3.119in; y1=3.2in; x2=3.119in; y2=3.2in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109853 {
+             x1=3.119in; y1=3.2in; x2=3.119in; y2=82.28mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109856 {
+             x1=3.119in; y1=3.2in; x2=80.2226mm; y2=3.2in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAB3
+       }
+       ha:subc.109818 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C7
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109832 {
+          proto=0; x=3.07674in; y=3.147in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109833 {
+          proto=0; x=3.04526in; y=3.147in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109819 {
+             string=%a.parent.refdes%; x=3.0925in; y=80.7339mm; scale=100; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109820 {
+             x1=77.7494mm; y1=3.147in; x2=77.7494mm; y2=3.147in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109823 {
+             x1=77.7494mm; y1=3.147in; x2=77.7494mm; y2=3.147in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109826 {
+             x1=77.7494mm; y1=3.147in; x2=76.7494mm; y2=3.147in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109829 {
+             x1=77.7494mm; y1=3.147in; x2=77.7494mm; y2=78.9338mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAB2
+       }
+       ha:subc.109802 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C8
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109816 {
+          proto=0; x=74.308204mm; y=2.789in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109817 {
+          proto=0; x=75.107796mm; y=2.789in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109803 {
+             string=%a.parent.refdes%; x=73.9079mm; y=70.0405mm; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109804 {
+             x1=74.708mm; y1=2.789in; x2=74.708mm; y2=2.789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109807 {
+             x1=74.708mm; y1=2.789in; x2=74.708mm; y2=2.789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109810 {
+             x1=74.708mm; y1=2.789in; x2=75.708mm; y2=2.789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109813 {
+             x1=74.708mm; y1=2.789in; x2=74.708mm; y2=71.8406mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAB1
+       }
+       ha:subc.109786 {
+        ha:attributes {
+         value=3.3k
+         footprint=0402
+         refdes=R13
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109800 {
+          proto=0; x=45.3724mm; y=81.303804mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109801 {
+          proto=0; x=45.3724mm; y=82.103396mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109787 {
+             string=%a.parent.refdes%; x=45.855mm; y=81.036596mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109788 {
+             x1=45.3724mm; y1=81.7036mm; x2=45.3724mm; y2=81.7036mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109791 {
+             x1=45.3724mm; y1=81.7036mm; x2=45.3724mm; y2=81.7036mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109794 {
+             x1=45.3724mm; y1=81.7036mm; x2=45.3724mm; y2=80.7036mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109797 {
+             x1=45.3724mm; y1=81.7036mm; x2=44.3724mm; y2=81.7036mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAB0
+       }
+       ha:subc.109770 {
+        ha:attributes {
+         value=100
+         footprint=0402
+         refdes=R7
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109784 {
+          proto=0; x=46.368mm; y=3.11190961in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109785 {
+          proto=0; x=46.368mm; y=3.14338961in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109771 {
+             string=%a.parent.refdes%; x=46.749mm; y=79.0425mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109772 {
+             x1=46.368mm; y1=79.4423mm; x2=46.368mm; y2=79.4423mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109775 {
+             x1=46.368mm; y1=79.4423mm; x2=46.368mm; y2=79.4423mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109778 {
+             x1=46.368mm; y1=79.4423mm; x2=46.368mm; y2=78.4423mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109781 {
+             x1=46.368mm; y1=79.4423mm; x2=45.368mm; y2=79.4423mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABz
+       }
+       ha:subc.109754 {
+        ha:attributes {
+         value=3.3k
+         footprint=0402
+         refdes=R1
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109768 {
+          proto=0; x=45.3774mm; y=79.835496mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109769 {
+          proto=0; x=45.3774mm; y=79.035904mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109755 {
+             string=%a.parent.refdes%; x=44.9964mm; y=79.721704mm; scale=60; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109756 {
+             x1=45.3774mm; y1=79.4357mm; x2=45.3774mm; y2=79.4357mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109759 {
+             x1=45.3774mm; y1=79.4357mm; x2=45.3774mm; y2=79.4357mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109762 {
+             x1=45.3774mm; y1=79.4357mm; x2=45.3774mm; y2=80.4357mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109765 {
+             x1=45.3774mm; y1=79.4357mm; x2=46.3774mm; y2=79.4357mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABy
+       }
+       ha:subc.109738 {
+        ha:attributes {
+         value=100
+         footprint=0402
+         refdes=R16
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109752 {
+          proto=0; x=46.368mm; y=82.089496mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109753 {
+          proto=0; x=46.368mm; y=81.289904mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109739 {
+             string=%a.parent.refdes%; x=45.9108mm; y=82.3313mm; scale=60; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109740 {
+             x1=46.368mm; y1=81.6897mm; x2=46.368mm; y2=81.6897mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109743 {
+             x1=46.368mm; y1=81.6897mm; x2=46.368mm; y2=81.6897mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109746 {
+             x1=46.368mm; y1=81.6897mm; x2=46.368mm; y2=82.6897mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109749 {
+             x1=46.368mm; y1=81.6897mm; x2=47.368mm; y2=81.6897mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABx
+       }
+       ha:subc.109702 {
+        ha:attributes {
+         {io_pcb::hidename_y}=67.7725 mm
+         footprint=1212-8
+         {io_pcb::hidename_scale}=60
+         refdes=Q2
+         value=Si7232DN
+         {io_pcb::hidename_direction}=3
+         {io_pcb::hidename_x}=26.6823 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.494919mm  
+               -0.202438mm  
+               -0.494919mm  
+               0.202438mm  
+               0.494919mm  
+               0.202438mm  
+               0.494919mm  
+               -0.202438mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.571119mm  
+               -10.97mil  
+               -0.571119mm  
+               10.97mil  
+               0.571119mm  
+               10.97mil  
+               0.571119mm  
+               -10.97mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.494919mm  
+               -0.202438mm  
+               -0.494919mm  
+               0.202438mm  
+               0.494919mm  
+               0.202438mm  
+               0.494919mm  
+               -0.202438mm  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.862583mm  
+               -0.495045mm  
+               -0.862583mm  
+               0.495045mm  
+               0.862583mm  
+               0.495045mm  
+               0.862583mm  
+               -0.495045mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -36.96mil  
+               -0.571246mm  
+               -36.96mil  
+               0.571246mm  
+               36.96mil  
+               0.571246mm  
+               36.96mil  
+               -0.571246mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.862583mm  
+               -0.495045mm  
+               -0.862583mm  
+               0.495045mm  
+               0.862583mm  
+               0.495045mm  
+               0.862583mm  
+               -0.495045mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109728 {
+          proto=0; x=51.574319mm; y=3.12162in; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=D
+          }
+         }
+         ha:padstack_ref.109729 {
+          proto=0; x=48.704627mm; y=3.12162in; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=S
+          }
+         }
+         ha:padstack_ref.109730 {
+          proto=0; x=51.574319mm; y=3.14721in; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=D
+          }
+         }
+         ha:padstack_ref.109731 {
+          proto=0; x=48.704627mm; y=3.14721in; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=G
+          }
+         }
+         ha:padstack_ref.109732 {
+          proto=0; x=51.574319mm; y=3.1728in; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=D
+          }
+         }
+         ha:padstack_ref.109733 {
+          proto=0; x=48.704627mm; y=3.1728in; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=S
+          }
+         }
+         ha:padstack_ref.109734 {
+          proto=0; x=51.574319mm; y=81.239106mm; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=D
+          }
+         }
+         ha:padstack_ref.109735 {
+          proto=0; x=48.704627mm; y=81.239106mm; rot=0.000000; xmirror=0; smirror=0; clearance=4.825mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=G
+          }
+         }
+         ha:padstack_ref.109736 {
+          proto=1; x=1.99594in; y=3.13609in; rot=0.000000; xmirror=0; smirror=0; clearance=-0.382397mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=D
+          }
+         }
+         ha:padstack_ref.109737 {
+          proto=1; x=1.99594in; y=3.18392in; rot=0.000000; xmirror=0; smirror=0; clearance=-0.382397mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=D
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109703 {
+             x1=1.90904in; y1=78.61427mm; x2=2.03895in; y2=78.61427mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109706 {
+             x1=1.90904in; y1=78.61427mm; x2=1.90904in; y2=3.22496in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109709 {
+             x1=1.90904in; y1=3.22496in; x2=2.03895in; y2=3.22496in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109712 {
+             x1=2.03895in; y1=78.61427mm; x2=2.03895in; y2=3.22496in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.109715 {
+             x=1.88282in; y=3.10883in; width=5.0mil; height=5.0mil; astart=270; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109716 {
+             x1=50.250953mm; y1=80.264127mm; x2=50.250953mm; y2=80.264127mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109719 {
+             x1=1.974in; y1=3.16in; x2=1.974in; y2=3.16in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109722 {
+             x1=1.974in; y1=3.16in; x2=51.1396mm; y2=3.16in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109725 {
+             x1=1.974in; y1=3.16in; x2=1.974in; y2=81.264mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABw
+       }
+       ha:subc.109643 {
+        ha:attributes {
+         value=ADS124S0X
+         footprint=s-pqfp-g32
+         refdes=U4
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.649986mm  
+               -5.315mil  
+               -0.649986mm  
+               5.315mil  
+               0.649986mm  
+               5.315mil  
+               0.649986mm  
+               -5.315mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -28.07mil  
+               -7.795mil  
+               -28.07mil  
+               7.795mil  
+               28.07mil  
+               7.795mil  
+               28.07mil  
+               -7.795mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.649986mm  
+               -5.315mil  
+               -0.649986mm  
+               5.315mil  
+               0.649986mm  
+               5.315mil  
+               0.649986mm  
+               -5.315mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.315mil  
+               -0.649986mm  
+               -5.315mil  
+               -0.649986mm  
+               -5.315mil  
+               0.649986mm  
+               5.315mil  
+               0.649986mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               7.795mil  
+               -28.07mil  
+               -7.795mil  
+               -28.07mil  
+               -7.795mil  
+               28.07mil  
+               7.795mil  
+               28.07mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.315mil  
+               -0.649986mm  
+               -5.315mil  
+               -0.649986mm  
+               -5.315mil  
+               0.649986mm  
+               5.315mil  
+               0.649986mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109670 {
+          proto=0; x=3.218945in; y=2.83411in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=pin8
+          }
+         }
+         ha:padstack_ref.109671 {
+          proto=0; x=2.963045in; y=2.83411in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=17
+            name=pin17
+          }
+         }
+         ha:padstack_ref.109672 {
+          proto=1; x=80.261206mm; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=32
+            name=pin32
+          }
+         }
+         ha:padstack_ref.109673 {
+          proto=1; x=80.261206mm; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=9
+            name=pin9
+          }
+         }
+         ha:padstack_ref.109674 {
+          proto=0; x=3.218945in; y=2.8538in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=pin7
+          }
+         }
+         ha:padstack_ref.109675 {
+          proto=0; x=2.963045in; y=2.8538in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=18
+            name=pin18
+          }
+         }
+         ha:padstack_ref.109676 {
+          proto=1; x=3.1402in; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=31
+            name=pin31
+          }
+         }
+         ha:padstack_ref.109677 {
+          proto=1; x=3.1402in; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=10
+            name=pin10
+          }
+         }
+         ha:padstack_ref.109678 {
+          proto=0; x=3.218945in; y=2.87348in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=pin6
+          }
+         }
+         ha:padstack_ref.109679 {
+          proto=0; x=2.963045in; y=2.87348in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=19
+            name=pin19
+          }
+         }
+         ha:padstack_ref.109680 {
+          proto=1; x=79.261208mm; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=30
+            name=pin30
+          }
+         }
+         ha:padstack_ref.109681 {
+          proto=1; x=79.261208mm; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=11
+            name=pin11
+          }
+         }
+         ha:padstack_ref.109682 {
+          proto=0; x=3.218945in; y=2.89317in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=pin5
+          }
+         }
+         ha:padstack_ref.109683 {
+          proto=0; x=2.963045in; y=2.89317in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=20
+            name=pin20
+          }
+         }
+         ha:padstack_ref.109684 {
+          proto=1; x=3.10083in; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=29
+            name=pin29
+          }
+         }
+         ha:padstack_ref.109685 {
+          proto=1; x=3.10083in; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=12
+            name=pin12
+          }
+         }
+         ha:padstack_ref.109686 {
+          proto=0; x=3.218945in; y=2.91284in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=pin4
+          }
+         }
+         ha:padstack_ref.109687 {
+          proto=0; x=2.963045in; y=2.91284in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=21
+            name=pin21
+          }
+         }
+         ha:padstack_ref.109688 {
+          proto=1; x=3.08116in; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=28
+            name=pin28
+          }
+         }
+         ha:padstack_ref.109689 {
+          proto=1; x=3.08116in; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=13
+            name=pin13
+          }
+         }
+         ha:padstack_ref.109690 {
+          proto=0; x=3.218945in; y=2.93253in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=pin3
+          }
+         }
+         ha:padstack_ref.109691 {
+          proto=0; x=2.963045in; y=2.93253in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=22
+            name=pin22
+          }
+         }
+         ha:padstack_ref.109692 {
+          proto=1; x=77.761338mm; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=27
+            name=pin27
+          }
+         }
+         ha:padstack_ref.109693 {
+          proto=1; x=77.761338mm; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=14
+            name=pin14
+          }
+         }
+         ha:padstack_ref.109694 {
+          proto=0; x=3.218945in; y=2.95221in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=pin2
+          }
+         }
+         ha:padstack_ref.109695 {
+          proto=0; x=2.963045in; y=2.95221in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=23
+            name=pin23
+          }
+         }
+         ha:padstack_ref.109696 {
+          proto=1; x=3.04179in; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=26
+            name=pin26
+          }
+         }
+         ha:padstack_ref.109697 {
+          proto=1; x=3.04179in; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=15
+            name=pin15
+          }
+         }
+         ha:padstack_ref.109698 {
+          proto=0; x=3.218945in; y=2.9719in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=pin1
+          }
+         }
+         ha:padstack_ref.109699 {
+          proto=0; x=2.963045in; y=2.9719in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=24
+            name=pin24
+          }
+         }
+         ha:padstack_ref.109700 {
+          proto=1; x=3.0221in; y=3.030955in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=25
+            name=pin25
+          }
+         }
+         ha:padstack_ref.109701 {
+          proto=1; x=3.0221in; y=2.775055in; rot=0.000000; xmirror=0; smirror=0; clearance=4.53mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=16
+            name=pin16
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109644 {
+             x1=2.99257in; y1=2.80458in; x2=3.18942in; y2=2.80458in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109647 {
+             x1=2.99257in; y1=2.80458in; x2=2.99257in; y2=3.00143in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109650 {
+             x1=2.99257in; y1=3.00143in; x2=3.18942in; y2=3.00143in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109653 {
+             x1=3.18942in; y1=2.80458in; x2=3.18942in; y2=3.00143in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.109656 {
+             x=3.20123in; y=76.5363mm; width=5.0mil; height=5.0mil; astart=270; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+            ha:text.109657 {
+             string=%a.parent.refdes%; x=3.091in; y=2.903in; scale=100; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109658 {
+             x1=78.511273mm; y1=73.736327mm; x2=78.511273mm; y2=73.736327mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109661 {
+             x1=3.091in; y1=2.903in; x2=3.091in; y2=2.903in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109664 {
+             x1=3.091in; y1=2.903in; x2=77.5114mm; y2=2.903in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109667 {
+             x1=3.091in; y1=2.903in; x2=3.091in; y2=72.7362mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABv
+       }
+       ha:subc.109615 {
+        ha:attributes {
+         {io_pcb::hidename_y}=56.4134 mm
+         footprint=SOT23
+         {io_pcb::hidename_scale}=60
+         refdes=U11
+         value=MCP130T-300
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=64.2620 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -20.0mil  
+               -17.0mil  
+               -20.0mil  
+               17.0mil  
+               20.0mil  
+               17.0mil  
+               20.0mil  
+               -17.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -23.0mil  
+               -20.0mil  
+               -23.0mil  
+               20.0mil  
+               23.0mil  
+               20.0mil  
+               23.0mil  
+               -20.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -20.0mil  
+               -17.0mil  
+               -20.0mil  
+               17.0mil  
+               20.0mil  
+               17.0mil  
+               20.0mil  
+               -17.0mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109640 {
+          proto=0; x=3.502in; y=2.75in; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=RESET
+          }
+         }
+         ha:padstack_ref.109641 {
+          proto=0; x=3.502in; y=2.672in; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=VCC
+          }
+         }
+         ha:padstack_ref.109642 {
+          proto=0; x=86.868mm; y=68.8594mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=GND
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109616 {
+             x1=86.1568mm; y1=70.485mm; x2=3.531in; y2=70.485mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109619 {
+             x1=3.531in; y1=2.647in; x2=3.531in; y2=70.485mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109622 {
+             x1=86.1568mm; y1=2.647in; x2=3.531in; y2=2.647in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109625 {
+             x1=86.1568mm; y1=2.647in; x2=86.1568mm; y2=70.485mm; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109628 {
+             x1=88.256533mm; y1=68.8594mm; x2=88.256533mm; y2=68.8594mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109631 {
+             x1=3.502in; y1=2.75in; x2=3.502in; y2=2.75in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109634 {
+             x1=3.502in; y1=2.75in; x2=87.9508mm; y2=2.75in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109637 {
+             x1=3.502in; y1=2.75in; x2=3.502in; y2=68.85mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABu
+       }
+       ha:subc.109599 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C610
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109613 {
+          proto=0; x=87.477604mm; y=2.806in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109614 {
+          proto=0; x=88.277196mm; y=2.806in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109600 {
+             string=%a.parent.refdes%; x=3.431in; y=2.792in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109601 {
+             x1=87.8774mm; y1=2.806in; x2=87.8774mm; y2=2.806in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109604 {
+             x1=87.8774mm; y1=2.806in; x2=87.8774mm; y2=2.806in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109607 {
+             x1=87.8774mm; y1=2.806in; x2=88.8774mm; y2=2.806in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109610 {
+             x1=87.8774mm; y1=2.806in; x2=87.8774mm; y2=72.2724mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABt
+       }
+       ha:subc.109583 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C36
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109597 {
+          proto=0; x=87.477704mm; y=66.421mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109598 {
+          proto=0; x=88.277296mm; y=66.421mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109584 {
+             string=%a.parent.refdes%; x=87.2999mm; y=2.601in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109585 {
+             x1=87.8775mm; y1=66.421mm; x2=87.8775mm; y2=66.421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109588 {
+             x1=87.8775mm; y1=66.421mm; x2=87.8775mm; y2=66.421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109591 {
+             x1=87.8775mm; y1=66.421mm; x2=88.8775mm; y2=66.421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109594 {
+             x1=87.8775mm; y1=66.421mm; x2=87.8775mm; y2=67.421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABs
+       }
+       ha:subc.109554 {
+        ha:attributes {
+         value=MMBT2222A
+         footprint=SOT23
+         refdes=Q3
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -20.0mil  
+               -17.0mil  
+               -20.0mil  
+               17.0mil  
+               20.0mil  
+               17.0mil  
+               20.0mil  
+               -17.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -23.0mil  
+               -20.0mil  
+               -23.0mil  
+               20.0mil  
+               23.0mil  
+               20.0mil  
+               23.0mil  
+               -20.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -20.0mil  
+               -17.0mil  
+               -20.0mil  
+               17.0mil  
+               20.0mil  
+               17.0mil  
+               20.0mil  
+               -17.0mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109580 {
+          proto=0; x=2.572in; y=619.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109581 {
+          proto=0; x=2.572in; y=697.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.109582 {
+          proto=0; x=67.4116mm; y=658.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109555 {
+             x1=2.543in; y1=594.0mil; x2=2.682in; y2=594.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109558 {
+             x1=2.543in; y1=594.0mil; x2=2.543in; y2=722.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109561 {
+             x1=2.543in; y1=722.0mil; x2=2.682in; y2=722.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109564 {
+             x1=2.682in; y1=594.0mil; x2=2.682in; y2=722.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:text.109567 {
+             string=%a.parent.refdes%; x=2.682in; y=594.0mil; scale=100; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109568 {
+             x1=66.023066mm; y1=658.0mil; x2=66.023066mm; y2=658.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109571 {
+             x1=2.572in; y1=619.0mil; x2=2.572in; y2=619.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109574 {
+             x1=2.572in; y1=619.0mil; x2=66.3288mm; y2=619.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109577 {
+             x1=2.572in; y1=619.0mil; x2=2.572in; y2=16.7226mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABr
+       }
+       ha:subc.109525 {
+        ha:attributes {
+         {io_pcb::hidename_y}=72.2391 mm
+         footprint=282834-4
+         {io_pcb::hidename_scale}=60
+         refdes=J13
+         value=pressure
+         {io_pcb::hidename_direction}=1
+         {io_pcb::hidename_x}=38.6601 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109550 {
+          proto=0; x=65.27803mm; y=82.803976mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.109551 {
+          proto=0; x=65.27803mm; y=80.263976mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+         ha:padstack_ref.109552 {
+          proto=0; x=65.27803mm; y=77.723976mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.109553 {
+          proto=1; x=65.27803mm; y=75.183976mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109526 {
+             x1=62.0281mm; y1=84.3041mm; x2=68.528214mm; y2=84.3041mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.109529 {
+             x1=68.528214mm; y1=73.6841mm; x2=68.528214mm; y2=84.3041mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.109532 {
+             x1=62.0281mm; y1=73.6841mm; x2=68.528214mm; y2=73.6841mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.109535 {
+             x1=62.0281mm; y1=73.6841mm; x2=62.0281mm; y2=84.3041mm; thickness=6.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109538 {
+             x1=65.27803mm; y1=78.993976mm; x2=65.27803mm; y2=78.993976mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109541 {
+             x1=62.0281mm; y1=84.3041mm; x2=62.0281mm; y2=84.3041mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109544 {
+             x1=62.0281mm; y1=84.3041mm; x2=63.0281mm; y2=84.3041mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109547 {
+             x1=62.0281mm; y1=84.3041mm; x2=62.0281mm; y2=85.3041mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABq
+       }
+       ha:subc.109496 {
+        ha:attributes {
+         {io_pcb::hidename_y}=61.6189 mm
+         footprint=282834-4
+         {io_pcb::hidename_scale}=60
+         refdes=J3
+         value=Terminal-4
+         {io_pcb::hidename_direction}=3
+         {io_pcb::hidename_x}=38.1749 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109521 {
+          proto=0; x=58.29297mm; y=75.184024mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.109522 {
+          proto=0; x=58.29297mm; y=77.724024mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+         ha:padstack_ref.109523 {
+          proto=0; x=58.29297mm; y=80.264024mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.109524 {
+          proto=1; x=58.29297mm; y=82.804024mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109497 {
+             x1=55.042786mm; y1=73.6839mm; x2=61.5429mm; y2=73.6839mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.109500 {
+             x1=55.042786mm; y1=73.6839mm; x2=55.042786mm; y2=84.3039mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.109503 {
+             x1=55.042786mm; y1=84.3039mm; x2=61.5429mm; y2=84.3039mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.109506 {
+             x1=61.5429mm; y1=73.6839mm; x2=61.5429mm; y2=84.3039mm; thickness=6.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109509 {
+             x1=58.29297mm; y1=78.994024mm; x2=58.29297mm; y2=78.994024mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109512 {
+             x1=61.5429mm; y1=73.6839mm; x2=61.5429mm; y2=73.6839mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109515 {
+             x1=61.5429mm; y1=73.6839mm; x2=60.5429mm; y2=73.6839mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109518 {
+             x1=61.5429mm; y1=73.6839mm; x2=61.5429mm; y2=72.6839mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABp
+       }
+       ha:subc.109480 {
+        ha:attributes {
+         value=200k
+         footprint=0402
+         refdes=R14
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109494 {
+          proto=0; x=1.70574in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109495 {
+          proto=0; x=1.67426in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109481 {
+             string=%a.parent.refdes%; x=42.2214mm; y=1.524in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109482 {
+             x1=1.69in; y1=39.1922mm; x2=1.69in; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109485 {
+             x1=1.69in; y1=39.1922mm; x2=1.69in; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109488 {
+             x1=1.69in; y1=39.1922mm; x2=41.926mm; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109491 {
+             x1=1.69in; y1=39.1922mm; x2=1.69in; y2=38.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABo
+       }
+       ha:subc.109464 {
+        ha:attributes {
+         value=22k
+         footprint=0402
+         refdes=R20
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109478 {
+          proto=0; x=1.58in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109479 {
+          proto=0; x=1.61148in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109465 {
+             string=%a.parent.refdes%; x=1.568in; y=1.525in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109466 {
+             x1=40.531796mm; y1=39.1922mm; x2=40.531796mm; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109469 {
+             x1=40.531796mm; y1=39.1922mm; x2=40.531796mm; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109472 {
+             x1=40.531796mm; y1=39.1922mm; x2=41.531796mm; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109475 {
+             x1=40.531796mm; y1=39.1922mm; x2=40.531796mm; y2=40.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABn
+       }
+       ha:subc.109448 {
+        ha:attributes {
+         value=3.3k
+         footprint=0402
+         refdes=R2
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109462 {
+          proto=0; x=1.51274in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109463 {
+          proto=0; x=1.48126in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109449 {
+             string=%a.parent.refdes%; x=37.5722mm; y=1.526in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109450 {
+             x1=1.497in; y1=39.1922mm; x2=1.497in; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109453 {
+             x1=1.497in; y1=39.1922mm; x2=1.497in; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109456 {
+             x1=1.497in; y1=39.1922mm; x2=37.0238mm; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109459 {
+             x1=1.497in; y1=39.1922mm; x2=1.497in; y2=38.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABm
+       }
+       ha:subc.109426 {
+        ha:attributes {
+         {io_pcb::hidename_y}=24.7315 mm
+         footprint=CAP_FC8
+         {io_pcb::hidename_scale}=60
+         refdes=C39
+         value=220uF
+         {io_pcb::hidename_direction}=3
+         {io_pcb::hidename_x}=6.9342 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=31.5mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.0mm  
+               -1.0mm  
+               1.0mm  
+               -1.0mm  
+               1.0mm  
+               1.0mm  
+               -1.0mm  
+               1.0mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.0mm  
+               -1.0mm  
+               1.0mm  
+               -1.0mm  
+               1.0mm  
+               1.0mm  
+               -1.0mm  
+               1.0mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.0mm  
+               -1.0mm  
+               1.0mm  
+               -1.0mm  
+               1.0mm  
+               1.0mm  
+               -1.0mm  
+               1.0mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.099947mm  
+               -1.099947mm  
+               1.099947mm  
+               -1.099947mm  
+               1.099947mm  
+               1.099947mm  
+               -1.099947mm  
+               1.099947mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.099947mm  
+               -1.099947mm  
+               1.099947mm  
+               -1.099947mm  
+               1.099947mm  
+               1.099947mm  
+               -1.099947mm  
+               1.099947mm  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=31.5mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.0mm;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.0mm;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.0mm;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.199894mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.199894mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109446 {
+          proto=0; x=1.155in; y=1.54779in; rot=0.000000; xmirror=0; smirror=0; clearance=0.499999mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109447 {
+          proto=1; x=1.155in; y=35.814mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.499999mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109427 {
+             x1=25.337262mm; y1=1.55763in; x2=25.337262mm; y2=41.563798mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109430 {
+             x1=24.337264mm; y1=1.597in; x2=1.0369in; y2=1.597in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.109433 {
+             x=1.155in; y=1.4789in; width=3.999992mm; height=3.999992mm; astart=90; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109434 {
+             x1=1.155in; y1=1.478895in; x2=1.155in; y2=1.478895in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109437 {
+             x1=1.155in; y1=1.4789in; x2=1.155in; y2=1.4789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109440 {
+             x1=1.155in; y1=1.4789in; x2=1.155in; y2=38.56406mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109443 {
+             x1=1.155in; y1=1.4789in; x2=30.337mm; y2=1.4789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABl
+       }
+       ha:subc.109410 {
+        ha:attributes {
+         value=2.2uF
+         footprint=0402
+         refdes=C37
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109424 {
+          proto=0; x=27.635204mm; y=49.0421mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109425 {
+          proto=0; x=28.434796mm; y=49.0421mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109411 {
+             string=%a.parent.refdes%; x=27.330404mm; y=48.5849mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109412 {
+             x1=28.035mm; y1=49.0421mm; x2=28.035mm; y2=49.0421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109415 {
+             x1=28.035mm; y1=49.0421mm; x2=28.035mm; y2=49.0421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109418 {
+             x1=28.035mm; y1=49.0421mm; x2=29.035mm; y2=49.0421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109421 {
+             x1=28.035mm; y1=49.0421mm; x2=28.035mm; y2=50.0421mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABk
+       }
+       ha:subc.109380 {
+        ha:attributes {
+         {io_pcb::hidename_y}=33.5481 mm
+         copyright=2006 DJ Delorie
+         author=DJ Delorie
+         footprint=SOT23-5
+         dist-license=GPL
+         {io_pcb::hidename_scale}=60
+         refdes=U1
+         value=TPS70933
+         {io_pcb::hidename_direction}=0
+         use-license=Unlimited
+         {io_pcb::hidename_x}=3.7579 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               12.0mil  
+               -20.0mil  
+               -12.0mil  
+               -20.0mil  
+               -12.0mil  
+               20.0mil  
+               12.0mil  
+               20.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               15.0mil  
+               -23.0mil  
+               -15.0mil  
+               -23.0mil  
+               -15.0mil  
+               23.0mil  
+               15.0mil  
+               23.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               12.0mil  
+               -20.0mil  
+               -12.0mil  
+               -20.0mil  
+               -12.0mil  
+               20.0mil  
+               12.0mil  
+               20.0mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109405 {
+          proto=0; x=26.67mm; y=47.1371mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.109406 {
+          proto=0; x=1.128in; y=47.1371mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=VOUT
+          }
+         }
+         ha:padstack_ref.109407 {
+          proto=0; x=1.128in; y=45.0543mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=VIN
+          }
+         }
+         ha:padstack_ref.109408 {
+          proto=0; x=27.6606mm; y=45.0543mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=GND
+          }
+         }
+         ha:padstack_ref.109409 {
+          proto=0; x=26.67mm; y=45.0543mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=EN
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109381 {
+             x1=1.03in; y1=44.3431mm; x2=1.03in; y2=47.8737mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109384 {
+             x1=1.03in; y1=47.8737mm; x2=1.148in; y2=47.8737mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109387 {
+             x1=1.148in; y1=47.8737mm; x2=1.148in; y2=44.3431mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109390 {
+             x1=1.148in; y1=44.3431mm; x2=1.03in; y2=44.3431mm; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109393 {
+             x1=27.6606mm; y1=45.88742mm; x2=27.6606mm; y2=45.88742mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109396 {
+             x1=26.67mm; y1=47.1371mm; x2=26.67mm; y2=47.1371mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109399 {
+             x1=26.67mm; y1=47.1371mm; x2=26.67mm; y2=46.1371mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109402 {
+             x1=26.67mm; y1=47.1371mm; x2=25.67mm; y2=47.1371mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABj
+       }
+       ha:subc.109344 {
+        ha:attributes {
+         {io_pcb::hidename_y}=30.3236 mm
+         footprint=powerdi123
+         {io_pcb::hidename_scale}=60
+         refdes=D3
+         value=DFLS130L
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=6.9342 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -43.31mil  
+               -0.700024mm  
+               -43.31mil  
+               0.700024mm  
+               43.31mil  
+               0.700024mm  
+               43.31mil  
+               -0.700024mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -49.215mil  
+               -33.465mil  
+               -49.215mil  
+               33.465mil  
+               49.215mil  
+               33.465mil  
+               49.215mil  
+               -33.465mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -43.31mil  
+               -0.700024mm  
+               -43.31mil  
+               0.700024mm  
+               43.31mil  
+               0.700024mm  
+               43.31mil  
+               -0.700024mm  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.449961mm  
+               -0.699897mm  
+               -0.449961mm  
+               -0.699897mm  
+               -0.449961mm  
+               0.699897mm  
+               0.449961mm  
+               0.699897mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               23.62mil  
+               -33.46mil  
+               -23.62mil  
+               -33.46mil  
+               -23.62mil  
+               33.46mil  
+               23.62mil  
+               33.46mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.449961mm  
+               -0.699897mm  
+               -0.449961mm  
+               -0.699897mm  
+               -0.449961mm  
+               0.699897mm  
+               0.449961mm  
+               0.699897mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109378 {
+          proto=0; x=29.4132mm; y=42.9715mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.109379 {
+          proto=1; x=1.25839in; y=42.9715mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109345 {
+             x1=28.863036mm; y1=43.936446mm; x2=1.25446in; y2=43.936446mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109348 {
+             x1=28.863036mm; y1=42.006554mm; x2=28.863036mm; y2=43.936446mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109351 {
+             x1=28.863036mm; y1=42.006554mm; x2=1.25446in; y2=42.006554mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109354 {
+             x1=1.25446in; y1=42.006554mm; x2=1.25446in; y2=43.936446mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109357 {
+             x1=27.846528mm; y1=43.936446mm; x2=1.11531in; y2=43.936446mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109360 {
+             x1=27.846528mm; y1=42.006554mm; x2=27.846528mm; y2=43.936446mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109363 {
+             x1=27.846528mm; y1=42.006554mm; x2=1.11531in; y2=42.006554mm; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109366 {
+             x1=30.688153mm; y1=42.9715mm; x2=30.688153mm; y2=42.9715mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109369 {
+             x1=1.1954in; y1=42.9715mm; x2=1.1954in; y2=42.9715mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109372 {
+             x1=1.1954in; y1=42.9715mm; x2=29.36316mm; y2=42.9715mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109375 {
+             x1=1.1954in; y1=42.9715mm; x2=1.1954in; y2=41.9715mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABi
+       }
+       ha:subc.109328 {
+        ha:attributes {
+         value=200k
+         footprint=0402
+         refdes=R11
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109342 {
+          proto=0; x=2.482in; y=59.766204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109343 {
+          proto=0; x=2.482in; y=60.565796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109329 {
+             string=%a.parent.refdes%; x=63.5mm; y=59.5818mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109330 {
+             x1=2.482in; y1=60.166mm; x2=2.482in; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109333 {
+             x1=2.482in; y1=60.166mm; x2=2.482in; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109336 {
+             x1=2.482in; y1=60.166mm; x2=2.482in; y2=59.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109339 {
+             x1=2.482in; y1=60.166mm; x2=62.0428mm; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABh
+       }
+       ha:subc.109312 {
+        ha:attributes {
+         value=200k
+         footprint=0402
+         refdes=R12
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109326 {
+          proto=0; x=64.0334mm; y=60.565796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109327 {
+          proto=0; x=64.0334mm; y=59.766204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109313 {
+             string=%a.parent.refdes%; x=2.538in; y=59.4548mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109314 {
+             x1=64.0334mm; y1=60.166mm; x2=64.0334mm; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109317 {
+             x1=64.0334mm; y1=60.166mm; x2=64.0334mm; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109320 {
+             x1=64.0334mm; y1=60.166mm; x2=64.0334mm; y2=61.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109323 {
+             x1=64.0334mm; y1=60.166mm; x2=65.0334mm; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABg
+       }
+       ha:subc.109296 {
+        ha:attributes {
+         value=22k
+         footprint=0402
+         refdes=R15
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109310 {
+          proto=0; x=2.56in; y=59.766204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109311 {
+          proto=0; x=2.56in; y=60.565796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109297 {
+             string=%a.parent.refdes%; x=65.4812mm; y=59.531mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109298 {
+             x1=2.56in; y1=60.166mm; x2=2.56in; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109301 {
+             x1=2.56in; y1=60.166mm; x2=2.56in; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109304 {
+             x1=2.56in; y1=60.166mm; x2=2.56in; y2=59.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109307 {
+             x1=2.56in; y1=60.166mm; x2=64.024mm; y2=60.166mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABf
+       }
+       ha:subc.109280 {
+        ha:attributes {
+         value=200k
+         footprint=0402
+         refdes=R25
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109294 {
+          proto=0; x=2.641in; y=60.566796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109295 {
+          proto=0; x=2.641in; y=59.767204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109281 {
+             string=%a.parent.refdes%; x=67.5132mm; y=59.373mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109282 {
+             x1=2.641in; y1=60.167mm; x2=2.641in; y2=60.167mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109285 {
+             x1=2.641in; y1=60.167mm; x2=2.641in; y2=60.167mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109288 {
+             x1=2.641in; y1=60.167mm; x2=2.641in; y2=61.167mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109291 {
+             x1=2.641in; y1=60.167mm; x2=68.0814mm; y2=60.167mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABe
+       }
+       ha:subc.109264 {
+        ha:attributes {
+         value=22k
+         footprint=0402
+         refdes=R26
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109278 {
+          proto=0; x=2.601in; y=59.779404mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109279 {
+          proto=0; x=2.601in; y=60.578996mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109265 {
+             string=%a.parent.refdes%; x=2.619in; y=59.4746mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109266 {
+             x1=2.601in; y1=60.1792mm; x2=2.601in; y2=60.1792mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109269 {
+             x1=2.601in; y1=60.1792mm; x2=2.601in; y2=60.1792mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109272 {
+             x1=2.601in; y1=60.1792mm; x2=2.601in; y2=59.1792mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109275 {
+             x1=2.601in; y1=60.1792mm; x2=65.0654mm; y2=60.1792mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABd
+       }
+       ha:subc.109227 {
+        ha:attributes {
+         {io_pcb::hidename_y}=23.2066 mm
+         footprint=8ufson2x2
+         {io_pcb::hidename_scale}=60
+         refdes=U13
+         value=LM293
+         {io_pcb::hidename_direction}=2
+         {io_pcb::hidename_x}=15.6853 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -0.374904mm  
+               -5.905mil  
+               -0.374904mm  
+               -5.905mil  
+               0.374904mm  
+               5.905mil  
+               0.374904mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               11.81mil  
+               -0.524891mm  
+               -11.81mil  
+               -0.524891mm  
+               -11.81mil  
+               0.524891mm  
+               11.81mil  
+               0.524891mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -0.374904mm  
+               -5.905mil  
+               -0.374904mm  
+               -5.905mil  
+               0.374904mm  
+               5.905mil  
+               0.374904mm  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -31.5mil  
+               -0.225044mm  
+               -31.5mil  
+               0.225044mm  
+               31.5mil  
+               0.225044mm  
+               31.5mil  
+               -0.225044mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -37.405mil  
+               -14.765mil  
+               -37.405mil  
+               14.765mil  
+               37.405mil  
+               14.765mil  
+               37.405mil  
+               -14.765mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -31.5mil  
+               -0.225044mm  
+               -31.5mil  
+               0.225044mm  
+               31.5mil  
+               0.225044mm  
+               31.5mil  
+               -0.225044mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109255 {
+          proto=0; x=39.320762mm; y=33.865583mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=out
+          }
+         }
+         ha:padstack_ref.109256 {
+          proto=0; x=37.820638mm; y=35.915617mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=in+
+          }
+         }
+         ha:padstack_ref.109257 {
+          proto=0; x=38.820636mm; y=33.865583mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=in-
+          }
+         }
+         ha:padstack_ref.109258 {
+          proto=0; x=38.320764mm; y=35.915617mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=in-
+          }
+         }
+         ha:padstack_ref.109259 {
+          proto=0; x=38.320764mm; y=33.865583mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=in+
+          }
+         }
+         ha:padstack_ref.109260 {
+          proto=0; x=38.820636mm; y=35.915617mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=out
+          }
+         }
+         ha:padstack_ref.109261 {
+          proto=0; x=37.820638mm; y=33.865583mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=V-
+          }
+         }
+         ha:padstack_ref.109262 {
+          proto=0; x=39.320762mm; y=35.915617mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=V+
+          }
+         }
+         ha:padstack_ref.109263 {
+          proto=1; x=38.5707mm; y=34.8906mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109228 {
+             x1=37.570702mm; y1=35.890598mm; x2=39.570698mm; y2=35.890598mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109231 {
+             x1=37.570702mm; y1=33.890602mm; x2=37.570702mm; y2=35.890598mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109234 {
+             x1=37.570702mm; y1=33.890602mm; x2=39.570698mm; y2=33.890602mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109237 {
+             x1=39.570698mm; y1=33.890602mm; x2=39.570698mm; y2=35.890598mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109240 {
+             x1=39.870672mm; y1=33.890602mm; x2=39.870672mm; y2=33.890602mm; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109243 {
+             x1=38.5707mm; y1=34.8906mm; x2=38.5707mm; y2=34.8906mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109246 {
+             x1=38.5707mm; y1=34.8906mm; x2=38.5707mm; y2=34.8906mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109249 {
+             x1=38.5707mm; y1=34.8906mm; x2=38.5707mm; y2=33.8906mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109252 {
+             x1=38.5707mm; y1=34.8906mm; x2=37.5707mm; y2=34.8906mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABc
+       }
+       ha:subc.109211 {
+        ha:attributes {
+         value=26.1k
+         footprint=0402
+         refdes=R39
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109225 {
+          proto=0; x=1.38589in; y=1.478in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109226 {
+          proto=0; x=1.41737in; y=1.478in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109212 {
+             string=%a.parent.refdes%; x=36.229802mm; y=1.49in; scale=60; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109213 {
+             x1=1.40163in; y1=1.478in; x2=1.40163in; y2=1.478in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109216 {
+             x1=1.40163in; y1=1.478in; x2=1.40163in; y2=1.478in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109219 {
+             x1=1.40163in; y1=1.478in; x2=36.601402mm; y2=1.478in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109222 {
+             x1=1.40163in; y1=1.478in; x2=1.40163in; y2=38.5412mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABb
+       }
+       ha:subc.109195 {
+        ha:attributes {
+         value=200k
+         footprint=0402
+         refdes=R38
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109209 {
+          proto=0; x=1.41737in; y=1.439in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109210 {
+          proto=0; x=1.38589in; y=1.439in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109196 {
+             string=%a.parent.refdes%; x=36.166802mm; y=1.453in; scale=60; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109197 {
+             x1=1.40163in; y1=1.439in; x2=1.40163in; y2=1.439in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109200 {
+             x1=1.40163in; y1=1.439in; x2=1.40163in; y2=1.439in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109203 {
+             x1=1.40163in; y1=1.439in; x2=34.601402mm; y2=1.439in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109206 {
+             x1=1.40163in; y1=1.439in; x2=1.40163in; y2=35.5506mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABa
+       }
+       ha:subc.109179 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C2
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109193 {
+          proto=0; x=40.446198mm; y=1.35752in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109194 {
+          proto=0; x=40.446198mm; y=1.389in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109180 {
+             string=%a.parent.refdes%; x=40.903398mm; y=1.358in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109181 {
+             x1=40.446198mm; y1=34.880804mm; x2=40.446198mm; y2=34.880804mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109184 {
+             x1=40.446198mm; y1=34.880804mm; x2=40.446198mm; y2=34.880804mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109187 {
+             x1=40.446198mm; y1=34.880804mm; x2=40.446198mm; y2=33.880804mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109190 {
+             x1=40.446198mm; y1=34.880804mm; x2=39.446198mm; y2=34.880804mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABZ
+       }
+       ha:subc.109163 {
+        ha:attributes {
+         value=100
+         footprint=0402
+         refdes=R8
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109177 {
+          proto=0; x=1.41748in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109178 {
+          proto=0; x=1.386in; y=39.1922mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109164 {
+             string=%a.parent.refdes%; x=35.192196mm; y=1.527in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109165 {
+             x1=1.40174in; y1=39.1922mm; x2=1.40174in; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109168 {
+             x1=1.40174in; y1=39.1922mm; x2=1.40174in; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109171 {
+             x1=1.40174in; y1=39.1922mm; x2=34.604196mm; y2=39.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109174 {
+             x1=1.40174in; y1=39.1922mm; x2=1.40174in; y2=38.1922mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABY
+       }
+       ha:subc.109135 {
+        ha:attributes {
+         {io_pcb::hidename_y}=31.3690 mm
+         footprint=TO252FET
+         {io_pcb::hidename_scale}=60
+         refdes=Q1
+         value=IRLR8743PbF
+         {io_pcb::hidename_direction}=3
+         {io_pcb::hidename_x}=16.3238 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.400048mm  
+               -29.53mil  
+               -1.400048mm  
+               29.53mil  
+               1.400048mm  
+               29.53mil  
+               1.400048mm  
+               -29.53mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.550035mm  
+               -35.435mil  
+               -1.550035mm  
+               35.435mil  
+               1.550035mm  
+               35.435mil  
+               1.550035mm  
+               -35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.400048mm  
+               -29.53mil  
+               -1.400048mm  
+               29.53mil  
+               1.400048mm  
+               29.53mil  
+               1.400048mm  
+               -29.53mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               3.050032mm  
+               -3.150108mm  
+               -3.050032mm  
+               -3.150108mm  
+               -3.050032mm  
+               3.150108mm  
+               3.050032mm  
+               3.150108mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               3.200019mm  
+               -129.925mil  
+               -3.200019mm  
+               -129.925mil  
+               -3.200019mm  
+               129.925mil  
+               3.200019mm  
+               129.925mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               3.050032mm  
+               -3.150108mm  
+               -3.050032mm  
+               -3.150108mm  
+               -3.050032mm  
+               3.150108mm  
+               3.050032mm  
+               3.150108mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109160 {
+          proto=0; x=35.169094mm; y=1.634in; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=G
+          }
+         }
+         ha:padstack_ref.109161 {
+          proto=1; x=1.63067in; y=1.724in; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=D
+          }
+         }
+         ha:padstack_ref.109162 {
+          proto=0; x=35.169094mm; y=1.814in; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=S
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109136 {
+             x1=43.319194mm; y1=40.53967mm; x2=43.319194mm; y2=1.85195in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109139 {
+             x1=37.219128mm; y1=1.85195in; x2=43.319194mm; y2=1.85195in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109142 {
+             x1=37.219128mm; y1=40.53967mm; x2=37.219128mm; y2=1.85195in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.109145 {
+             x1=37.219128mm; y1=40.53967mm; x2=43.319194mm; y2=40.53967mm; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109148 {
+             x1=1.46663in; y1=1.724in; x2=1.46663in; y2=1.724in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109151 {
+             x1=35.169094mm; y1=1.724in; x2=35.169094mm; y2=1.724in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109154 {
+             x1=35.169094mm; y1=1.724in; x2=35.169094mm; y2=42.7896mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109157 {
+             x1=35.169094mm; y1=1.724in; x2=34.169094mm; y2=1.724in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABX
+       }
+       ha:subc.109117 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J26
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109131 {
+          proto=0; x=59.563mm; y=1.825in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109132 {
+          proto=0; x=59.563mm; y=1.625in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109133 {
+          proto=1; x=59.563mm; y=1.725in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109134 {
+          proto=2; x=59.563mm; y=1.725in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109118 {
+             string=%a.parent.refdes%; x=59.563mm; y=1.725in; scale=100; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109119 {
+             x1=59.563mm; y1=1.725in; x2=59.563mm; y2=1.725in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109122 {
+             x1=59.563mm; y1=1.725in; x2=59.563mm; y2=1.725in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109125 {
+             x1=59.563mm; y1=1.725in; x2=60.563mm; y2=1.725in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109128 {
+             x1=59.563mm; y1=1.725in; x2=59.563mm; y2=44.815mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABW
+       }
+       ha:subc.109099 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J27
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=0.0; y1=-100.0mil; x2=0.0; y2=100.0mil; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109113 {
+          proto=0; x=1.845in; y=1.825in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109114 {
+          proto=0; x=1.845in; y=1.625in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109115 {
+          proto=1; x=1.845in; y=1.725in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109116 {
+          proto=2; x=1.845in; y=1.725in; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109100 {
+             string=%a.parent.refdes%; x=1.845in; y=1.725in; scale=100; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109101 {
+             x1=1.845in; y1=1.725in; x2=1.845in; y2=1.725in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109104 {
+             x1=1.845in; y1=1.725in; x2=1.845in; y2=1.725in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109107 {
+             x1=1.845in; y1=1.725in; x2=47.863mm; y2=1.725in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109110 {
+             x1=1.845in; y1=1.725in; x2=1.845in; y2=44.815mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABV
+       }
+       ha:subc.109083 {
+        ha:attributes {
+         value=200k
+         footprint=0402
+         refdes=R36
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109097 {
+          proto=0; x=1.393in; y=1.38874in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109098 {
+          proto=0; x=1.393in; y=34.474404mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109084 {
+             string=%a.parent.refdes%; x=1.378in; y=35.4396mm; scale=60; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109085 {
+             x1=1.393in; y1=1.373in; x2=1.393in; y2=1.373in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109088 {
+             x1=1.393in; y1=1.373in; x2=1.393in; y2=1.373in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109091 {
+             x1=1.393in; y1=1.373in; x2=1.393in; y2=35.8742mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109094 {
+             x1=1.393in; y1=1.373in; x2=36.3822mm; y2=1.373in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABU
+       }
+       ha:subc.109067 {
+        ha:attributes {
+         value=22k
+         footprint=0402
+         refdes=R37
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109081 {
+          proto=0; x=1.433in; y=34.474404mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109082 {
+          proto=0; x=1.433in; y=1.38874in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109068 {
+             string=%a.parent.refdes%; x=36.068mm; y=35.402mm; scale=60; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109069 {
+             x1=1.433in; y1=1.373in; x2=1.433in; y2=1.373in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109072 {
+             x1=1.433in; y1=1.373in; x2=1.433in; y2=1.373in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109075 {
+             x1=1.433in; y1=1.373in; x2=1.433in; y2=33.8742mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109078 {
+             x1=1.433in; y1=1.373in; x2=35.3982mm; y2=1.373in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABT
+       }
+       ha:subc.109051 {
+        ha:attributes {
+         value=0.22uF
+         footprint=0402
+         refdes=C42
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109065 {
+          proto=0; x=2.65926in; y=1.789in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109066 {
+          proto=0; x=68.344796mm; y=1.789in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109052 {
+             string=%a.parent.refdes%; x=67.3288mm; y=1.771in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109053 {
+             x1=2.675in; y1=1.789in; x2=2.675in; y2=1.789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109056 {
+             x1=2.675in; y1=1.789in; x2=2.675in; y2=1.789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109059 {
+             x1=2.675in; y1=1.789in; x2=68.945mm; y2=1.789in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109062 {
+             x1=2.675in; y1=1.789in; x2=2.675in; y2=46.4406mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABS
+       }
+       ha:subc.109035 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C43
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109049 {
+          proto=0; x=68.212204mm; y=1.6319685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109050 {
+          proto=0; x=69.011796mm; y=1.6319685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109036 {
+             string=%a.parent.refdes%; x=2.676in; y=41.0964mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109037 {
+             x1=68.612mm; y1=1.6319685in; x2=68.612mm; y2=1.6319685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109040 {
+             x1=68.612mm; y1=1.6319685in; x2=68.612mm; y2=1.6319685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109043 {
+             x1=68.612mm; y1=1.6319685in; x2=69.612mm; y2=1.6319685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109046 {
+             x1=68.612mm; y1=1.6319685in; x2=68.612mm; y2=42.452mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABR
+       }
+       ha:subc.109019 {
+        ha:attributes {
+         value=56k
+         footprint=0402
+         refdes=R30
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109033 {
+          proto=0; x=2.918in; y=1.93474in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109034 {
+          proto=0; x=2.918in; y=1.90326in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109020 {
+             string=%a.parent.refdes%; x=74.549mm; y=1.889in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109021 {
+             x1=2.918in; y1=1.919in; x2=2.918in; y2=1.919in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109024 {
+             x1=2.918in; y1=1.919in; x2=2.918in; y2=1.919in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109027 {
+             x1=2.918in; y1=1.919in; x2=2.918in; y2=49.7426mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109030 {
+             x1=2.918in; y1=1.919in; x2=75.1172mm; y2=1.919in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABQ
+       }
+       ha:subc.109003 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C251
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109017 {
+          proto=0; x=2.971in; y=39.521596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109018 {
+          proto=0; x=2.971in; y=38.722004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.109004 {
+             string=%a.parent.refdes%; x=2.99in; y=1.5079685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.109005 {
+             x1=2.971in; y1=39.1218mm; x2=2.971in; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.109008 {
+             x1=2.971in; y1=39.1218mm; x2=2.971in; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.109011 {
+             x1=2.971in; y1=39.1218mm; x2=2.971in; y2=40.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.109014 {
+             x1=2.971in; y1=39.1218mm; x2=76.4634mm; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABP
+       }
+       ha:subc.108987 {
+        ha:attributes {
+         value=10nF
+         footprint=0402
+         refdes=C211
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.109001 {
+          proto=0; x=78.8924mm; y=41.927996mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.109002 {
+          proto=0; x=78.8924mm; y=41.128404mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108988 {
+             string=%a.parent.refdes%; x=3.124in; y=40.6646mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108989 {
+             x1=78.8924mm; y1=1.6349685in; x2=78.8924mm; y2=1.6349685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108992 {
+             x1=78.8924mm; y1=1.6349685in; x2=78.8924mm; y2=1.6349685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108995 {
+             x1=78.8924mm; y1=1.6349685in; x2=78.8924mm; y2=42.5282mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108998 {
+             x1=78.8924mm; y1=1.6349685in; x2=79.8924mm; y2=1.6349685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABO
+       }
+       ha:subc.108971 {
+        ha:attributes {
+         value=10nF
+         footprint=0402
+         refdes=C171
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108985 {
+          proto=0; x=78.3844mm; y=50.468996mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108986 {
+          proto=0; x=78.3844mm; y=49.669404mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108972 {
+             string=%a.parent.refdes%; x=78.6892mm; y=49.453mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108973 {
+             x1=78.3844mm; y1=50.0692mm; x2=78.3844mm; y2=50.0692mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108976 {
+             x1=78.3844mm; y1=50.0692mm; x2=78.3844mm; y2=50.0692mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108979 {
+             x1=78.3844mm; y1=50.0692mm; x2=78.3844mm; y2=51.0692mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108982 {
+             x1=78.3844mm; y1=50.0692mm; x2=79.3844mm; y2=50.0692mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABN
+       }
+       ha:subc.108955 {
+        ha:attributes {
+         value=100pF
+         footprint=0402
+         refdes=C172
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108969 {
+          proto=0; x=79.292196mm; y=48.7926mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108970 {
+          proto=0; x=3.09026in; y=48.7926mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108956 {
+             string=%a.parent.refdes%; x=3.066in; y=1.9039685in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108957 {
+             x1=78.8924mm; y1=48.7926mm; x2=78.8924mm; y2=48.7926mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108960 {
+             x1=78.8924mm; y1=48.7926mm; x2=78.8924mm; y2=48.7926mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108963 {
+             x1=78.8924mm; y1=48.7926mm; x2=77.8924mm; y2=48.7926mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108966 {
+             x1=78.8924mm; y1=48.7926mm; x2=78.8924mm; y2=47.7926mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABM
+       }
+       ha:subc.108939 {
+        ha:attributes {
+         value=56pF
+         footprint=0402
+         refdes=C173
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108953 {
+          proto=0; x=3.01in; y=48.601596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108954 {
+          proto=0; x=3.01in; y=47.802004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108940 {
+             string=%a.parent.refdes%; x=3.026in; y=1.8709685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108941 {
+             x1=3.01in; y1=48.2018mm; x2=3.01in; y2=48.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108944 {
+             x1=3.01in; y1=48.2018mm; x2=3.01in; y2=48.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108947 {
+             x1=3.01in; y1=48.2018mm; x2=3.01in; y2=49.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108950 {
+             x1=3.01in; y1=48.2018mm; x2=77.454mm; y2=48.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABL
+       }
+       ha:subc.108923 {
+        ha:attributes {
+         value=18
+         footprint=0402
+         refdes=R171
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108937 {
+          proto=0; x=77.4446mm; y=48.601596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108938 {
+          proto=0; x=77.4446mm; y=47.802004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108924 {
+             string=%a.parent.refdes%; x=77.851mm; y=47.3956mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108925 {
+             x1=77.4446mm; y1=48.2018mm; x2=77.4446mm; y2=48.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108928 {
+             x1=77.4446mm; y1=48.2018mm; x2=77.4446mm; y2=48.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108931 {
+             x1=77.4446mm; y1=48.2018mm; x2=77.4446mm; y2=49.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108934 {
+             x1=77.4446mm; y1=48.2018mm; x2=78.4446mm; y2=48.2018mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABK
+       }
+       ha:subc.108907 {
+        ha:attributes {
+         value=56nH
+         footprint=0402
+         refdes=L171
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108921 {
+          proto=0; x=3.011in; y=46.874396mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108922 {
+          proto=0; x=3.011in; y=46.074804mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108908 {
+             string=%a.parent.refdes%; x=3.027in; y=1.7919685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108909 {
+             x1=3.011in; y1=46.4746mm; x2=3.011in; y2=46.4746mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108912 {
+             x1=3.011in; y1=46.4746mm; x2=3.011in; y2=46.4746mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108915 {
+             x1=3.011in; y1=46.4746mm; x2=3.011in; y2=47.4746mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108918 {
+             x1=3.011in; y1=46.4746mm; x2=77.4794mm; y2=46.4746mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABJ
+       }
+       ha:subc.108891 {
+        ha:attributes {
+         value=10pF
+         footprint=0402
+         refdes=C31
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108905 {
+          proto=0; x=2.70726in; y=35.6608mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108906 {
+          proto=0; x=2.73874in; y=35.6608mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108892 {
+             string=%a.parent.refdes%; x=2.702in; y=35.1274mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108893 {
+             x1=69.1642mm; y1=35.6608mm; x2=69.1642mm; y2=35.6608mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108896 {
+             x1=69.1642mm; y1=35.6608mm; x2=69.1642mm; y2=35.6608mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108899 {
+             x1=69.1642mm; y1=35.6608mm; x2=70.1642mm; y2=35.6608mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108902 {
+             x1=69.1642mm; y1=35.6608mm; x2=69.1642mm; y2=36.6608mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABI
+       }
+       ha:subc.108875 {
+        ha:attributes {
+         value=10pF
+         footprint=0402
+         refdes=C30
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108889 {
+          proto=0; x=2.73874in; y=40.4868mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108890 {
+          proto=0; x=2.70726in; y=40.4868mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108876 {
+             string=%a.parent.refdes%; x=2.7in; y=1.5779685in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108877 {
+             x1=69.1642mm; y1=40.4868mm; x2=69.1642mm; y2=40.4868mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108880 {
+             x1=69.1642mm; y1=40.4868mm; x2=69.1642mm; y2=40.4868mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108883 {
+             x1=69.1642mm; y1=40.4868mm; x2=68.1642mm; y2=40.4868mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108886 {
+             x1=69.1642mm; y1=40.4868mm; x2=69.1642mm; y2=39.4868mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABH
+       }
+       ha:subc.108859 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C45
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108873 {
+          proto=0; x=2.878in; y=1.9357085in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108874 {
+          proto=0; x=2.878in; y=48.367404mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108860 {
+             string=%a.parent.refdes%; x=73.533mm; y=1.8919685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108861 {
+             x1=2.878in; y1=48.7672mm; x2=2.878in; y2=48.7672mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108864 {
+             x1=2.878in; y1=48.7672mm; x2=2.878in; y2=48.7672mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108867 {
+             x1=2.878in; y1=48.7672mm; x2=2.878in; y2=49.7672mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108870 {
+             x1=2.878in; y1=48.7672mm; x2=74.1012mm; y2=48.7672mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABG
+       }
+       ha:subc.108843 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C47
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108857 {
+          proto=0; x=75.121mm; y=49.148196mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108858 {
+          proto=0; x=75.121mm; y=48.348604mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108844 {
+             string=%a.parent.refdes%; x=2.976in; y=1.8909685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108845 {
+             x1=75.121mm; y1=48.7484mm; x2=75.121mm; y2=48.7484mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108848 {
+             x1=75.121mm; y1=48.7484mm; x2=75.121mm; y2=48.7484mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108851 {
+             x1=75.121mm; y1=48.7484mm; x2=75.121mm; y2=49.7484mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108854 {
+             x1=75.121mm; y1=48.7484mm; x2=76.121mm; y2=48.7484mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABF
+       }
+       ha:subc.108827 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C44
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108841 {
+          proto=0; x=67.551804mm; y=44.4624mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108842 {
+          proto=0; x=68.351396mm; y=44.4624mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108828 {
+             string=%a.parent.refdes%; x=68.8726mm; y=44.9958mm; scale=60; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108829 {
+             x1=67.9516mm; y1=44.4624mm; x2=67.9516mm; y2=44.4624mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108832 {
+             x1=67.9516mm; y1=44.4624mm; x2=67.9516mm; y2=44.4624mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108835 {
+             x1=67.9516mm; y1=44.4624mm; x2=68.9516mm; y2=44.4624mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108838 {
+             x1=67.9516mm; y1=44.4624mm; x2=67.9516mm; y2=45.4624mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABE
+       }
+       ha:subc.108811 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C291
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108825 {
+          proto=0; x=2.857in; y=39.521596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108826 {
+          proto=0; x=2.857in; y=38.722004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108812 {
+             string=%a.parent.refdes%; x=2.873in; y=38.277mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108813 {
+             x1=2.857in; y1=39.1218mm; x2=2.857in; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108816 {
+             x1=2.857in; y1=39.1218mm; x2=2.857in; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108819 {
+             x1=2.857in; y1=39.1218mm; x2=2.857in; y2=40.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108822 {
+             x1=2.857in; y1=39.1218mm; x2=73.5678mm; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABD
+       }
+       ha:subc.108795 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C271
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108809 {
+          proto=0; x=73.533mm; y=1.5557085in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108810 {
+          proto=0; x=73.533mm; y=1.5242285in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108796 {
+             string=%a.parent.refdes%; x=2.913in; y=1.5049685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108797 {
+             x1=73.533mm; y1=39.1152mm; x2=73.533mm; y2=39.1152mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108800 {
+             x1=73.533mm; y1=39.1152mm; x2=73.533mm; y2=39.1152mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108803 {
+             x1=73.533mm; y1=39.1152mm; x2=73.533mm; y2=40.1152mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108806 {
+             x1=73.533mm; y1=39.1152mm; x2=74.533mm; y2=39.1152mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABC
+       }
+       ha:subc.108779 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C261
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108793 {
+          proto=0; x=74.486mm; y=39.521596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108794 {
+          proto=0; x=74.486mm; y=38.722004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108780 {
+             string=%a.parent.refdes%; x=75.0062mm; y=38.3278mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108781 {
+             x1=74.486mm; y1=39.1218mm; x2=74.486mm; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108784 {
+             x1=74.486mm; y1=39.1218mm; x2=74.486mm; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108787 {
+             x1=74.486mm; y1=39.1218mm; x2=74.486mm; y2=40.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108790 {
+             x1=74.486mm; y1=39.1218mm; x2=75.486mm; y2=39.1218mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABB
+       }
+       ha:subc.108763 {
+        ha:attributes {
+         value=1.8nF
+         footprint=0402
+         refdes=C231
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108777 {
+          proto=0; x=3.027in; y=41.135004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108778 {
+          proto=0; x=3.027in; y=41.934596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108764 {
+             string=%a.parent.refdes%; x=77.343mm; y=1.6019685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108765 {
+             x1=3.027in; y1=41.5348mm; x2=3.027in; y2=41.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108768 {
+             x1=3.027in; y1=41.5348mm; x2=3.027in; y2=41.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108771 {
+             x1=3.027in; y1=41.5348mm; x2=3.027in; y2=40.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108774 {
+             x1=3.027in; y1=41.5348mm; x2=75.8858mm; y2=41.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAABA
+       }
+       ha:subc.108747 {
+        ha:attributes {
+         value=47nF
+         footprint=0402
+         refdes=C221
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108761 {
+          proto=0; x=3.067in; y=41.128404mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108762 {
+          proto=0; x=3.067in; y=41.927996mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108748 {
+             string=%a.parent.refdes%; x=3.084in; y=40.5884mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108749 {
+             x1=3.067in; y1=1.6349685in; x2=3.067in; y2=1.6349685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108752 {
+             x1=3.067in; y1=1.6349685in; x2=3.067in; y2=1.6349685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108755 {
+             x1=3.067in; y1=1.6349685in; x2=3.067in; y2=40.5282mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108758 {
+             x1=3.067in; y1=1.6349685in; x2=76.9018mm; y2=1.6349685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA/
+       }
+       ha:subc.108731 {
+        ha:attributes {
+         value=6.2pF
+         footprint=0402
+         refdes=C175
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108745 {
+          proto=0; x=79.413604mm; y=49.7578mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108746 {
+          proto=0; x=80.213196mm; y=49.7578mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108732 {
+             string=%a.parent.refdes%; x=79.0956mm; y=49.326mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108733 {
+             x1=79.8134mm; y1=49.7578mm; x2=79.8134mm; y2=49.7578mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108736 {
+             x1=79.8134mm; y1=49.7578mm; x2=79.8134mm; y2=49.7578mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108739 {
+             x1=79.8134mm; y1=49.7578mm; x2=80.8134mm; y2=49.7578mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108742 {
+             x1=79.8134mm; y1=49.7578mm; x2=79.8134mm; y2=50.7578mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA+
+       }
+       ha:subc.108715 {
+        ha:attributes {
+         value=43nH
+         footprint=0402
+         refdes=L173
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108729 {
+          proto=0; x=3.163in; y=47.713604mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108730 {
+          proto=0; x=3.163in; y=48.513196mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108716 {
+             string=%a.parent.refdes%; x=80.9244mm; y=1.8639685in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108717 {
+             x1=3.163in; y1=48.1134mm; x2=3.163in; y2=48.1134mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108720 {
+             x1=3.163in; y1=48.1134mm; x2=3.163in; y2=48.1134mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108723 {
+             x1=3.163in; y1=48.1134mm; x2=3.163in; y2=47.1134mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108726 {
+             x1=3.163in; y1=48.1134mm; x2=79.3402mm; y2=48.1134mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA9
+       }
+       ha:subc.108699 {
+        ha:attributes {
+         value=15nH
+         footprint=0402
+         refdes=L172
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108713 {
+          proto=0; x=3.09726in; y=46.786mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108714 {
+          proto=0; x=79.469996mm; y=46.786mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108700 {
+             string=%a.parent.refdes%; x=78.105mm; y=46.405mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108701 {
+             x1=79.0702mm; y1=46.786mm; x2=79.0702mm; y2=46.786mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108704 {
+             x1=79.0702mm; y1=46.786mm; x2=79.0702mm; y2=46.786mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108707 {
+             x1=79.0702mm; y1=46.786mm; x2=80.0702mm; y2=46.786mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108710 {
+             x1=79.0702mm; y1=46.786mm; x2=79.0702mm; y2=47.786mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA8
+       }
+       ha:subc.108683 {
+        ha:attributes {
+         value=5.1pF
+         footprint=0402
+         refdes=C181
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108697 {
+          proto=0; x=80.328mm; y=46.836796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108698 {
+          proto=0; x=80.328mm; y=46.037204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108684 {
+             string=%a.parent.refdes%; x=3.181in; y=45.5414mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108685 {
+             x1=80.328mm; y1=46.437mm; x2=80.328mm; y2=46.437mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108688 {
+             x1=80.328mm; y1=46.437mm; x2=80.328mm; y2=46.437mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108691 {
+             x1=80.328mm; y1=46.437mm; x2=80.328mm; y2=47.437mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108694 {
+             x1=80.328mm; y1=46.437mm; x2=81.328mm; y2=46.437mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA7
+       }
+       ha:subc.108667 {
+        ha:attributes {
+         value=2.2pF
+         footprint=0402
+         refdes=C176
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108681 {
+          proto=0; x=78.689204mm; y=1.8819685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108682 {
+          proto=0; x=79.488796mm; y=1.8819685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108668 {
+             string=%a.parent.refdes%; x=78.2574mm; y=1.8639685in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108669 {
+             x1=79.089mm; y1=1.8819685in; x2=79.089mm; y2=1.8819685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108672 {
+             x1=79.089mm; y1=1.8819685in; x2=79.089mm; y2=1.8819685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108675 {
+             x1=79.089mm; y1=1.8819685in; x2=80.089mm; y2=1.8819685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108678 {
+             x1=79.089mm; y1=1.8819685in; x2=79.089mm; y2=48.802mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA6
+       }
+       ha:subc.108651 {
+        ha:attributes {
+         value=39pF
+         footprint=0402
+         refdes=C174
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108665 {
+          proto=0; x=77.4446mm; y=46.088004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108666 {
+          proto=0; x=77.4446mm; y=46.887596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108652 {
+             string=%a.parent.refdes%; x=77.851mm; y=45.262mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108653 {
+             x1=77.4446mm; y1=46.4878mm; x2=77.4446mm; y2=46.4878mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108656 {
+             x1=77.4446mm; y1=46.4878mm; x2=77.4446mm; y2=46.4878mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108659 {
+             x1=77.4446mm; y1=46.4878mm; x2=77.4446mm; y2=45.4878mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108662 {
+             x1=77.4446mm; y1=46.4878mm; x2=76.4446mm; y2=46.4878mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA5
+       }
+       ha:subc.108554 {
+        ha:attributes {
+         {io_pcb::hidename_y}=31.7492 mm
+         footprint=TI-QFN32-new
+         {io_pcb::hidename_scale}=60
+         refdes=U3
+         value=CC1200
+         {io_pcb::hidename_direction}=3
+         {io_pcb::hidename_x}=49.6316 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=15.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=29.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=29.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=29.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -66.93mil  
+               66.93mil  
+               66.93mil  
+               66.93mil  
+               66.93mil  
+               -66.93mil  
+               -66.93mil  
+               -66.93mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               -12.99mil  
+               -12.99mil  
+               -12.99mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.3 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               -12.99mil  
+               -12.99mil  
+               -12.99mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               -12.99mil  
+               -12.99mil  
+               -12.99mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.4 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -7.5mil  
+               7.5mil  
+               7.5mil  
+               7.5mil  
+               7.5mil  
+               -7.5mil  
+               -7.5mil  
+               -7.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               12.99mil  
+               -12.99mil  
+               -12.99mil  
+               -12.99mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -7.5mil  
+               7.5mil  
+               7.5mil  
+               7.5mil  
+               7.5mil  
+               -7.5mil  
+               -7.5mil  
+               -7.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.5 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425067mm  
+               -5.905mil  
+               -0.425067mm  
+               5.905mil  
+               0.425067mm  
+               5.905mil  
+               0.425067mm  
+               -5.905mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.495044mm  
+               -8.66mil  
+               -0.495044mm  
+               8.66mil  
+               0.495044mm  
+               8.66mil  
+               0.495044mm  
+               -8.66mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425067mm  
+               -5.905mil  
+               -0.425067mm  
+               5.905mil  
+               0.425067mm  
+               5.905mil  
+               0.425067mm  
+               -5.905mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.6 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425069mm  
+               -5.905mil  
+               -0.425069mm  
+               5.905mil  
+               0.425069mm  
+               5.905mil  
+               0.425069mm  
+               -5.905mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.495046mm  
+               -8.66mil  
+               -0.495046mm  
+               8.66mil  
+               0.495046mm  
+               8.66mil  
+               0.495046mm  
+               -8.66mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425069mm  
+               -5.905mil  
+               -0.425069mm  
+               5.905mil  
+               0.425069mm  
+               5.905mil  
+               0.425069mm  
+               -5.905mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.7 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -0.425069mm  
+               -5.905mil  
+               -0.425069mm  
+               -5.905mil  
+               0.425069mm  
+               5.905mil  
+               0.425069mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               8.66mil  
+               -0.495046mm  
+               -8.66mil  
+               -0.495046mm  
+               -8.66mil  
+               0.495046mm  
+               8.66mil  
+               0.495046mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -0.425069mm  
+               -5.905mil  
+               -0.425069mm  
+               -5.905mil  
+               0.425069mm  
+               5.905mil  
+               0.425069mm  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.8 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -0.425067mm  
+               -5.905mil  
+               -0.425067mm  
+               -5.905mil  
+               0.425067mm  
+               5.905mil  
+               0.425067mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               8.66mil  
+               -0.495044mm  
+               -8.66mil  
+               -0.495044mm  
+               -8.66mil  
+               0.495044mm  
+               8.66mil  
+               0.495044mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -0.425067mm  
+               -5.905mil  
+               -0.425067mm  
+               -5.905mil  
+               0.425067mm  
+               5.905mil  
+               0.425067mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108568 {
+          proto=0; x=74.319384mm; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108569 {
+          proto=0; x=74.319384mm; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108570 {
+          proto=0; x=74.319384mm; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108571 {
+          proto=0; x=2.874in; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108572 {
+          proto=0; x=2.874in; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108573 {
+          proto=0; x=2.874in; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108574 {
+          proto=0; x=2.82203in; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108575 {
+          proto=0; x=2.82203in; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108576 {
+          proto=0; x=2.82203in; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108577 {
+          proto=1; x=2.874in; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108578 {
+          proto=2; x=74.319384mm; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108579 {
+          proto=3; x=74.319384mm; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108580 {
+          proto=4; x=74.319384mm; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108581 {
+          proto=2; x=74.319384mm; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108582 {
+          proto=3; x=74.319384mm; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108583 {
+          proto=4; x=74.319384mm; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108584 {
+          proto=2; x=74.319384mm; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108585 {
+          proto=3; x=73.659238mm; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108586 {
+          proto=4; x=73.659238mm; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108587 {
+          proto=3; x=73.659238mm; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108588 {
+          proto=4; x=73.659238mm; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108589 {
+          proto=3; x=73.659238mm; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108590 {
+          proto=4; x=73.659238mm; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108591 {
+          proto=3; x=73.659238mm; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108592 {
+          proto=4; x=73.659238mm; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108593 {
+          proto=3; x=73.659238mm; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108594 {
+          proto=4; x=73.659238mm; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108595 {
+          proto=2; x=2.874in; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108596 {
+          proto=3; x=2.874in; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108597 {
+          proto=4; x=2.874in; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108598 {
+          proto=2; x=2.874in; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108599 {
+          proto=3; x=2.874in; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108600 {
+          proto=4; x=2.874in; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108601 {
+          proto=2; x=2.874in; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108602 {
+          proto=3; x=2.84802in; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108603 {
+          proto=4; x=2.84802in; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108604 {
+          proto=3; x=2.84802in; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108605 {
+          proto=4; x=2.84802in; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108606 {
+          proto=3; x=2.84802in; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108607 {
+          proto=4; x=2.84802in; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108608 {
+          proto=3; x=2.84802in; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108609 {
+          proto=4; x=2.84802in; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108610 {
+          proto=3; x=2.84802in; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108611 {
+          proto=4; x=2.84802in; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108612 {
+          proto=2; x=2.82203in; y=42.494416mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108613 {
+          proto=3; x=2.82203in; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108614 {
+          proto=4; x=2.82203in; y=1.6989985in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108615 {
+          proto=2; x=2.82203in; y=1.7249685in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108616 {
+          proto=3; x=2.82203in; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108617 {
+          proto=4; x=2.82203in; y=1.7509485in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108618 {
+          proto=2; x=2.82203in; y=45.134238mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=GND
+          }
+         }
+         ha:padstack_ref.108619 {
+          proto=5; x=75.47432mm; y=42.064394mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=24
+            name=LPF1
+          }
+         }
+         ha:padstack_ref.108620 {
+          proto=6; x=70.524624mm; y=42.064394mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=VDD_GUARD
+          }
+         }
+         ha:padstack_ref.108621 {
+          proto=7; x=74.749406mm; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=16
+            name=NC
+          }
+         }
+         ha:padstack_ref.108622 {
+          proto=8; x=74.749406mm; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=25
+            name=AVDD_PFD_CHP
+          }
+         }
+         ha:padstack_ref.108623 {
+          proto=5; x=75.47432mm; y=42.56452mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=23
+            name=LPF0
+          }
+         }
+         ha:padstack_ref.108624 {
+          proto=6; x=70.524624mm; y=42.56452mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=RESET_N
+          }
+         }
+         ha:padstack_ref.108625 {
+          proto=7; x=2.9232in; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=15
+            name=AVDD_RF
+          }
+         }
+         ha:padstack_ref.108626 {
+          proto=8; x=2.9232in; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=26
+            name=DCPL_PFD_CHP
+          }
+         }
+         ha:padstack_ref.108627 {
+          proto=5; x=75.47432mm; y=1.6954485in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=22
+            name=AVDD_SYNTH1
+          }
+         }
+         ha:padstack_ref.108628 {
+          proto=6; x=70.524624mm; y=1.6954485in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=GPIO3
+          }
+         }
+         ha:padstack_ref.108629 {
+          proto=7; x=73.749408mm; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=14
+            name=RBIAS
+          }
+         }
+         ha:padstack_ref.108630 {
+          proto=8; x=73.749408mm; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=27
+            name=AVDD_SYNTH2
+          }
+         }
+         ha:padstack_ref.108631 {
+          proto=5; x=75.47432mm; y=1.7151385in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=21
+            name=DCPL_VCO
+          }
+         }
+         ha:padstack_ref.108632 {
+          proto=6; x=70.524624mm; y=1.7151385in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=GPIO2
+          }
+         }
+         ha:padstack_ref.108633 {
+          proto=7; x=2.88383in; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=13
+            name=AVDD_IF
+          }
+         }
+         ha:padstack_ref.108634 {
+          proto=8; x=2.88383in; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=28
+            name=AVDD_XOSC
+          }
+         }
+         ha:padstack_ref.108635 {
+          proto=5; x=75.47432mm; y=1.7348085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=20
+            name=LNA_N
+          }
+         }
+         ha:padstack_ref.108636 {
+          proto=6; x=70.524624mm; y=1.7348085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=DVDD
+          }
+         }
+         ha:padstack_ref.108637 {
+          proto=7; x=2.86416in; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=12
+            name=DVDD
+          }
+         }
+         ha:padstack_ref.108638 {
+          proto=8; x=2.86416in; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=29
+            name=DCPL_XOSC
+          }
+         }
+         ha:padstack_ref.108639 {
+          proto=5; x=75.47432mm; y=1.7544985in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=19
+            name=LNA_P
+          }
+         }
+         ha:padstack_ref.108640 {
+          proto=6; x=70.524624mm; y=1.7544985in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=DCPL
+          }
+         }
+         ha:padstack_ref.108641 {
+          proto=7; x=72.249538mm; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=11
+            name=CS_N
+          }
+         }
+         ha:padstack_ref.108642 {
+          proto=8; x=72.249538mm; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=30
+            name=XOSC_Q1
+          }
+         }
+         ha:padstack_ref.108643 {
+          proto=5; x=75.47432mm; y=45.064134mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=18
+            name=TRX_SW
+          }
+         }
+         ha:padstack_ref.108644 {
+          proto=6; x=70.524624mm; y=45.064134mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=SI
+          }
+         }
+         ha:padstack_ref.108645 {
+          proto=7; x=2.82479in; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=10
+            name=GPIO0
+          }
+         }
+         ha:padstack_ref.108646 {
+          proto=8; x=2.82479in; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=31
+            name=XOSC_Q2
+          }
+         }
+         ha:padstack_ref.108647 {
+          proto=5; x=75.47432mm; y=1.7938685in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=17
+            name=PA
+          }
+         }
+         ha:padstack_ref.108648 {
+          proto=6; x=70.524624mm; y=1.7938685in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=SCLK
+          }
+         }
+         ha:padstack_ref.108649 {
+          proto=7; x=2.8051in; y=1.8224085in; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=9
+            name=SO/GPIO1
+          }
+         }
+         ha:padstack_ref.108650 {
+          proto=8; x=2.8051in; y=41.33948mm; rot=0.000000; xmirror=0; smirror=0; clearance=3.935mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=32
+            name=EXT_XOSC
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:arc.108555 {
+             x=2.77164in; y=1.6226185in; width=5.0mil; height=5.0mil; astart=270; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108556 {
+             x1=72.999489mm; y1=43.81431mm; x2=72.999489mm; y2=43.81431mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108559 {
+             x1=2.874in; y1=1.7249685in; x2=2.874in; y2=1.7249685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108562 {
+             x1=2.874in; y1=1.7249685in; x2=73.9996mm; y2=1.7249685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108565 {
+             x1=2.874in; y1=1.7249685in; x2=2.874in; y2=44.8142mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA4
+       }
+       ha:subc.108538 {
+        ha:attributes {
+         value=5.1pF
+         footprint=0402
+         refdes=C191
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108552 {
+          proto=0; x=3.13626in; y=1.7709685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108553 {
+          proto=0; x=80.460596mm; y=1.7709685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108539 {
+             string=%a.parent.refdes%; x=3.121in; y=44.5mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108540 {
+             x1=3.152in; y1=1.7709685in; x2=3.152in; y2=1.7709685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108543 {
+             x1=3.152in; y1=1.7709685in; x2=3.152in; y2=1.7709685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108546 {
+             x1=3.152in; y1=1.7709685in; x2=81.0608mm; y2=1.7709685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108549 {
+             x1=3.152in; y1=1.7709685in; x2=3.152in; y2=45.9826mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA3
+       }
+       ha:subc.108522 {
+        ha:attributes {
+         value=15nH
+         footprint=0402
+         refdes=L193
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108536 {
+          proto=0; x=81.3562mm; y=45.934596mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108537 {
+          proto=0; x=81.3562mm; y=45.135004mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108523 {
+             string=%a.parent.refdes%; x=81.9404mm; y=44.7794mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108524 {
+             x1=81.3562mm; y1=45.5348mm; x2=81.3562mm; y2=45.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108527 {
+             x1=81.3562mm; y1=45.5348mm; x2=81.3562mm; y2=45.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108530 {
+             x1=81.3562mm; y1=45.5348mm; x2=81.3562mm; y2=46.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108533 {
+             x1=81.3562mm; y1=45.5348mm; x2=82.3562mm; y2=45.5348mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA2
+       }
+       ha:subc.108506 {
+        ha:attributes {
+         value=27nH
+         footprint=0402
+         refdes=L192
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108520 {
+          proto=0; x=3.13626in; y=44.0174mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108521 {
+          proto=0; x=80.460596mm; y=44.0174mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108507 {
+             string=%a.parent.refdes%; x=3.121in; y=1.7139685in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108508 {
+             x1=3.152in; y1=44.0174mm; x2=3.152in; y2=44.0174mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108511 {
+             x1=3.152in; y1=44.0174mm; x2=3.152in; y2=44.0174mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108514 {
+             x1=3.152in; y1=44.0174mm; x2=81.0608mm; y2=44.0174mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108517 {
+             x1=3.152in; y1=44.0174mm; x2=3.152in; y2=45.0174mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA1
+       }
+       ha:subc.108490 {
+        ha:attributes {
+         value=27nH
+         footprint=0402
+         refdes=L201
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108504 {
+          proto=0; x=3.18726in; y=42.087mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108505 {
+          proto=0; x=81.755996mm; y=42.087mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108491 {
+             string=%a.parent.refdes%; x=3.173in; y=41.579mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108492 {
+             x1=81.3562mm; y1=42.087mm; x2=81.3562mm; y2=42.087mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108495 {
+             x1=81.3562mm; y1=42.087mm; x2=81.3562mm; y2=42.087mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108498 {
+             x1=81.3562mm; y1=42.087mm; x2=82.3562mm; y2=42.087mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108501 {
+             x1=81.3562mm; y1=42.087mm; x2=81.3562mm; y2=43.087mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAA0
+       }
+       ha:subc.108474 {
+        ha:attributes {
+         value=56nH
+         footprint=0402
+         refdes=L191
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108488 {
+          proto=0; x=78.7908mm; y=44.703196mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108489 {
+          proto=0; x=78.7908mm; y=43.903604mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108475 {
+             string=%a.parent.refdes%; x=3.08in; y=45.1096mm; scale=60; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108476 {
+             x1=78.7908mm; y1=44.3034mm; x2=78.7908mm; y2=44.3034mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108479 {
+             x1=78.7908mm; y1=44.3034mm; x2=78.7908mm; y2=44.3034mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108482 {
+             x1=78.7908mm; y1=44.3034mm; x2=78.7908mm; y2=45.3034mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108485 {
+             x1=78.7908mm; y1=44.3034mm; x2=79.7908mm; y2=44.3034mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAz
+       }
+       ha:subc.108456 {
+        ha:attributes {
+         {io_pcb::hidename_y}=26.0520 mm
+         footprint=NDK32
+         {io_pcb::hidename_scale}=60
+         refdes=X1
+         value=40mhz
+         {io_pcb::hidename_direction}=2
+         {io_pcb::hidename_x}=45.8089 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               23.62mil  
+               -0.699897mm  
+               -23.62mil  
+               -0.699897mm  
+               -23.62mil  
+               0.699897mm  
+               23.62mil  
+               0.699897mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               26.62mil  
+               -0.776097mm  
+               -26.62mil  
+               -0.776097mm  
+               -26.62mil  
+               0.776097mm  
+               26.62mil  
+               0.776097mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               23.62mil  
+               -0.699897mm  
+               -23.62mil  
+               -0.699897mm  
+               -23.62mil  
+               0.699897mm  
+               23.62mil  
+               0.699897mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108470 {
+          proto=0; x=2.692in; y=39.216693mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.108471 {
+          proto=0; x=2.692in; y=37.017053mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108472 {
+          proto=0; x=69.976746mm; y=37.017053mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.108473 {
+          proto=0; x=69.976746mm; y=39.216693mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:arc.108457 {
+             x=2.65736in; y=36.156882mm; width=5.0mil; height=5.0mil; astart=180; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108458 {
+             x1=69.176773mm; y1=38.116873mm; x2=69.176773mm; y2=38.116873mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108461 {
+             x1=69.1769mm; y1=38.117mm; x2=69.1769mm; y2=38.117mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108464 {
+             x1=69.1769mm; y1=38.117mm; x2=70.1769mm; y2=38.117mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108467 {
+             x1=69.1769mm; y1=38.117mm; x2=69.1769mm; y2=39.117mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAy
+       }
+       ha:subc.108440 {
+        ha:attributes {
+         value=5.1pF
+         footprint=0402
+         refdes=C210
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108454 {
+          proto=0; x=79.667604mm; y=1.6949685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108455 {
+          proto=0; x=80.467196mm; y=1.6949685in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108441 {
+             string=%a.parent.refdes%; x=3.12in; y=1.6749685in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108442 {
+             x1=80.0674mm; y1=1.6949685in; x2=80.0674mm; y2=1.6949685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108445 {
+             x1=80.0674mm; y1=1.6949685in; x2=80.0674mm; y2=1.6949685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108448 {
+             x1=80.0674mm; y1=1.6949685in; x2=81.0674mm; y2=1.6949685in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108451 {
+             x1=80.0674mm; y1=1.6949685in; x2=80.0674mm; y2=44.0522mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAx
+       }
+       ha:subc.108424 {
+        ha:attributes {
+         value=22nH
+         footprint=0402
+         refdes=L174
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108438 {
+          proto=0; x=80.937604mm; y=1.999in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108439 {
+          proto=0; x=81.737196mm; y=1.999in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108425 {
+             string=%a.parent.refdes%; x=80.4484mm; y=1.983in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108426 {
+             x1=81.3374mm; y1=1.999in; x2=81.3374mm; y2=1.999in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108429 {
+             x1=81.3374mm; y1=1.999in; x2=81.3374mm; y2=1.999in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108432 {
+             x1=81.3374mm; y1=1.999in; x2=82.3374mm; y2=1.999in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108435 {
+             x1=81.3374mm; y1=1.999in; x2=81.3374mm; y2=51.7746mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAw
+       }
+       ha:subc.108374 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J23
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108388 {
+          proto=0; x=1.92in; y=69.215mm; rot=0.000000; xmirror=1; smirror=1; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108389 {
+          proto=0; x=2.12in; y=69.215mm; rot=0.000000; xmirror=1; smirror=1; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108390 {
+          proto=1; x=2.02in; y=69.215mm; rot=0.000000; xmirror=0; smirror=1; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108391 {
+          proto=2; x=2.02in; y=69.215mm; rot=0.000000; xmirror=0; smirror=1; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108375 {
+             string=%a.parent.refdes%; x=2.02in; y=69.215mm; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+              onsolder=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            bottom = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108376 {
+             x1=2.02in; y1=69.215mm; x2=2.02in; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108379 {
+             x1=2.02in; y1=69.215mm; x2=2.02in; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108382 {
+             x1=2.02in; y1=69.215mm; x2=50.308mm; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108385 {
+             x1=2.02in; y1=69.215mm; x2=2.02in; y2=68.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            bottom = 1
+            virtual = 1
+            misc = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAu
+       }
+       ha:subc.108356 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J22
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108370 {
+          proto=0; x=1.92in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108371 {
+          proto=0; x=2.12in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108372 {
+          proto=1; x=2.02in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108373 {
+          proto=2; x=2.02in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108357 {
+             string=%a.parent.refdes%; x=2.02in; y=56.515mm; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108358 {
+             x1=2.02in; y1=56.515mm; x2=2.02in; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108361 {
+             x1=2.02in; y1=56.515mm; x2=2.02in; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108364 {
+             x1=2.02in; y1=56.515mm; x2=52.308mm; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108367 {
+             x1=2.02in; y1=56.515mm; x2=2.02in; y2=57.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAt
+       }
+       ha:subc.108338 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J21
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108352 {
+          proto=0; x=36.068mm; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108353 {
+          proto=0; x=1.62in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108354 {
+          proto=1; x=1.52in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108355 {
+          proto=2; x=1.52in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108339 {
+             string=%a.parent.refdes%; x=1.52in; y=56.515mm; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108340 {
+             x1=1.52in; y1=56.515mm; x2=1.52in; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108343 {
+             x1=1.52in; y1=56.515mm; x2=1.52in; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108346 {
+             x1=1.52in; y1=56.515mm; x2=39.608mm; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108349 {
+             x1=1.52in; y1=56.515mm; x2=1.52in; y2=57.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAs
+       }
+       ha:subc.108320 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J20
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108334 {
+          proto=0; x=36.068mm; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108335 {
+          proto=0; x=1.62in; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108336 {
+          proto=1; x=1.52in; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108337 {
+          proto=2; x=1.52in; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108321 {
+             string=%a.parent.refdes%; x=1.52in; y=69.215mm; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108322 {
+             x1=1.52in; y1=69.215mm; x2=1.52in; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108325 {
+             x1=1.52in; y1=69.215mm; x2=1.52in; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108328 {
+             x1=1.52in; y1=69.215mm; x2=39.608mm; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108331 {
+             x1=1.52in; y1=69.215mm; x2=1.52in; y2=70.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAr
+       }
+       ha:subc.108302 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J25
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108316 {
+          proto=0; x=61.468mm; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108317 {
+          proto=0; x=2.62in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108318 {
+          proto=1; x=2.52in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108319 {
+          proto=2; x=2.52in; y=56.515mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108303 {
+             string=%a.parent.refdes%; x=2.52in; y=56.515mm; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108304 {
+             x1=2.52in; y1=56.515mm; x2=2.52in; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108307 {
+             x1=2.52in; y1=56.515mm; x2=2.52in; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108310 {
+             x1=2.52in; y1=56.515mm; x2=65.008mm; y2=56.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108313 {
+             x1=2.52in; y1=56.515mm; x2=2.52in; y2=57.515mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAq
+       }
+       ha:subc.108284 {
+        ha:attributes {
+         value=0.25
+         footprint=TE1217861
+         refdes=J24
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=55.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=120.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=140.0mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-100.0mil; y1=0.0; x2=100.0mil; y2=0.0; thickness=152.0mil; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108298 {
+          proto=0; x=61.468mm; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108299 {
+          proto=0; x=2.62in; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108300 {
+          proto=1; x=2.52in; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108301 {
+          proto=2; x=2.52in; y=69.215mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108285 {
+             string=%a.parent.refdes%; x=2.52in; y=69.215mm; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108286 {
+             x1=2.52in; y1=69.215mm; x2=2.52in; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108289 {
+             x1=2.52in; y1=69.215mm; x2=2.52in; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108292 {
+             x1=2.52in; y1=69.215mm; x2=65.008mm; y2=69.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108295 {
+             x1=2.52in; y1=69.215mm; x2=2.52in; y2=70.215mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAp
+       }
+       ha:subc.108250 {
+        ha:attributes {
+         value=374
+         footprint=0.125W_Carbon_Resistor
+         refdes=R106
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=28.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108282 {
+          proto=0; x=3.145in; y=33.655mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+          }
+         }
+         ha:padstack_ref.108283 {
+          proto=0; x=3.145in; y=26.035mm; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108251 {
+             x1=3.145in; y1=1.235in; x2=3.145in; y2=1.275in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108254 {
+             x1=78.867mm; y1=1.235in; x2=80.899mm; y2=1.235in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108257 {
+             x1=78.867mm; y1=28.321mm; x2=78.867mm; y2=1.235in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108260 {
+             x1=78.867mm; y1=28.321mm; x2=80.899mm; y2=28.321mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108263 {
+             x1=80.899mm; y1=28.321mm; x2=80.899mm; y2=1.235in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108266 {
+             x1=3.145in; y1=27.305mm; x2=3.145in; y2=28.321mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:text.108269 {
+             string=%a.parent.refdes%; x=3.201in; y=1.187in; scale=100; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108270 {
+             x1=3.145in; y1=1.175in; x2=3.145in; y2=1.175in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108273 {
+             x1=3.145in; y1=33.655mm; x2=3.145in; y2=33.655mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108276 {
+             x1=3.145in; y1=33.655mm; x2=3.145in; y2=34.655mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108279 {
+             x1=3.145in; y1=33.655mm; x2=80.883mm; y2=33.655mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAo
+       }
+       ha:subc.108234 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C3
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108248 {
+          proto=0; x=80.074004mm; y=66.5988mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108249 {
+          proto=0; x=80.873596mm; y=66.5988mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108235 {
+             string=%a.parent.refdes%; x=3.153in; y=66.167mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108236 {
+             x1=80.4738mm; y1=66.5988mm; x2=80.4738mm; y2=66.5988mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108239 {
+             x1=80.4738mm; y1=66.5988mm; x2=80.4738mm; y2=66.5988mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108242 {
+             x1=80.4738mm; y1=66.5988mm; x2=81.4738mm; y2=66.5988mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108245 {
+             x1=80.4738mm; y1=66.5988mm; x2=80.4738mm; y2=67.5988mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAn
+       }
+       ha:subc.108218 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C4
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108232 {
+          proto=0; x=74.491596mm; y=2.196in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108233 {
+          proto=0; x=2.90126in; y=2.196in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108219 {
+             string=%a.parent.refdes%; x=73.66mm; y=55.3212mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108220 {
+             x1=2.917in; y1=2.196in; x2=2.917in; y2=2.196in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108223 {
+             x1=2.917in; y1=2.196in; x2=2.917in; y2=2.196in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108226 {
+             x1=2.917in; y1=2.196in; x2=73.0918mm; y2=2.196in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108229 {
+             x1=2.917in; y1=2.196in; x2=2.917in; y2=54.7784mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAm
+       }
+       ha:subc.108185 {
+        ha:attributes {
+         {io_pcb::hidename_y}=4.8499 mm
+         footprint=282834-8
+         {io_pcb::hidename_scale}=60
+         refdes=J12
+         value=NTC_A
+         {io_pcb::hidename_direction}=3
+         {io_pcb::hidename_x}=38.1749 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108210 {
+          proto=0; x=58.29297mm; y=725.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=8
+            name=8
+          }
+         }
+         ha:padstack_ref.108211 {
+          proto=0; x=58.29297mm; y=825.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=7
+          }
+         }
+         ha:padstack_ref.108212 {
+          proto=0; x=58.29297mm; y=925.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=6
+            name=6
+          }
+         }
+         ha:padstack_ref.108213 {
+          proto=0; x=58.29297mm; y=26.035mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=5
+          }
+         }
+         ha:padstack_ref.108214 {
+          proto=0; x=58.29297mm; y=1.125in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.108215 {
+          proto=0; x=58.29297mm; y=1.225in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+         ha:padstack_ref.108216 {
+          proto=0; x=58.29297mm; y=33.655mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.108217 {
+          proto=1; x=58.29297mm; y=36.195mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108186 {
+             x1=55.042786mm; y1=665.94mil; x2=61.5429mm; y2=665.94mil; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.108189 {
+             x1=55.042786mm; y1=665.94mil; x2=55.042786mm; y2=37.694876mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.108192 {
+             x1=55.042786mm; y1=37.694876mm; x2=61.5429mm; y2=37.694876mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.108195 {
+             x1=61.5429mm; y1=665.94mil; x2=61.5429mm; y2=37.694876mm; thickness=6.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108198 {
+             x1=58.29297mm; y1=27.305mm; x2=58.29297mm; y2=27.305mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108201 {
+             x1=61.5429mm; y1=665.94mil; x2=61.5429mm; y2=665.94mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108204 {
+             x1=61.5429mm; y1=665.94mil; x2=60.5429mm; y2=665.94mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108207 {
+             x1=61.5429mm; y1=665.94mil; x2=61.5429mm; y2=15.914876mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAl
+       }
+       ha:subc.108169 {
+        ha:attributes {
+         value=1uF
+         footprint=0402
+         refdes=C601
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108183 {
+          proto=0; x=3.401in; y=59.385204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108184 {
+          proto=0; x=3.401in; y=60.184796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108170 {
+             string=%a.parent.refdes%; x=3.419in; y=58.928mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108171 {
+             x1=3.401in; y1=59.785mm; x2=3.401in; y2=59.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108174 {
+             x1=3.401in; y1=59.785mm; x2=3.401in; y2=59.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108177 {
+             x1=3.401in; y1=59.785mm; x2=3.401in; y2=58.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108180 {
+             x1=3.401in; y1=59.785mm; x2=85.3854mm; y2=59.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAk
+       }
+       ha:subc.108153 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C602
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108167 {
+          proto=0; x=3.362in; y=2.33826in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108168 {
+          proto=0; x=3.362in; y=60.191396mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108154 {
+             string=%a.parent.refdes%; x=85.852mm; y=58.928mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108155 {
+             x1=3.362in; y1=2.354in; x2=3.362in; y2=2.354in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108158 {
+             x1=3.362in; y1=2.354in; x2=3.362in; y2=2.354in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108161 {
+             x1=3.362in; y1=2.354in; x2=3.362in; y2=58.7916mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108164 {
+             x1=3.362in; y1=2.354in; x2=84.3948mm; y2=2.354in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAj
+       }
+       ha:subc.108137 {
+        ha:attributes {
+         value=bead
+         footprint=0402
+         refdes=L600
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108151 {
+          proto=0; x=87.376mm; y=60.184796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108152 {
+          proto=0; x=87.376mm; y=59.385204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108138 {
+             string=%a.parent.refdes%; x=3.458in; y=58.928mm; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108139 {
+             x1=87.376mm; y1=59.785mm; x2=87.376mm; y2=59.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108142 {
+             x1=87.376mm; y1=59.785mm; x2=87.376mm; y2=59.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108145 {
+             x1=87.376mm; y1=59.785mm; x2=87.376mm; y2=60.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108148 {
+             x1=87.376mm; y1=59.785mm; x2=88.376mm; y2=59.785mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAi
+       }
+       ha:subc.108121 {
+        ha:attributes {
+         value=10k
+         footprint=0402
+         refdes=R402
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108135 {
+          proto=0; x=77.4446mm; y=66.878204mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108136 {
+          proto=0; x=77.4446mm; y=67.677796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108122 {
+             string=%a.parent.refdes%; x=3.066in; y=2.612in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108123 {
+             x1=77.4446mm; y1=67.278mm; x2=77.4446mm; y2=67.278mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108126 {
+             x1=77.4446mm; y1=67.278mm; x2=77.4446mm; y2=67.278mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108129 {
+             x1=77.4446mm; y1=67.278mm; x2=77.4446mm; y2=66.278mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108132 {
+             x1=77.4446mm; y1=67.278mm; x2=76.4446mm; y2=67.278mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAh
+       }
+       ha:subc.108015 {
+        ha:attributes {
+         {io_pcb::hidename_y}=48.9204 mm
+         footprint=ufqfpn48
+         {io_pcb::hidename_scale}=60
+         refdes=U7
+         value=STM32L151CBU6
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=53.1368 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=15.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=29.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=29.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=29.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -10.83mil  
+               -5.905mil  
+               -10.83mil  
+               5.905mil  
+               10.83mil  
+               5.905mil  
+               10.83mil  
+               -5.905mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -13.83mil  
+               -0.226187mm  
+               -13.83mil  
+               0.226187mm  
+               13.83mil  
+               0.226187mm  
+               13.83mil  
+               -0.226187mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -10.83mil  
+               -5.905mil  
+               -10.83mil  
+               5.905mil  
+               10.83mil  
+               5.905mil  
+               10.83mil  
+               -5.905mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -10.83mil  
+               -5.905mil  
+               -10.83mil  
+               -5.905mil  
+               10.83mil  
+               5.905mil  
+               10.83mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.226187mm  
+               -13.83mil  
+               -0.226187mm  
+               -13.83mil  
+               -0.226187mm  
+               13.83mil  
+               0.226187mm  
+               13.83mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               5.905mil  
+               -10.83mil  
+               -5.905mil  
+               -10.83mil  
+               -5.905mil  
+               10.83mil  
+               5.905mil  
+               10.83mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.3 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               -0.933323mm  
+               -0.933323mm  
+               -0.933323mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+               0.0  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.4 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               -0.933323mm  
+               -0.933323mm  
+               -0.933323mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               0.933323mm  
+               -0.933323mm  
+               -0.933323mm  
+               -0.933323mm  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.5 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -18.375mil  
+               18.375mil  
+               18.375mil  
+               18.375mil  
+               18.375mil  
+               -18.375mil  
+               -18.375mil  
+               -18.375mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -18.375mil  
+               18.375mil  
+               18.375mil  
+               18.375mil  
+               18.375mil  
+               -18.375mil  
+               -18.375mil  
+               -18.375mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -18.375mil  
+               18.375mil  
+               18.375mil  
+               18.375mil  
+               18.375mil  
+               -18.375mil  
+               -18.375mil  
+               -18.375mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108055 {
+          proto=0; x=78.752446mm; y=2.48949in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:0 {
+             on  
+             solid  
+            }
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108056 {
+          proto=0; x=2.95351in; y=2.48949in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108057 {
+          proto=0; x=78.752446mm; y=2.34251in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108058 {
+          proto=0; x=2.95351in; y=2.34251in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             solid  
+            }
+            li:3 {
+             on  
+             solid  
+            }
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108059 {
+          proto=1; x=80.260825mm; y=2.52427in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=VLCD
+          }
+         }
+         ha:padstack_ref.108060 {
+          proto=2; x=3.13527in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=13
+            name=PA3/USART2_RX/ADC_IN3/TIM2_CH4/TIM9_CH2
+          }
+         }
+         ha:padstack_ref.108061 {
+          proto=1; x=2.894125in; y=2.30773in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=25
+            name=PB12/SPI2_NSS/I2C2_SMBA/USART3_CKI/ADC_IN18/TIM10_CH1
+          }
+         }
+         ha:padstack_ref.108062 {
+          proto=2; x=2.91873in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=37
+            name=PA14/JTCK/SWCLK
+          }
+         }
+         ha:padstack_ref.108063 {
+          proto=1; x=80.260825mm; y=63.616332mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=PC13/RTC_AF1/WKUP2
+          }
+         }
+         ha:padstack_ref.108064 {
+          proto=2; x=3.11558in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=14
+            name=PA4/SPI1_NSS/USART2_CK/ADC_IN4/DAC_OUT1
+          }
+         }
+         ha:padstack_ref.108065 {
+          proto=1; x=2.894125in; y=2.32742in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=26
+            name=PB13/SPI2_SCK/USART3_CTS/ADC_IN19/TIM9_CH1
+          }
+         }
+         ha:padstack_ref.108066 {
+          proto=2; x=2.93842in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=38
+            name=PA15/JTDI/TIM2_CH1_ETR/SPI1_NSS
+          }
+         }
+         ha:padstack_ref.108067 {
+          proto=1; x=80.260825mm; y=2.4849in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=PC14/OSC32_IN
+          }
+         }
+         ha:padstack_ref.108068 {
+          proto=2; x=3.0959in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=15
+            name=PA5/SPI1_SCK/ADC_IN5/DAC_OUT2/TIM2_CH1_ETR
+          }
+         }
+         ha:padstack_ref.108069 {
+          proto=1; x=2.894125in; y=59.61634mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=27
+            name=PB14/SPI2_MISO/USART3_RTS/ADC_IN20/TIM9_CH2
+          }
+         }
+         ha:padstack_ref.108070 {
+          proto=2; x=2.9581in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=39
+            name=PB3/JTDO/TIM2_CH2/TRACESWO/SPI1_SCK
+          }
+         }
+         ha:padstack_ref.108071 {
+          proto=1; x=80.260825mm; y=62.616334mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=PC15/OSC32_OUT
+          }
+         }
+         ha:padstack_ref.108072 {
+          proto=2; x=3.07621in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=16
+            name=PA6/SPI1_MISO_ADC_IN6/TIM3_CH1/TIM10_CH1
+          }
+         }
+         ha:padstack_ref.108073 {
+          proto=1; x=2.894125in; y=60.116466mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=28
+            name=PB15/SPI2_MOSI/ADC_IN21/TIM11_CH1/RTC_50_60HZ
+          }
+         }
+         ha:padstack_ref.108074 {
+          proto=2; x=2.97779in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=40
+            name=PB4/JNTRSTSPI1_MISO/TIM3_CH1
+          }
+         }
+         ha:padstack_ref.108075 {
+          proto=1; x=80.260825mm; y=2.44553in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=PH0/OSC_IN
+          }
+         }
+         ha:padstack_ref.108076 {
+          proto=2; x=3.05653in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=17
+            name=PA7/SPI1_MOSI/ADC_IN7/TIM3_CH2/TIM11_CH1
+          }
+         }
+         ha:padstack_ref.108077 {
+          proto=1; x=2.894125in; y=60.616338mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=29
+            name=PA8/USART1_CK/MCO
+          }
+         }
+         ha:padstack_ref.108078 {
+          proto=2; x=76.135738mm; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=41
+            name=PB5/I2C1_SMBA/TIM3_CH2/SPI1_MOSI
+          }
+         }
+         ha:padstack_ref.108079 {
+          proto=1; x=80.260825mm; y=2.42584in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=PH1/OSC_OUT
+          }
+         }
+         ha:padstack_ref.108080 {
+          proto=2; x=3.03684in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=18
+            name=PB0/ADC_IN8/TIM3_CH3/VREF_OUT
+          }
+         }
+         ha:padstack_ref.108081 {
+          proto=1; x=2.894125in; y=61.116464mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=30
+            name=PA9/USART1_TX
+          }
+         }
+         ha:padstack_ref.108082 {
+          proto=2; x=3.01716in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=42
+            name=PB6/I2C1_SCL/TIM4_CH1/USART1_TX
+          }
+         }
+         ha:padstack_ref.108083 {
+          proto=1; x=80.260825mm; y=61.116464mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=NRST
+          }
+         }
+         ha:padstack_ref.108084 {
+          proto=2; x=3.01716in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=19
+            name=PB1/ADC_IN9/TIM3_CH4/VREF_OUT
+          }
+         }
+         ha:padstack_ref.108085 {
+          proto=1; x=2.894125in; y=2.42584in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=31
+            name=PA10/USART1_RX
+          }
+         }
+         ha:padstack_ref.108086 {
+          proto=2; x=3.03684in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=43
+            name=PB7/I2C1_SDA/TIM4_CH2/USART1_RX/PVD_IN
+          }
+         }
+         ha:padstack_ref.108087 {
+          proto=1; x=80.260825mm; y=60.616338mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=VSSA
+          }
+         }
+         ha:padstack_ref.108088 {
+          proto=2; x=76.135738mm; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=20
+            name=PB2/BOOT1
+          }
+         }
+         ha:padstack_ref.108089 {
+          proto=1; x=2.894125in; y=2.44553in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=32
+            name=PA11/USART1_CTS/USBDM/SPI1_MISO
+          }
+         }
+         ha:padstack_ref.108090 {
+          proto=2; x=3.05653in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=44
+            name=BOOT0
+          }
+         }
+         ha:padstack_ref.108091 {
+          proto=1; x=80.260825mm; y=60.116466mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=9
+            name=VDDA
+          }
+         }
+         ha:padstack_ref.108092 {
+          proto=2; x=2.97779in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=21
+            name=PB10/I2C2_SCL/USART3_TX/TIM2_CH3
+          }
+         }
+         ha:padstack_ref.108093 {
+          proto=1; x=2.894125in; y=62.616334mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=33
+            name=PA12/USART1_RTS/USBDP/SPI1_MOSI
+          }
+         }
+         ha:padstack_ref.108094 {
+          proto=2; x=3.07621in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=45
+            name=PB8/TIM4_CH3/I2C1_SCL/TIM10_CH1
+          }
+         }
+         ha:padstack_ref.108095 {
+          proto=1; x=80.260825mm; y=59.61634mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=10
+            name=PA0/WKUP1/USART2_CTS/ADC_IN0/TIM2_CH1_ETR
+          }
+         }
+         ha:padstack_ref.108096 {
+          proto=2; x=2.9581in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=22
+            name=PB11/I2C2_SDA/USART3_RX/TIM2_CH4
+          }
+         }
+         ha:padstack_ref.108097 {
+          proto=1; x=2.894125in; y=2.4849in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=34
+            name=PA13/JTMS/SWDIO
+          }
+         }
+         ha:padstack_ref.108098 {
+          proto=2; x=3.0959in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=46
+            name=PB9/TIM4_CH4/I2C1_SDA/TIM11_CH1
+          }
+         }
+         ha:padstack_ref.108099 {
+          proto=1; x=80.260825mm; y=2.32742in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=11
+            name=PA1/USART2_RTS/ADC_IN1/TIM2_CH2
+          }
+         }
+         ha:padstack_ref.108100 {
+          proto=2; x=2.93842in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=23
+            name=VSS1
+          }
+         }
+         ha:padstack_ref.108101 {
+          proto=1; x=2.894125in; y=63.616332mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=35
+            name=VSS2
+          }
+         }
+         ha:padstack_ref.108102 {
+          proto=2; x=3.11558in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=47
+            name=VSS3
+          }
+         }
+         ha:padstack_ref.108103 {
+          proto=1; x=80.260825mm; y=2.30773in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=12
+            name=PA2/USART2_TX/ADC_IN2/TIM2_CH3/TIM9_CH1
+          }
+         }
+         ha:padstack_ref.108104 {
+          proto=2; x=2.91873in; y=2.283125in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=24
+            name=VDD1
+          }
+         }
+         ha:padstack_ref.108105 {
+          proto=1; x=2.894125in; y=2.52427in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=36
+            name=VDD2
+          }
+         }
+         ha:padstack_ref.108106 {
+          proto=2; x=3.13527in; y=64.741425mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=48
+            name=VDD3
+          }
+         }
+         ha:padstack_ref.108107 {
+          proto=3; x=78.752446mm; y=2.48949in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108108 {
+          proto=4; x=3.027in; y=2.48949in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108109 {
+          proto=5; x=3.027in; y=2.48949in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108110 {
+          proto=3; x=2.95351in; y=2.48949in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108111 {
+          proto=4; x=78.752446mm; y=61.3664mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108112 {
+          proto=5; x=78.752446mm; y=61.3664mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108113 {
+          proto=4; x=3.027in; y=61.3664mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108114 {
+          proto=5; x=3.027in; y=61.3664mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108115 {
+          proto=4; x=2.95351in; y=61.3664mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108116 {
+          proto=5; x=2.95351in; y=61.3664mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108117 {
+          proto=3; x=78.752446mm; y=2.34251in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108118 {
+          proto=4; x=3.027in; y=2.34251in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108119 {
+          proto=5; x=3.027in; y=2.34251in; rot=0.000000; xmirror=0; smirror=0; clearance=0.0;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+         ha:padstack_ref.108120 {
+          proto=3; x=2.95351in; y=2.34251in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=GND
+            name=GND
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108016 {
+             x1=79.98587mm; y1=2.5538in; x2=3.1648in; y2=2.5538in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108019 {
+             x1=3.1648in; y1=64.46647mm; x2=3.1648in; y2=2.5538in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108022 {
+             x1=73.38568mm; y1=2.5538in; x2=73.78573mm; y2=2.5538in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108025 {
+             x1=73.38568mm; y1=64.46647mm; x2=73.38568mm; y2=2.5538in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108028 {
+             x1=79.98587mm; y1=2.2782in; x2=3.1648in; y2=2.2782in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108031 {
+             x1=3.1648in; y1=2.2782in; x2=3.1648in; y2=58.26633mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108034 {
+             x1=73.38568mm; y1=2.2782in; x2=73.78573mm; y2=2.2782in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108037 {
+             x1=73.38568mm; y1=2.2782in; x2=73.38568mm; y2=58.26633mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.108040 {
+             x1=80.085692mm; y1=2.54198in; x2=80.085692mm; y2=2.54198in; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108043 {
+             x1=3.027in; y1=61.3664mm; x2=3.027in; y2=61.3664mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108046 {
+             x1=3.027in; y1=61.3664mm; x2=3.027in; y2=61.3664mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108049 {
+             x1=3.027in; y1=61.3664mm; x2=75.8858mm; y2=61.3664mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108052 {
+             x1=3.027in; y1=61.3664mm; x2=3.027in; y2=60.3664mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAg
+       }
+       ha:subc.107999 {
+        ha:attributes {
+         value=22pF
+         footprint=0402
+         refdes=C32
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.108013 {
+          proto=0; x=84.854796mm; y=2.692in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.108014 {
+          proto=0; x=3.30926in; y=2.692in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.108000 {
+             string=%a.parent.refdes%; x=83.8642mm; y=2.677in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.108001 {
+             x1=3.325in; y1=2.692in; x2=3.325in; y2=2.692in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.108004 {
+             x1=3.325in; y1=2.692in; x2=3.325in; y2=2.692in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.108007 {
+             x1=3.325in; y1=2.692in; x2=83.455mm; y2=2.692in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.108010 {
+             x1=3.325in; y1=2.692in; x2=3.325in; y2=67.3768mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAf
+       }
+       ha:subc.107983 {
+        ha:attributes {
+         value=22pF
+         footprint=0402
+         refdes=C33
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107997 {
+          proto=0; x=3.30926in; y=2.411in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107998 {
+          proto=0; x=84.854796mm; y=2.411in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107984 {
+             string=%a.parent.refdes%; x=83.915mm; y=60.8584mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107985 {
+             x1=3.325in; y1=2.411in; x2=3.325in; y2=2.411in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107988 {
+             x1=3.325in; y1=2.411in; x2=3.325in; y2=2.411in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107991 {
+             x1=3.325in; y1=2.411in; x2=85.455mm; y2=2.411in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107994 {
+             x1=3.325in; y1=2.411in; x2=3.325in; y2=62.2394mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAe
+       }
+       ha:subc.107949 {
+        ha:attributes {
+         {io_pcb::hidename_y}=40.4523 mm
+         footprint=SOIJ8
+         {io_pcb::hidename_scale}=60
+         refdes=U5
+         value=W25Q64
+         {io_pcb::hidename_direction}=1
+         {io_pcb::hidename_x}=41.1651 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -33.46mil  
+               -12.795mil  
+               -33.46mil  
+               12.795mil  
+               33.46mil  
+               12.795mil  
+               33.46mil  
+               -12.795mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -36.46mil  
+               -15.795mil  
+               -36.46mil  
+               15.795mil  
+               36.46mil  
+               15.795mil  
+               36.46mil  
+               -15.795mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -33.46mil  
+               -12.795mil  
+               -33.46mil  
+               12.795mil  
+               33.46mil  
+               12.795mil  
+               33.46mil  
+               -12.795mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.849885mm  
+               -12.795mil  
+               -0.849885mm  
+               12.795mil  
+               0.849885mm  
+               12.795mil  
+               0.849885mm  
+               -12.795mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.926085mm  
+               -15.795mil  
+               -0.926085mm  
+               15.795mil  
+               0.926085mm  
+               15.795mil  
+               0.926085mm  
+               -15.795mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.849885mm  
+               -12.795mil  
+               -0.849885mm  
+               12.795mil  
+               0.849885mm  
+               12.795mil  
+               0.849885mm  
+               -12.795mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107975 {
+          proto=0; x=64.084161mm; y=51.841146mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=VCC
+          }
+         }
+         ha:padstack_ref.107976 {
+          proto=1; x=71.083892mm; y=51.841146mm; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=CS
+          }
+         }
+         ha:padstack_ref.107977 {
+          proto=0; x=64.084161mm; y=1.99099in; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=HOLD
+          }
+         }
+         ha:padstack_ref.107978 {
+          proto=1; x=71.083892mm; y=1.99099in; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=SO
+          }
+         }
+         ha:padstack_ref.107979 {
+          proto=0; x=64.084161mm; y=1.941in; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=SCK
+          }
+         }
+         ha:padstack_ref.107980 {
+          proto=1; x=71.083892mm; y=1.941in; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=WP
+          }
+         }
+         ha:padstack_ref.107981 {
+          proto=0; x=64.084161mm; y=1.891in; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=SI
+          }
+         }
+         ha:padstack_ref.107982 {
+          proto=1; x=71.083892mm; y=1.891in; rot=0.000000; xmirror=0; smirror=0; clearance=12.205mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=VSS
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107950 {
+             x1=64.89404mm; y1=2.07091in; x2=70.274014mm; y2=2.07091in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107953 {
+             x1=70.274014mm; y1=1.86108in; x2=70.274014mm; y2=2.07091in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107956 {
+             x1=64.89404mm; y1=1.86108in; x2=70.274014mm; y2=1.86108in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107959 {
+             x1=64.89404mm; y1=1.86108in; x2=64.89404mm; y2=2.07091in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107962 {
+             x=69.80894mm; y=51.841146mm; width=5.0mil; height=5.0mil; astart=90; adelta=360; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107963 {
+             x1=67.584026mm; y1=1.965995in; x2=67.584026mm; y2=1.965995in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107966 {
+             x1=67.5839mm; y1=1.966in; x2=67.5839mm; y2=1.966in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107969 {
+             x1=67.5839mm; y1=1.966in; x2=66.5839mm; y2=1.966in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107972 {
+             x1=67.5839mm; y1=1.966in; x2=67.5839mm; y2=48.9364mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAd
+       }
+       ha:subc.107933 {
+        ha:attributes {
+         value=22
+         footprint=0402
+         refdes=R55
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107947 {
+          proto=0; x=3.70126in; y=62.0014mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107948 {
+          proto=0; x=94.811596mm; y=62.0014mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107934 {
+             string=%a.parent.refdes%; x=93.7956mm; y=2.422in; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107935 {
+             x1=3.717in; y1=62.0014mm; x2=3.717in; y2=62.0014mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107938 {
+             x1=3.717in; y1=62.0014mm; x2=3.717in; y2=62.0014mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107941 {
+             x1=3.717in; y1=62.0014mm; x2=95.4118mm; y2=62.0014mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107944 {
+             x1=3.717in; y1=62.0014mm; x2=3.717in; y2=63.0014mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAc
+       }
+       ha:subc.107917 {
+        ha:attributes {
+         value=22
+         footprint=0402
+         refdes=R54
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107931 {
+          proto=0; x=91.478604mm; y=2.425in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107932 {
+          proto=0; x=92.278196mm; y=2.425in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107918 {
+             string=%a.parent.refdes%; x=91.2236mm; y=61.2648mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107919 {
+             x1=91.8784mm; y1=2.425in; x2=91.8784mm; y2=2.425in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107922 {
+             x1=91.8784mm; y1=2.425in; x2=91.8784mm; y2=2.425in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107925 {
+             x1=91.8784mm; y1=2.425in; x2=92.8784mm; y2=2.425in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107928 {
+             x1=91.8784mm; y1=2.425in; x2=91.8784mm; y2=62.595mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAb
+       }
+       ha:subc.107874 {
+        ha:attributes {
+         value=USBmicroV
+         footprint=1051330011
+         refdes=J5
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=19.69mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=43.31mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=43.31mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=43.31mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=1.400048mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=1.400048mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.350012mm; y1=0.0; x2=0.350012mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.350012mm; y1=0.0; x2=0.350012mm; y2=0.0; thickness=1.400048mm; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.350012mm; y1=0.0; x2=0.350012mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.350012mm; y1=0.0; x2=0.350012mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.350012mm; y1=0.0; x2=0.350012mm; y2=0.0; thickness=1.400048mm; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.350012mm; y1=0.0; x2=0.350012mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              paste = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.3 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.54991mm; y1=0.0; x2=0.54991mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.54991mm; y1=0.0; x2=0.54991mm; y2=0.0; thickness=1.400048mm; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.54991mm; y1=0.0; x2=0.54991mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.4 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.54991mm; y1=0.0; x2=0.54991mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.54991mm; y1=0.0; x2=0.54991mm; y2=0.0; thickness=1.400048mm; square=0;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_line { x1=-0.54991mm; y1=0.0; x2=0.54991mm; y2=0.0; thickness=43.31mil; square=0;             }
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              paste = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.5 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.225044mm  
+               -29.53mil  
+               -0.225044mm  
+               -29.53mil  
+               -0.225044mm  
+               29.53mil  
+               0.225044mm  
+               29.53mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               14.765mil  
+               -35.435mil  
+               -14.765mil  
+               -35.435mil  
+               -14.765mil  
+               35.435mil  
+               14.765mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.225044mm  
+               -29.53mil  
+               -0.225044mm  
+               -29.53mil  
+               -0.225044mm  
+               29.53mil  
+               0.225044mm  
+               29.53mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107900 {
+          proto=0; x=3.60998in; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107901 {
+          proto=0; x=3.63754in; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107902 {
+          proto=0; x=3.83046in; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107903 {
+          proto=0; x=3.85802in; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107904 {
+          proto=0; x=94.29369mm; y=69.54521mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107905 {
+          proto=0; x=95.39351mm; y=69.54521mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107906 {
+          proto=1; x=3.62376in; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107907 {
+          proto=2; x=3.62376in; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107908 {
+          proto=1; x=97.643696mm; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107909 {
+          proto=2; x=97.643696mm; y=67.3951mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107910 {
+          proto=3; x=3.734in; y=69.54521mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107911 {
+          proto=4; x=3.734in; y=69.54521mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=mnt
+            name=mnt
+          }
+         }
+         ha:padstack_ref.107912 {
+          proto=5; x=3.68282in; y=67.645036mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=VBUS
+          }
+         }
+         ha:padstack_ref.107913 {
+          proto=5; x=94.193614mm; y=67.645036mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=DATA-
+          }
+         }
+         ha:padstack_ref.107914 {
+          proto=5; x=3.734in; y=67.645036mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=DATA+
+          }
+         }
+         ha:padstack_ref.107915 {
+          proto=5; x=3.75959in; y=67.645036mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=ID
+          }
+         }
+         ha:padstack_ref.107916 {
+          proto=5; x=3.78518in; y=67.645036mm; rot=0.000000; xmirror=0; smirror=0; clearance=11.81mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=GND
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107875 {
+             x1=90.843608mm; y1=66.970158mm; x2=3.89148in; y2=66.970158mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107878 {
+             x1=3.89148in; y1=66.970158mm; x2=3.89148in; y2=69.970152mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107881 {
+             x1=90.843608mm; y1=69.970152mm; x2=3.89148in; y2=69.970152mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107884 {
+             x1=90.843608mm; y1=66.970158mm; x2=90.843608mm; y2=69.970152mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:text.107887 {
+             string=%a.parent.refdes%; x=3.592in; y=68.3095mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107888 {
+             x1=3.734in; y1=67.974518mm; x2=3.734in; y2=67.974518mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107891 {
+             x1=3.734in; y1=67.3951mm; x2=3.734in; y2=67.3951mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107894 {
+             x1=3.734in; y1=67.3951mm; x2=95.8436mm; y2=67.3951mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107897 {
+             x1=3.734in; y1=67.3951mm; x2=3.734in; y2=68.3951mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAa
+       }
+       ha:subc.107825 {
+        ha:attributes {
+         {io_pcb::hidename_y}=62.2808 mm
+         footprint=100mil-led
+         {io_pcb::hidename_scale}=60
+         refdes=D1
+         value=red
+         {io_pcb::hidename_direction}=2
+         {io_pcb::hidename_x}=67.8688 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107842 {
+          proto=0; x=89.281mm; y=74.295mm; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107843 {
+          proto=1; x=3.615in; y=74.295mm; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107826 {
+             x1=3.664in; y1=72.8472mm; x2=3.664in; y2=2.982in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107829 {
+             x=90.551mm; y=74.295mm; width=114.0mil; height=114.0mil; astart=210; adelta=300; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107830 {
+             x1=90.551mm; y1=74.295mm; x2=90.551mm; y2=74.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107833 {
+             x1=90.551mm; y1=74.295mm; x2=90.551mm; y2=74.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107836 {
+             x1=90.551mm; y1=74.295mm; x2=91.551mm; y2=74.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107839 {
+             x1=90.551mm; y1=74.295mm; x2=90.551mm; y2=75.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAY
+       }
+       ha:subc.107809 {
+        ha:attributes {
+         value=150
+         footprint=0402
+         refdes=R3
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107823 {
+          proto=0; x=85.941404mm; y=74.295mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107824 {
+          proto=0; x=86.740996mm; y=74.295mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107810 {
+             string=%a.parent.refdes%; x=86.7664mm; y=2.944in; scale=60; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107811 {
+             x1=86.3412mm; y1=74.295mm; x2=86.3412mm; y2=74.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107814 {
+             x1=86.3412mm; y1=74.295mm; x2=86.3412mm; y2=74.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107817 {
+             x1=86.3412mm; y1=74.295mm; x2=87.3412mm; y2=74.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107820 {
+             x1=86.3412mm; y1=74.295mm; x2=86.3412mm; y2=75.295mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAX
+       }
+       ha:subc.107793 {
+        ha:attributes {
+         value=12.7
+         footprint=0402
+         refdes=R4
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107807 {
+          proto=0; x=85.941404mm; y=86.36mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107808 {
+          proto=0; x=86.740996mm; y=86.36mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107794 {
+             string=%a.parent.refdes%; x=3.418in; y=3.418in; scale=60; fid=0; direction=2;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107795 {
+             x1=86.3412mm; y1=86.36mm; x2=86.3412mm; y2=86.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107798 {
+             x1=86.3412mm; y1=86.36mm; x2=86.3412mm; y2=86.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107801 {
+             x1=86.3412mm; y1=86.36mm; x2=87.3412mm; y2=86.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107804 {
+             x1=86.3412mm; y1=86.36mm; x2=86.3412mm; y2=87.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAW
+       }
+       ha:subc.107774 {
+        ha:attributes {
+         {io_pcb::hidename_y}=74.2188 mm
+         footprint=100mil-led
+         {io_pcb::hidename_scale}=60
+         refdes=D2
+         value=green
+         {io_pcb::hidename_direction}=2
+         {io_pcb::hidename_x}=67.8688 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107791 {
+          proto=0; x=89.281mm; y=86.36mm; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107792 {
+          proto=1; x=3.615in; y=86.36mm; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107775 {
+             x1=3.664in; y1=3.343in; x2=3.664in; y2=87.8078mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107778 {
+             x=90.551mm; y=86.36mm; width=114.0mil; height=114.0mil; astart=210; adelta=300; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107779 {
+             x1=90.551mm; y1=86.36mm; x2=90.551mm; y2=86.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107782 {
+             x1=90.551mm; y1=86.36mm; x2=90.551mm; y2=86.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107785 {
+             x1=90.551mm; y1=86.36mm; x2=91.551mm; y2=86.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107788 {
+             x1=90.551mm; y1=86.36mm; x2=90.551mm; y2=87.36mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAV
+       }
+       ha:subc.107735 {
+        ha:attributes {
+         {io_pcb::hidename_y}=12.8270 mm
+         footprint=TSSOP10
+         {io_pcb::hidename_scale}=60
+         refdes=U21
+         value=MAX6691
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=25.7302 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.749935mm  
+               -5.905mil  
+               -0.749935mm  
+               5.905mil  
+               0.749935mm  
+               5.905mil  
+               0.749935mm  
+               -5.905mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.876935mm  
+               -0.276987mm  
+               -0.876935mm  
+               0.276987mm  
+               0.876935mm  
+               0.276987mm  
+               0.876935mm  
+               -0.276987mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.749935mm  
+               -5.905mil  
+               -0.749935mm  
+               5.905mil  
+               0.749935mm  
+               5.905mil  
+               0.749935mm  
+               -5.905mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107764 {
+          proto=0; x=52.033932mm; y=27.034998mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=T1
+          }
+         }
+         ha:padstack_ref.107765 {
+          proto=0; x=52.033932mm; y=1.04468in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=T2
+          }
+         }
+         ha:padstack_ref.107766 {
+          proto=0; x=52.033932mm; y=26.035mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=T3
+          }
+         }
+         ha:padstack_ref.107767 {
+          proto=0; x=52.033932mm; y=25.535128mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=T4
+          }
+         }
+         ha:padstack_ref.107768 {
+          proto=0; x=52.033932mm; y=25.035002mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=R-
+          }
+         }
+         ha:padstack_ref.107769 {
+          proto=0; x=1.87142in; y=25.035002mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=R+
+          }
+         }
+         ha:padstack_ref.107770 {
+          proto=0; x=1.87142in; y=25.535128mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=GND
+          }
+         }
+         ha:padstack_ref.107771 {
+          proto=0; x=1.87142in; y=26.035mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=NC
+          }
+         }
+         ha:padstack_ref.107772 {
+          proto=0; x=1.87142in; y=1.04468in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=9
+            name=I/O
+          }
+         }
+         ha:padstack_ref.107773 {
+          proto=0; x=1.87142in; y=27.034998mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=10
+            name=VCC
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107736 {
+             x1=2.08811in; y1=969.73mil; x2=2.08811in; y2=1.08027in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107739 {
+             x1=1.83189in; y1=969.73mil; x2=2.08811in; y2=969.73mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107742 {
+             x1=1.83189in; y1=969.73mil; x2=1.83189in; y2=1.08027in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107745 {
+             x1=1.985in; y1=1.08027in; x2=2.08811in; y2=1.08027in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107748 {
+             x1=1.83189in; y1=1.08027in; x2=49.149mm; y2=1.08027in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107751 {
+             x=1.96in; y=1.08027in; width=25.0mil; height=25.0mil; astart=180; adelta=180; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107752 {
+             x1=1.96in; y1=26.035mm; x2=1.96in; y2=26.035mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107755 {
+             x1=1.96in; y1=26.035mm; x2=1.96in; y2=26.035mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107758 {
+             x1=1.96in; y1=26.035mm; x2=48.784mm; y2=26.035mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107761 {
+             x1=1.96in; y1=26.035mm; x2=1.96in; y2=25.035mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAU
+       }
+       ha:subc.107702 {
+        ha:attributes {
+         {io_pcb::hidename_y}=9.3218 mm
+         footprint=0.125W_Carbon_Resistor
+         {io_pcb::hidename_scale}=60
+         refdes=R21
+         value=
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=25.4000 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=28.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=60.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107733 {
+          proto=0; x=2.115in; y=873.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107734 {
+          proto=0; x=1.815in; y=873.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=15.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107703 {
+             x1=51.435mm; y1=873.0mil; x2=52.451mm; y2=873.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107706 {
+             x1=51.435mm; y1=833.0mil; x2=51.435mm; y2=913.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107709 {
+             x1=48.387mm; y1=913.0mil; x2=51.435mm; y2=913.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107712 {
+             x1=48.387mm; y1=833.0mil; x2=48.387mm; y2=913.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107715 {
+             x1=48.387mm; y1=833.0mil; x2=51.435mm; y2=833.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107718 {
+             x1=47.371mm; y1=873.0mil; x2=48.387mm; y2=873.0mil; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107721 {
+             x1=49.911mm; y1=873.0mil; x2=49.911mm; y2=873.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107724 {
+             x1=2.115in; y1=873.0mil; x2=2.115in; y2=873.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107727 {
+             x1=2.115in; y1=873.0mil; x2=52.721mm; y2=873.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107730 {
+             x1=2.115in; y1=873.0mil; x2=2.115in; y2=21.1742mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAT
+       }
+       ha:subc.107657 {
+        ha:attributes {
+         {io_pcb::hidename_y}=8.8646 mm
+         footprint=SO16
+         {io_pcb::hidename_scale}=60
+         refdes=U20
+         value=INA125
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=49.1871 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -10.0mil  
+               -42.5mil  
+               10.0mil  
+               42.5mil  
+               10.0mil  
+               42.5mil  
+               -10.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -47.5mil  
+               -15.0mil  
+               -47.5mil  
+               15.0mil  
+               47.5mil  
+               15.0mil  
+               47.5mil  
+               -15.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -10.0mil  
+               -42.5mil  
+               10.0mil  
+               42.5mil  
+               10.0mil  
+               42.5mil  
+               -10.0mil  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107686 {
+          proto=0; x=2.774in; y=709.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=V+
+          }
+         }
+         ha:padstack_ref.107687 {
+          proto=0; x=2.774in; y=759.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=SLEEP
+          }
+         }
+         ha:padstack_ref.107688 {
+          proto=0; x=2.774in; y=809.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=V-
+          }
+         }
+         ha:padstack_ref.107689 {
+          proto=0; x=2.774in; y=859.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=VrefOUT
+          }
+         }
+         ha:padstack_ref.107690 {
+          proto=0; x=2.774in; y=909.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=IAref
+          }
+         }
+         ha:padstack_ref.107691 {
+          proto=0; x=2.774in; y=959.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=6
+            name=Vin+
+          }
+         }
+         ha:padstack_ref.107692 {
+          proto=0; x=2.774in; y=1.009in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=7
+            name=Vin-
+          }
+         }
+         ha:padstack_ref.107693 {
+          proto=0; x=2.774in; y=26.8986mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=8
+            name=RG
+          }
+         }
+         ha:padstack_ref.107694 {
+          proto=0; x=2.979in; y=26.8986mm; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=9
+            name=RG
+          }
+         }
+         ha:padstack_ref.107695 {
+          proto=0; x=2.979in; y=1.009in; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=10
+            name=Vo
+          }
+         }
+         ha:padstack_ref.107696 {
+          proto=0; x=2.979in; y=959.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=11
+            name=Sense
+          }
+         }
+         ha:padstack_ref.107697 {
+          proto=0; x=2.979in; y=909.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=12
+            name=VrefCOM
+          }
+         }
+         ha:padstack_ref.107698 {
+          proto=0; x=2.979in; y=859.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=13
+            name=VrefBG
+          }
+         }
+         ha:padstack_ref.107699 {
+          proto=0; x=2.979in; y=809.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=14
+            name=Vref2.5
+          }
+         }
+         ha:padstack_ref.107700 {
+          proto=0; x=2.979in; y=759.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=15
+            name=Vref5
+          }
+         }
+         ha:padstack_ref.107701 {
+          proto=0; x=2.979in; y=709.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=5.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=16
+            name=Vref10
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107658 {
+             x1=2.7215in; y1=689.0mil; x2=2.7215in; y2=27.4066mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107661 {
+             x1=2.7215in; y1=27.4066mm; x2=77.0001mm; y2=27.4066mm; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107664 {
+             x1=77.0001mm; y1=27.4066mm; x2=77.0001mm; y2=689.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107667 {
+             x1=2.7215in; y1=689.0mil; x2=72.4281mm; y2=689.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:line.107670 {
+             x1=77.0001mm; y1=689.0mil; x2=2.9015in; y2=689.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107673 {
+             x=73.0631mm; y=689.0mil; width=25.0mil; height=25.0mil; astart=0; adelta=180; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107674 {
+             x1=73.0631mm; y1=884.0mil; x2=73.0631mm; y2=884.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107677 {
+             x1=73.0631mm; y1=884.0mil; x2=73.0631mm; y2=884.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107680 {
+             x1=73.0631mm; y1=884.0mil; x2=74.0631mm; y2=884.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107683 {
+             x1=73.0631mm; y1=884.0mil; x2=73.0631mm; y2=23.4536mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAS
+       }
+       ha:subc.107641 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C1
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107655 {
+          proto=0; x=2.692in; y=18.782796mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107656 {
+          proto=0; x=2.692in; y=17.983204mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107642 {
+             string=%a.parent.refdes%; x=68.8594mm; y=660.0mil; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107643 {
+             x1=2.692in; y1=18.383mm; x2=2.692in; y2=18.383mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107646 {
+             x1=2.692in; y1=18.383mm; x2=2.692in; y2=18.383mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107649 {
+             x1=2.692in; y1=18.383mm; x2=2.692in; y2=19.383mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107652 {
+             x1=2.692in; y1=18.383mm; x2=69.3768mm; y2=18.383mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAR
+       }
+       ha:subc.107611 {
+        ha:attributes {
+         {io_pcb::hidename_y}=2.2352 mm
+         footprint=100mil5pin
+         {io_pcb::hidename_scale}=60
+         refdes=J10
+         value=vref_thrust
+         {io_pcb::hidename_direction}=2
+         {io_pcb::hidename_x}=51.5874 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=38.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=38.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107636 {
+          proto=0; x=3.276in; y=533.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107637 {
+          proto=1; x=3.176in; y=533.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.107638 {
+          proto=1; x=3.076in; y=533.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+         ha:padstack_ref.107639 {
+          proto=1; x=2.976in; y=533.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.107640 {
+          proto=1; x=73.0504mm; y=533.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=5
+            name=5
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107612 {
+             x1=2.826in; y1=583.0mil; x2=3.326in; y2=583.0mil; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107615 {
+             x1=3.326in; y1=483.0mil; x2=3.326in; y2=583.0mil; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107618 {
+             x1=2.826in; y1=483.0mil; x2=3.326in; y2=483.0mil; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107621 {
+             x1=2.826in; y1=483.0mil; x2=2.826in; y2=583.0mil; thickness=15.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107624 {
+             x1=3.076in; y1=533.0mil; x2=3.076in; y2=533.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107627 {
+             x1=3.276in; y1=533.0mil; x2=3.276in; y2=533.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107630 {
+             x1=3.276in; y1=533.0mil; x2=3.276in; y2=12.5382mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107633 {
+             x1=3.276in; y1=533.0mil; x2=82.2104mm; y2=533.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAQ
+       }
+       ha:subc.107579 {
+        ha:attributes {
+         value=load_cell
+         footprint=282834-6
+         refdes=J11
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.87mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=2.119884mm;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=45.28mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.435mil  
+               -35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+               35.435mil  
+               -35.435mil  
+               35.435mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+               1.059942mm  
+               -1.059942mm  
+               1.059942mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107605 {
+          proto=0; x=65.27803mm; y=33.655mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=6
+            name=6
+          }
+         }
+         ha:padstack_ref.107606 {
+          proto=0; x=65.27803mm; y=1.225in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=5
+            name=5
+          }
+         }
+         ha:padstack_ref.107607 {
+          proto=0; x=65.27803mm; y=1.125in; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.107608 {
+          proto=0; x=65.27803mm; y=26.035mm; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+         ha:padstack_ref.107609 {
+          proto=0; x=65.27803mm; y=925.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.107610 {
+          proto=1; x=65.27803mm; y=825.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=0.16002mm;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107580 {
+             x1=62.0281mm; y1=1.38406in; x2=68.528214mm; y2=1.38406in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.107583 {
+             x1=68.528214mm; y1=19.455124mm; x2=68.528214mm; y2=1.38406in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.107586 {
+             x1=62.0281mm; y1=19.455124mm; x2=68.528214mm; y2=19.455124mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.107589 {
+             x1=62.0281mm; y1=19.455124mm; x2=62.0281mm; y2=1.38406in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:text.107592 {
+             string=%a.parent.refdes%; x=62.0281mm; y=1.38406in; scale=60; fid=0; direction=1;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107593 {
+             x1=65.27803mm; y1=27.305mm; x2=65.27803mm; y2=27.305mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107596 {
+             x1=62.0281mm; y1=1.38406in; x2=62.0281mm; y2=1.38406in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107599 {
+             x1=62.0281mm; y1=1.38406in; x2=63.0281mm; y2=1.38406in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107602 {
+             x1=62.0281mm; y1=1.38406in; x2=62.0281mm; y2=36.155124mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAP
+       }
+       ha:subc.107563 {
+        ha:attributes {
+         value=10k
+         footprint=0402
+         refdes=R23
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107577 {
+          proto=0; x=1.89726in; y=28.2194mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107578 {
+          proto=0; x=1.92874in; y=28.2194mm; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107564 {
+             string=%a.parent.refdes%; x=1.885in; y=27.7622mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107565 {
+             x1=1.913in; y1=28.2194mm; x2=1.913in; y2=28.2194mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107568 {
+             x1=1.913in; y1=28.2194mm; x2=1.913in; y2=28.2194mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107571 {
+             x1=1.913in; y1=28.2194mm; x2=49.5902mm; y2=28.2194mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107574 {
+             x1=1.913in; y1=28.2194mm; x2=1.913in; y2=29.2194mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAO
+       }
+       ha:subc.107547 {
+        ha:attributes {
+         value=0.1uF
+         footprint=0402
+         refdes=C6
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+               -0.326136mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+               -0.249936mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107561 {
+          proto=0; x=1.773in; y=1.05074in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107562 {
+          proto=0; x=1.773in; y=1.01926in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107548 {
+             string=%a.parent.refdes%; x=1.791in; y=1.019in; scale=60; fid=0; direction=3;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107549 {
+             x1=1.773in; y1=26.289mm; x2=1.773in; y2=26.289mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107552 {
+             x1=1.773in; y1=26.289mm; x2=1.773in; y2=26.289mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107555 {
+             x1=1.773in; y1=26.289mm; x2=1.773in; y2=27.289mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107558 {
+             x1=1.773in; y1=26.289mm; x2=46.0342mm; y2=26.289mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAN
+       }
+       ha:subc.107528 {
+        ha:attributes {
+         {io_pcb::hidename_y}=22.7330 mm
+         footprint=100mil-led
+         {io_pcb::hidename_scale}=60
+         refdes=D5
+         value=green
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=66.4718 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107545 {
+          proto=0; x=89.281mm; y=1.4in; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107546 {
+          proto=1; x=3.615in; y=1.4in; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107529 {
+             x1=3.664in; y1=1.457in; x2=3.664in; y2=1.343in; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107532 {
+             x=90.551mm; y=1.4in; width=114.0mil; height=114.0mil; astart=210; adelta=300; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107533 {
+             x1=90.551mm; y1=1.4in; x2=90.551mm; y2=1.4in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107536 {
+             x1=90.551mm; y1=1.4in; x2=90.551mm; y2=1.4in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107539 {
+             x1=90.551mm; y1=1.4in; x2=91.551mm; y2=1.4in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107542 {
+             x1=90.551mm; y1=1.4in; x2=90.551mm; y2=36.56mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAM
+       }
+       ha:subc.107509 {
+        ha:attributes {
+         {io_pcb::hidename_y}=2.4130 mm
+         footprint=100mil-led
+         {io_pcb::hidename_scale}=60
+         refdes=D7
+         value=red
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=66.3702 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107526 {
+          proto=0; x=89.281mm; y=600.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107527 {
+          proto=1; x=3.615in; y=600.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107510 {
+             x1=3.664in; y1=657.0mil; x2=3.664in; y2=543.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107513 {
+             x=90.551mm; y=600.0mil; width=114.0mil; height=114.0mil; astart=210; adelta=300; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107514 {
+             x1=90.551mm; y1=600.0mil; x2=90.551mm; y2=600.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107517 {
+             x1=90.551mm; y1=600.0mil; x2=90.551mm; y2=600.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107520 {
+             x1=90.551mm; y1=600.0mil; x2=91.551mm; y2=600.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107523 {
+             x1=90.551mm; y1=600.0mil; x2=90.551mm; y2=16.24mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAL
+       }
+       ha:subc.107490 {
+        ha:attributes {
+         {io_pcb::hidename_y}=12.5730 mm
+         footprint=100mil-led
+         {io_pcb::hidename_scale}=60
+         refdes=D6
+         value=yellow
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=66.4464 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=35.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107507 {
+          proto=0; x=89.281mm; y=1000.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107508 {
+          proto=1; x=3.615in; y=1000.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107491 {
+             x1=3.664in; y1=26.8478mm; x2=3.664in; y2=943.0mil; thickness=10.0mil; clearance=0.0;
+            }
+            ha:arc.107494 {
+             x=90.551mm; y=1000.0mil; width=114.0mil; height=114.0mil; astart=210; adelta=300; thickness=10.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107495 {
+             x1=90.551mm; y1=1000.0mil; x2=90.551mm; y2=1000.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107498 {
+             x1=90.551mm; y1=1000.0mil; x2=90.551mm; y2=1000.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107501 {
+             x1=90.551mm; y1=1000.0mil; x2=91.551mm; y2=1000.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107504 {
+             x1=90.551mm; y1=1000.0mil; x2=90.551mm; y2=26.4mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAK
+       }
+       ha:subc.107463 {
+        ha:attributes {
+         {io_pcb::hidename_y}=73.2494 mm
+         footprint=100mil2pin
+         {io_pcb::hidename_scale}=60
+         refdes=J2
+         value=
+         {io_pcb::hidename_direction}=0
+         {io_pcb::hidename_x}=52.8938 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=38.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -35.0mil  
+               -35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+               35.0mil  
+               -35.0mil  
+               35.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -42.5mil  
+               -42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+               42.5mil  
+               -42.5mil  
+               42.5mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=38.0mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=70.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=85.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107488 {
+          proto=0; x=78.1668mm; y=86.1272mm; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             sharp  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107489 {
+          proto=1; x=75.6268mm; y=86.1272mm; rot=0.000000; xmirror=0; smirror=0; clearance=7.5mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107464 {
+             x1=74.3568mm; y1=87.3972mm; x2=79.4368mm; y2=87.3972mm; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107467 {
+             x1=79.4368mm; y1=84.8572mm; x2=79.4368mm; y2=87.3972mm; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107470 {
+             x1=74.3568mm; y1=84.8572mm; x2=79.4368mm; y2=84.8572mm; thickness=15.0mil; clearance=0.0;
+            }
+            ha:line.107473 {
+             x1=74.3568mm; y1=84.8572mm; x2=74.3568mm; y2=87.3972mm; thickness=15.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107476 {
+             x1=76.8968mm; y1=86.1272mm; x2=76.8968mm; y2=86.1272mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107479 {
+             x1=78.1668mm; y1=86.1272mm; x2=78.1668mm; y2=86.1272mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107482 {
+             x1=78.1668mm; y1=86.1272mm; x2=77.1668mm; y2=86.1272mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107485 {
+             x1=78.1668mm; y1=86.1272mm; x2=78.1668mm; y2=85.1272mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAJ
+       }
+       ha:subc.107447 {
+        ha:attributes {
+         value=150
+         footprint=0402
+         refdes=R9
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107461 {
+          proto=0; x=85.814404mm; y=1.11in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107462 {
+          proto=0; x=86.613996mm; y=1.11in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107448 {
+             string=%a.parent.refdes%; x=85.852mm; y=27.813mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107449 {
+             x1=86.2142mm; y1=1.11in; x2=86.2142mm; y2=1.11in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107452 {
+             x1=86.2142mm; y1=1.11in; x2=86.2142mm; y2=1.11in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107455 {
+             x1=86.2142mm; y1=1.11in; x2=87.2142mm; y2=1.11in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107458 {
+             x1=86.2142mm; y1=1.11in; x2=86.2142mm; y2=29.194mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAI
+       }
+       ha:subc.107431 {
+        ha:attributes {
+         value=150
+         footprint=0402
+         refdes=R10
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107445 {
+          proto=0; x=85.814404mm; y=600.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107446 {
+          proto=0; x=86.613996mm; y=600.0mil; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107432 {
+             string=%a.parent.refdes%; x=85.6488mm; y=585.0mil; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107433 {
+             x1=86.2142mm; y1=600.0mil; x2=86.2142mm; y2=600.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107436 {
+             x1=86.2142mm; y1=600.0mil; x2=86.2142mm; y2=600.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107439 {
+             x1=86.2142mm; y1=600.0mil; x2=87.2142mm; y2=600.0mil; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107442 {
+             x1=86.2142mm; y1=600.0mil; x2=86.2142mm; y2=16.24mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAH
+       }
+       ha:subc.107415 {
+        ha:attributes {
+         value=12.7
+         footprint=0402
+         refdes=R6
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=0.0; hplated=0; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               -0.425958mm  
+               -0.326136mm  
+               0.425958mm  
+               0.326136mm  
+               0.425958mm  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { auto=1;             }
+             ha:layer_mask {
+              top = 1
+              paste = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               -0.349758mm  
+               -0.249936mm  
+               0.349758mm  
+               0.249936mm  
+               0.349758mm  
+              }
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107429 {
+          proto=0; x=85.814404mm; y=1.4in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107430 {
+          proto=0; x=86.613996mm; y=1.4in; rot=0.000000; xmirror=0; smirror=0; clearance=10.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:text.107416 {
+             string=%a.parent.refdes%; x=85.852mm; y=35.179mm; scale=60; fid=0; direction=0;
+             ha:flags {
+              dyntext=1
+              floater=1
+             }
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107417 {
+             x1=86.2142mm; y1=1.4in; x2=86.2142mm; y2=1.4in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107420 {
+             x1=86.2142mm; y1=1.4in; x2=86.2142mm; y2=1.4in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107423 {
+             x1=86.2142mm; y1=1.4in; x2=87.2142mm; y2=1.4in; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107426 {
+             x1=86.2142mm; y1=1.4in; x2=86.2142mm; y2=36.56mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAG
+       }
+       ha:subc.107385 {
+        ha:attributes {
+         {io_pcb::hidename_y}=54.1528 mm
+         footprint=0-215079-4
+         {io_pcb::hidename_scale}=60
+         refdes=J6
+         value=Debug
+         {io_pcb::hidename_direction}=1
+         {io_pcb::hidename_x}=3.5814 mm
+        }
+       ha:data {
+              li:padstack_prototypes {
+
+        ha:ps_proto_v4.0 {
+          hdia=31.5mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -23.0mil  
+               -23.0mil  
+               23.0mil  
+               -23.0mil  
+               23.0mil  
+               23.0mil  
+               -23.0mil  
+               23.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -23.0mil  
+               -23.0mil  
+               23.0mil  
+               -23.0mil  
+               23.0mil  
+               23.0mil  
+               -23.0mil  
+               23.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -23.0mil  
+               -23.0mil  
+               23.0mil  
+               -23.0mil  
+               23.0mil  
+               23.0mil  
+               -23.0mil  
+               23.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -26.0mil  
+               -26.0mil  
+               26.0mil  
+               -26.0mil  
+               26.0mil  
+               26.0mil  
+               -26.0mil  
+               26.0mil  
+              }
+            }
+
+            ha:ps_shape_v4 {
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+              li:ps_poly {
+               -26.0mil  
+               -26.0mil  
+               26.0mil  
+               -26.0mil  
+               26.0mil  
+               26.0mil  
+               -26.0mil  
+               26.0mil  
+              }
+            }
+          }
+        }
+
+        ha:ps_proto_v4.1 {
+          hdia=31.5mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=46.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=46.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=46.0mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=52.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=52.0mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+
+        ha:ps_proto_v4.2 {
+          hdia=59.06mil; hplated=1; htop=0; hbottom=0;
+          li:shape {
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=73.56mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              top = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=73.56mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              bottom = 1
+              copper = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=73.56mil;             }
+             ha:combining {             }
+             ha:layer_mask {
+              copper = 1
+              intern = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=79.56mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              top = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+
+            ha:ps_shape_v4 {
+             ha:ps_circ { x=0.0; y=0.0; dia=79.56mil;             }
+             ha:combining { sub=1; auto=1;             }
+             ha:layer_mask {
+              bottom = 1
+              mask = 1
+             }
+             clearance=0.0
+            }
+          }
+        }
+       }
+
+        li:objects {
+         ha:padstack_ref.107410 {
+          proto=0; x=27.559mm; y=60.579mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+            li:1 {
+             on  
+             diag  
+             round  
+            }
+            li:3 {
+             on  
+             diag  
+             round  
+            }
+          }
+
+          ha:attributes {
+            term=1
+            name=1
+          }
+         }
+         ha:padstack_ref.107411 {
+          proto=1; x=30.099mm; y=2.435in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=2
+            name=2
+          }
+         }
+         ha:padstack_ref.107412 {
+          proto=1; x=27.559mm; y=63.119mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=3
+            name=3
+          }
+         }
+         ha:padstack_ref.107413 {
+          proto=1; x=30.099mm; y=2.535in; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=4
+            name=4
+          }
+         }
+         ha:padstack_ref.107414 {
+          proto=2; x=29.359098mm; y=59.179206mm; rot=0.000000; xmirror=0; smirror=0; clearance=6.0mil;
+          ha:flags {
+           clearline=1
+          }
+
+          li:thermal {
+          }
+
+          ha:attributes {
+            term=0
+            name=mnt
+          }
+         }
+        }
+        li:layers {
+
+         ha:top-silk {
+          lid=0
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107386 {
+             x1=1.03461in; y1=58.184288mm; x2=1.23538in; y2=58.184288mm; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.107389 {
+             x1=1.03461in; y1=58.184288mm; x2=1.03461in; y2=2.62929in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.107392 {
+             x1=1.03461in; y1=2.62929in; x2=1.23538in; y2=2.62929in; thickness=6.0mil; clearance=0.0;
+            }
+            ha:line.107395 {
+             x1=1.23538in; y1=58.184288mm; x2=1.23538in; y2=2.62929in; thickness=6.0mil; clearance=0.0;
+            }
+           }
+           ha:type {
+            silk = 1
+            top = 1
+           }
+         }
+
+         ha:subc-aux {
+          lid=1
+          ha:combining {          }
+
+           li:objects {
+            ha:line.107398 {
+             x1=28.935019mm; y1=61.823041mm; x2=28.935019mm; y2=61.823041mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=pnp-origin
+             }
+            }
+            ha:line.107401 {
+             x1=30.099mm; y1=60.579mm; x2=30.099mm; y2=60.579mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=origin
+             }
+            }
+            ha:line.107404 {
+             x1=30.099mm; y1=60.579mm; x2=31.099mm; y2=60.579mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=x
+             }
+            }
+            ha:line.107407 {
+             x1=30.099mm; y1=60.579mm; x2=30.099mm; y2=61.579mm; thickness=0.1mm; clearance=0.0;
+             ha:attributes {
+               subc-role=y
+             }
+            }
+           }
+           ha:type {
+            top = 1
+            misc = 1
+            virtual = 1
+           }
+         }
+        }
+       }
+        uid = fdmrigvTMcHho9IPHtUAAAAF
+       }
+   }
+   li:layers {
+
+    ha:top {
+     lid=0
+     group=3
+     ha:combining {     }
+     visible=1
+
+      li:objects {
+       ha:line.106681 {
+        x1=2.983in; y1=2.76in; x2=2.907in; y2=2.76in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106678 {
+        x1=75.2563mm; y1=2.854in; x2=75.2613mm; y2=2.8538in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106675 {
+        x1=2.934in; y1=2.854in; x2=75.2563mm; y2=2.854in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106672 {
+        x1=2.924in; y1=72.7456mm; x2=2.934in; y2=2.854in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106669 {
+        x1=2.903in; y1=72.7456mm; x2=2.924in; y2=72.7456mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106666 {
+        x1=2.886in; y1=2.847in; x2=2.903in; y2=72.7456mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106663 {
+        x1=2.886in; y1=2.781in; x2=2.886in; y2=2.847in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106660 {
+        x1=2.906in; y1=2.761in; x2=2.886in; y2=2.781in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106657 {
+        x1=2.9574685in; y1=69.3674mm; x2=2.9974685in; y2=68.3514mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106654 {
+        x1=75.1078mm; y1=69.3674mm; x2=2.9574685in; y2=69.3674mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106651 {
+        x1=81.4631mm; y1=62.6163mm; x2=81.661mm; y2=62.8142mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106648 {
+        x1=80.2608mm; y1=62.6163mm; x2=81.4631mm; y2=62.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106645 {
+        x1=3.254in; y1=2.808in; x2=3.236in; y2=2.79in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106642 {
+        x1=3.254in; y1=2.829in; x2=3.254in; y2=2.808in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106639 {
+        x1=82.5218mm; y1=71.9864mm; x2=3.254in; y2=2.829in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106636 {
+        x1=81.7612mm; y1=71.9864mm; x2=82.5218mm; y2=71.9864mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106633 {
+        x1=3.236in; y1=2.546in; x2=3.236in; y2=70.8914mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106630 {
+        x1=81.7626mm; y1=64.2366mm; x2=3.236in; y2=2.546in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106627 {
+        x1=81.7626mm; y1=63.881mm; x2=81.7626mm; y2=64.2366mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106624 {
+        x1=3.1889in; y1=2.4849in; x2=81.7626mm; y2=63.881mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106621 {
+        x1=80.2608mm; y1=2.4849in; x2=3.1889in; y2=2.4849in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106618 {
+        x1=82.9437mm; y1=2.523in; x2=85.6549mm; y2=66.7954mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106615 {
+        x1=3.249in; y1=2.523in; x2=82.9437mm; y2=2.523in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106612 {
+        x1=3.242in; y1=2.516in; x2=3.249in; y2=2.523in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106609 {
+        x1=3.242in; y1=2.462in; x2=3.242in; y2=2.516in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106606 {
+        x1=81.9285mm; y1=62.1165mm; x2=3.242in; y2=2.462in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106603 {
+        x1=80.2608mm; y1=62.1165mm; x2=81.9285mm; y2=62.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106600 {
+        x1=3.278in; y1=2.692in; x2=84.0552mm; y2=2.692in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106597 {
+        x1=83.2554mm; y1=68.371mm; x2=3.278in; y2=2.692in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106594 {
+        x1=83.2554mm; y1=66.7954mm; x2=83.2554mm; y2=68.371mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106591 {
+        x1=85.6549mm; y1=67.5767mm; x2=84.8548mm; y2=2.692in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106588 {
+        x1=85.6549mm; y1=66.7954mm; x2=85.6549mm; y2=67.5767mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106585 {
+        x1=3.322in; y1=2.369in; x2=84.8548mm; y2=60.6486mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106582 {
+        x1=84.8548mm; y1=2.411in; x2=84.8548mm; y2=60.6486mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106579 {
+        x1=85.6549mm; y1=62.0395mm; x2=84.8548mm; y2=2.411in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106576 {
+        x1=85.6549mm; y1=62.7957mm; x2=85.6549mm; y2=62.0395mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106573 {
+        x1=83.2554mm; y1=62.0392mm; x2=84.0552mm; y2=2.411in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106570 {
+        x1=83.2554mm; y1=62.7957mm; x2=83.2554mm; y2=62.0392mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106567 {
+        x1=82.076mm; y1=61.6163mm; x2=83.2554mm; y2=62.7957mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106564 {
+        x1=80.2608mm; y1=61.6163mm; x2=82.076mm; y2=61.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106561 {
+        x1=2.906in; y1=75.6854mm; x2=2.906in; y2=3.016in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106558 {
+        x1=73.9328mm; y1=2.975in; x2=2.906in; y2=75.6854mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106555 {
+        x1=74.295mm; y1=2.975in; x2=73.9328mm; y2=2.975in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106552 {
+        x1=2.9281in; y1=2.9719in; x2=74.295mm; y2=2.975in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106549 {
+        x1=75.2613mm; y1=2.9719in; x2=2.9281in; y2=2.9719in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106546 {
+        x1=73.8137mm; y1=74.9861mm; x2=2.906in; y2=74.9874mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106543 {
+        x1=75.2613mm; y1=74.9861mm; x2=73.8137mm; y2=74.9861mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106540 {
+        x1=1.8255in; y1=79.0428mm; x2=53.1221mm; y2=2.846in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106537 {
+        x1=68.8594mm; y1=2.846in; x2=53.1221mm; y2=2.846in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106534 {
+        x1=2.637in; y1=2.879in; x2=2.639in; y2=2.877in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106531 {
+        x1=2.516in; y1=2.879in; x2=2.637in; y2=2.879in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106528 {
+        x1=61.7982mm; y1=2.962in; x2=2.516in; y2=2.879in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106525 {
+        x1=61.7982mm; y1=3.246in; x2=61.7982mm; y2=2.962in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106522 {
+        x1=59.944mm; y1=84.3026mm; x2=61.7982mm; y2=3.246in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106519 {
+        x1=55.9562mm; y1=84.3026mm; x2=59.944mm; y2=84.3026mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106516 {
+        x1=53.7431mm; y1=82.0895mm; x2=55.9562mm; y2=84.3026mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106513 {
+        x1=46.368mm; y1=82.0895mm; x2=53.7431mm; y2=82.0895mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106510 {
+        x1=78.1357mm; y1=66.1109mm; x2=78.105mm; y2=2.604in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106507 {
+        x1=78.1357mm; y1=64.7414mm; x2=78.1357mm; y2=66.1109mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106504 {
+        x1=78.8924mm; y1=2.619in; x2=78.994mm; y2=2.623in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106501 {
+        x1=78.8924mm; y1=65.8876mm; x2=78.8924mm; y2=2.619in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106498 {
+        x1=3.0959in; y1=2.5839in; x2=78.8924mm; y2=65.8876mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106495 {
+        x1=3.0959in; y1=64.7414mm; x2=3.0959in; y2=2.5839in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106492 {
+        x1=2.806in; y1=2.637in; x2=2.786in; y2=2.617in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106489 {
+        x1=73.8632mm; y1=2.637in; x2=2.806in; y2=2.637in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106486 {
+        x1=2.9581in; y1=2.5869in; x2=73.8632mm; y2=2.637in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106483 {
+        x1=2.9581in; y1=64.7414mm; x2=2.9581in; y2=2.5869in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106480 {
+        x1=80.2612mm; y1=68.913mm; x2=3.192in; y2=2.681in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106477 {
+        x1=80.2612mm; y1=70.4864mm; x2=80.2612mm; y2=68.913mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106474 {
+        x1=79.2988mm; y1=2.831in; x2=78.7654mm; y2=2.831in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106471 {
+        x1=3.1402in; y1=2.8128in; x2=79.2988mm; y2=2.831in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106468 {
+        x1=3.1402in; y1=70.4864mm; x2=3.1402in; y2=2.8128in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106465 {
+        x1=2.958in; y1=2.788in; x2=75.1078mm; y2=2.789in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106462 {
+        x1=75.6158mm; y1=2.788in; x2=2.958in; y2=2.788in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106459 {
+        x1=76.4286mm; y1=71.628mm; x2=75.6158mm; y2=2.788in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106456 {
+        x1=3.042in; y1=71.628mm; x2=76.4286mm; y2=71.628mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106453 {
+        x1=3.022in; y1=71.628mm; x2=3.042in; y2=71.628mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106450 {
+        x1=3.0221in; y1=2.8199in; x2=3.022in; y2=71.628mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106447 {
+        x1=3.0221in; y1=70.4864mm; x2=3.0221in; y2=2.8199in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106444 {
+        x1=3.042in; y1=70.4917mm; x2=77.2615mm; y2=70.4864mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106441 {
+        x1=3.042in; y1=71.628mm; x2=3.042in; y2=70.4917mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106438 {
+        x1=79.2612mm; y1=68.9732mm; x2=3.128in; y2=2.708in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106435 {
+        x1=79.2612mm; y1=70.4864mm; x2=79.2612mm; y2=68.9732mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106432 {
+        x1=3.10083071in; y1=68.1779mm; x2=3.108in; y2=2.677in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106429 {
+        x1=3.10083071in; y1=70.4864mm; x2=3.10083071in; y2=68.1779mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106426 {
+        x1=78.5622mm; y1=67.31mm; x2=81.3308mm; y2=67.31mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106423 {
+        x1=78.2615mm; y1=67.6107mm; x2=78.5622mm; y2=67.31mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106420 {
+        x1=78.2615mm; y1=70.4864mm; x2=78.2615mm; y2=67.6107mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106417 {
+        x1=2.73in; y1=2.686in; x2=72.9488mm; y2=2.873in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106414 {
+        x1=76.6958mm; y1=72.9864mm; x2=3.019in; y2=2.874in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106411 {
+        x1=81.7612mm; y1=72.9864mm; x2=76.6958mm; y2=72.9864mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106408 {
+        x1=82.50428mm; y1=2.8538in; x2=3.268in; y2=72.7456mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106405 {
+        x1=81.7612mm; y1=2.8538in; x2=82.50428mm; y2=2.8538in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106402 {
+        x1=2.942in; y1=3.282in; x2=2.833in; y2=3.391in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106399 {
+        x1=77.2414mm; y1=3.282in; x2=2.942in; y2=3.282in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106396 {
+        x1=46.3541mm; y1=82.1034mm; x2=46.368mm; y2=82.0895mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106393 {
+        x1=45.3724mm; y1=82.1034mm; x2=46.3541mm; y2=82.1034mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106390 {
+        x1=46.3614mm; y1=3.11164961in; x2=46.368mm; y2=79.0425mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106387 {
+        x1=45.3774mm; y1=3.11164961in; x2=46.3614mm; y2=3.11164961in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106384 {
+        x1=74.3082mm; y1=71.7164mm; x2=2.915in; y2=2.834in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106381 {
+        x1=74.3082mm; y1=2.789in; x2=74.3082mm; y2=71.7164mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106378 {
+        x1=74.0438mm; y1=71.9864mm; x2=2.915in; y2=2.834in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106375 {
+        x1=75.2613mm; y1=71.9864mm; x2=74.0438mm; y2=71.9864mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106372 {
+        x1=75.1078mm; y1=2.789in; x2=2.958in; y2=2.789in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106369 {
+        x1=56.3603mm; y1=79.6567mm; x2=58.293mm; y2=3.06in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106366 {
+        x1=50.6969mm; y1=79.6567mm; x2=56.3603mm; y2=79.6567mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106363 {
+        x1=56.3606mm; y1=80.8716mm; x2=58.293mm; y2=3.26in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106360 {
+        x1=50.6969mm; y1=80.8716mm; x2=56.3606mm; y2=80.8716mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106357 {
+        x1=65.278mm; y1=2.96in; x2=77.2414mm; y2=3.199in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106354 {
+        x1=77.2615mm; y1=78.2627mm; x2=77.2414mm; y2=78.2828mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106351 {
+        x1=77.2615mm; y1=3.035in; x2=77.2615mm; y2=78.2627mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106348 {
+        x1=77.2414mm; y1=3.2in; x2=77.2414mm; y2=3.08in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106345 {
+        x1=3.12in; y1=76.973mm; x2=79.2612mm; y2=76.9863mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106342 {
+        x1=3.12in; y1=2.992in; x2=3.12in; y2=76.973mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106339 {
+        x1=78.994mm; y1=2.982in; x2=3.12in; y2=2.992in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106336 {
+        x1=3.052in; y1=2.982in; x2=78.994mm; y2=2.982in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106333 {
+        x1=77.2615mm; y1=76.0021mm; x2=3.052in; y2=2.982in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106330 {
+        x1=77.2615mm; y1=76.9863mm; x2=77.2615mm; y2=76.0021mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106327 {
+        x1=78.2574mm; y1=3.281in; x2=3.08in; y2=3.282in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106324 {
+        x1=78.2574mm; y1=3.079in; x2=78.2574mm; y2=3.281in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106321 {
+        x1=77.7613mm; y1=3.0594685in; x2=78.2574mm; y2=3.079in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106318 {
+        x1=77.7613mm; y1=76.9863mm; x2=77.7613mm; y2=3.0594685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106315 {
+        x1=3.10083071in; y1=77.7029mm; x2=78.2574mm; y2=3.079in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106312 {
+        x1=3.10083071in; y1=76.9863mm; x2=3.10083071in; y2=77.7029mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106309 {
+        x1=78.2615mm; y1=78.2025mm; x2=78.2574mm; y2=3.079in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106306 {
+        x1=78.2615mm; y1=76.9863mm; x2=78.2615mm; y2=78.2025mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106303 {
+        x1=3.268in; y1=75.057mm; x2=3.268in; y2=2.932in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106300 {
+        x1=3.2511in; y1=2.9719in; x2=3.268in; y2=75.057mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106297 {
+        x1=81.7612mm; y1=2.9719in; x2=3.2511in; y2=2.9719in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106294 {
+        x1=3.062in; y1=70.4999mm; x2=77.7613mm; y2=70.4864mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106291 {
+        x1=81.3308mm; y1=67.31mm; x2=3.216in; y2=2.636in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106288 {
+        x1=77.7613mm; y1=68.7951mm; x2=77.4446mm; y2=2.696in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106285 {
+        x1=77.7613mm; y1=70.4864mm; x2=77.7613mm; y2=68.7951mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106282 {
+        x1=46.3413mm; y1=82.1162mm; x2=46.368mm; y2=82.0895mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106279 {
+        x1=46.5596mm; y1=81.2972mm; x2=48.7237mm; y2=81.2972mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106276 {
+        x1=47.474mm; y1=80.586mm; x2=48.8103mm; y2=80.586mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106273 {
+        x1=48.8103mm; y1=80.586mm; x2=48.8207mm; y2=80.5756mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106270 {
+        x1=47.6622mm; y1=79.2757mm; x2=48.8207mm; y2=79.2757mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106267 {
+        x1=47.6622mm; y1=79.2757mm; x2=47.474mm; y2=79.0874mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106264 {
+        x1=46.6104mm; y1=79.8494mm; x2=48.8207mm; y2=79.8494mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106261 {
+        x1=45.3774mm; y1=80.5787mm; x2=47.4602mm; y2=80.5787mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106258 {
+        x1=45.3774mm; y1=79.8355mm; x2=45.3774mm; y2=81.2988mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106255 {
+        x1=45.3774mm; y1=81.2988mm; x2=45.3724mm; y2=3.20093701in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106252 {
+        x1=3.3435in; y1=41.1099mm; x2=3.1705in; y2=41.1099mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106249 {
+        x1=3.151in; y1=55.5244mm; x2=79.6036mm; y2=2.169in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106246 {
+        x1=3.151in; y1=2.254in; x2=3.151in; y2=55.5244mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106243 {
+        x1=79.6359mm; y1=57.6511mm; x2=3.151in; y2=2.254in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106240 {
+        x1=79.6359mm; y1=57.9914mm; x2=79.6359mm; y2=57.6511mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106237 {
+        x1=3.131in; y1=56.1594mm; x2=79.0702mm; y2=2.193in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106234 {
+        x1=3.131in; y1=56.9722mm; x2=3.131in; y2=56.1594mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106231 {
+        x1=79.1357mm; y1=57.3639mm; x2=3.131in; y2=56.9722mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106228 {
+        x1=79.1357mm; y1=57.9914mm; x2=79.1357mm; y2=57.3639mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106225 {
+        x1=3.0959in; y1=2.2351in; x2=3.103in; y2=2.228in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106222 {
+        x1=3.0959in; y1=57.9914mm; x2=3.0959in; y2=2.2351in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106219 {
+        x1=2.789in; y1=2.395in; x2=70.3834mm; y2=2.395in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106216 {
+        x1=71.6239mm; y1=61.6163mm; x2=2.789in; y2=2.395in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106213 {
+        x1=73.5108mm; y1=61.6163mm; x2=71.6239mm; y2=61.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106210 {
+        x1=2.753in; y1=59.3344mm; x2=69.469mm; y2=59.3344mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106207 {
+        x1=71.7083mm; y1=61.1165mm; x2=2.753in; y2=59.3344mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106204 {
+        x1=73.5108mm; y1=61.1165mm; x2=71.7083mm; y2=61.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106201 {
+        x1=71.1081mm; y1=62.1165mm; x2=70.739mm; y2=2.431in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106198 {
+        x1=73.5108mm; y1=62.1165mm; x2=71.1081mm; y2=62.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106195 {
+        x1=70.1601mm; y1=62.6163mm; x2=2.752in; y2=2.455in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106192 {
+        x1=73.5108mm; y1=62.6163mm; x2=70.1601mm; y2=62.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106189 {
+        x1=2.8264685in; y1=60.6163mm; x2=69.469mm; y2=58.293mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106186 {
+        x1=73.5108mm; y1=60.6163mm; x2=2.8264685in; y2=60.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106183 {
+        x1=78.1357mm; y1=55.9509mm; x2=78.1558mm; y2=55.9308mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106180 {
+        x1=78.1357mm; y1=57.9914mm; x2=78.1357mm; y2=55.9509mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106177 {
+        x1=77.6359mm; y1=56.4523mm; x2=77.1398mm; y2=55.9562mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106174 {
+        x1=77.6359mm; y1=57.9914mm; x2=77.6359mm; y2=56.4523mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106171 {
+        x1=2.979in; y1=2.165in; x2=74.549mm; y2=2.121in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106168 {
+        x1=2.979in; y1=55.5498mm; x2=2.979in; y2=2.165in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106165 {
+        x1=77.1357mm; y1=57.0189mm; x2=2.979in; y2=55.5498mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106162 {
+        x1=77.1357mm; y1=57.9914mm; x2=77.1357mm; y2=57.0189mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106159 {
+        x1=79.629mm; y1=57.9845mm; x2=79.6359mm; y2=57.9914mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106156 {
+        x1=3.062in; y1=53.2638mm; x2=79.629mm; y2=55.118mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106153 {
+        x1=2.951in; y1=53.2638mm; x2=3.062in; y2=53.2638mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106150 {
+        x1=2.928in; y1=52.6796mm; x2=2.951in; y2=53.2638mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106147 {
+        x1=2.928in; y1=2.027in; x2=2.928in; y2=52.6796mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106144 {
+        x1=73.5584mm; y1=50.673mm; x2=2.928in; y2=2.027in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106141 {
+        x1=73.3552mm; y1=50.673mm; x2=73.5584mm; y2=50.673mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106138 {
+        x1=2.8444685in; y1=49.5673mm; x2=73.3552mm; y2=50.673mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106135 {
+        x1=2.8444685in; y1=46.2892mm; x2=2.8444685in; y2=49.5673mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106132 {
+        x1=3.062in; y1=2.067in; x2=3.193in; y2=55.8292mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106129 {
+        x1=75.311mm; y1=2.067in; x2=3.062in; y2=2.067in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106126 {
+        x1=81.6991mm; y1=66.9417mm; x2=3.216in; y2=2.554in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106123 {
+        x1=3.1603in; y1=63.627mm; x2=80.2608mm; y2=63.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106120 {
+        x1=3.183in; y1=63.627mm; x2=3.1603in; y2=63.627mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106117 {
+        x1=3.201in; y1=2.523in; x2=3.183in; y2=63.627mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106114 {
+        x1=3.201in; y1=2.539in; x2=3.201in; y2=2.523in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106111 {
+        x1=3.216in; y1=2.554in; x2=81.3308mm; y2=2.54in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106108 {
+        x1=88.3026mm; y1=2.807in; x2=88.2772mm; y2=2.806in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106105 {
+        x1=3.502in; y1=2.807in; x2=88.3026mm; y2=2.807in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106102 {
+        x1=86.868mm; y1=2.782in; x2=87.4776mm; y2=2.806in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106099 {
+        x1=86.868mm; y1=2.617in; x2=86.868mm; y2=2.782in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106096 {
+        x1=3.502in; y1=2.807in; x2=3.502in; y2=2.75in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106093 {
+        x1=86.868mm; y1=2.617in; x2=3.418in; y2=66.421mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106090 {
+        x1=3.498in; y1=2.612in; x2=3.502in; y2=2.616in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106087 {
+        x1=3.502in; y1=2.672in; x2=3.502in; y2=2.616in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106084 {
+        x1=88.2773mm; y1=66.421mm; x2=88.9254mm; y2=66.421mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106081 {
+        x1=3.418in; y1=66.421mm; x2=87.4776mm; y2=66.421mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106078 {
+        x1=85.8144mm; y1=35.775392mm; x2=3.24in; y2=39.2938mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106075 {
+        x1=85.8144mm; y1=1.4in; x2=85.8144mm; y2=35.775392mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106072 {
+        x1=3.41in; y1=1.4in; x2=89.281mm; y2=1.4in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106069 {
+        x1=85.8144mm; y1=30.162mm; x2=3.157in; y2=1.409in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106066 {
+        x1=85.8144mm; y1=1.11in; x2=85.8144mm; y2=30.162mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106063 {
+        x1=89.281mm; y1=25.527mm; x2=3.41in; y2=1.11in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106060 {
+        x1=89.281mm; y1=1000.0mil; x2=89.281mm; y2=25.527mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106057 {
+        x1=81.4324mm; y1=1.102in; x2=78.4606mm; y2=1.219in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106054 {
+        x1=81.4324mm; y1=998.0mil; x2=81.4324mm; y2=1.102in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106051 {
+        x1=3.144in; y1=936.0mil; x2=81.4324mm; y2=998.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106048 {
+        x1=3.144in; y1=796.0mil; x2=3.144in; y2=936.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106045 {
+        x1=84.836mm; y1=600.0mil; x2=3.144in; y2=796.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106042 {
+        x1=85.8144mm; y1=600.0mil; x2=84.836mm; y2=600.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106039 {
+        x1=2.543in; y1=699.0mil; x2=65.278mm; y2=699.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106036 {
+        x1=63.7286mm; y1=665.0mil; x2=2.543in; y2=699.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106033 {
+        x1=63.7286mm; y1=578.0mil; x2=63.7286mm; y2=665.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106030 {
+        x1=2.554in; y1=533.0mil; x2=63.7286mm; y2=578.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106027 {
+        x1=73.0504mm; y1=533.0mil; x2=2.554in; y2=533.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106024 {
+        x1=2.692in; y1=696.0mil; x2=67.4116mm; y2=658.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106021 {
+        x1=2.692in; y1=708.0mil; x2=2.692in; y2=696.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106018 {
+        x1=66.421mm; y1=662.0mil; x2=2.572in; y2=619.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106015 {
+        x1=66.421mm; y1=730.0mil; x2=66.421mm; y2=662.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106012 {
+        x1=67.1068mm; y1=757.0mil; x2=66.421mm; y2=730.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106009 {
+        x1=67.1068mm; y1=823.0mil; x2=67.1068mm; y2=757.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106006 {
+        x1=2.678in; y1=859.0mil; x2=67.1068mm; y2=823.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106003 {
+        x1=2.774in; y1=859.0mil; x2=2.678in; y2=859.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106000 {
+        x1=65.278mm; y1=699.0mil; x2=2.572in; y2=697.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105997 {
+        x1=65.278mm; y1=825.0mil; x2=65.278mm; y2=699.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105994 {
+        x1=85.9414mm; y1=86.36mm; x2=85.09mm; y2=86.36mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105991 {
+        x1=85.9414mm; y1=73.3684mm; x2=3.383in; y2=73.3552mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105988 {
+        x1=85.9414mm; y1=2.92514961in; x2=85.9414mm; y2=70.7268mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105985 {
+        x1=76.6359mm; y1=68.9143mm; x2=3.024in; y2=2.72in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105982 {
+        x1=76.6359mm; y1=64.7414mm; x2=76.6359mm; y2=68.9143mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105979 {
+        x1=2.9974685in; y1=64.7414mm; x2=2.9974685in; y2=68.3514mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105976 {
+        x1=75.6359mm; y1=67.6455mm; x2=2.948in; y2=2.693in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105973 {
+        x1=75.6359mm; y1=64.7414mm; x2=75.6359mm; y2=67.6455mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105970 {
+        x1=81.026mm; y1=1.588in; x2=3.01in; y2=35.7632mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105967 {
+        x1=3.357in; y1=1.588in; x2=81.026mm; y2=1.588in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105964 {
+        x1=3.609in; y1=1.84in; x2=3.357in; y2=1.588in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105961 {
+        x1=3.609in; y1=53.3654mm; x2=3.609in; y2=1.84in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105958 {
+        x1=86.36mm; y1=2.31in; x2=3.609in; y2=53.3654mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105955 {
+        x1=3.241in; y1=2.31in; x2=86.36mm; y2=2.31in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105952 {
+        x1=81.37906mm; y1=59.61634mm; x2=3.241in; y2=2.31in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105949 {
+        x1=80.2608mm; y1=59.61634mm; x2=81.37906mm; y2=59.61634mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105946 {
+        x1=3.1705in; y1=41.1099mm; x2=74.295mm; y2=1.373in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105943 {
+        x1=1.70574in; y1=42.7924mm; x2=1.706in; y2=1.685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105940 {
+        x1=1.70574in; y1=39.1922mm; x2=1.70574in; y2=42.7924mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105937 {
+        x1=1.61148in; y1=39.1922mm; x2=1.67426in; y2=39.1922mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105934 {
+        x1=1.51274in; y1=39.1922mm; x2=1.58in; y2=39.1922mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105931 {
+        x1=36.004mm; y1=39.1922mm; x2=37.624mm; y2=39.1922mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105928 {
+        x1=90.8558mm; y1=1.852in; x2=3.342in; y2=1.617in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105925 {
+        x1=90.8558mm; y1=52.8828mm; x2=90.8558mm; y2=1.852in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105922 {
+        x1=3.377in; y1=2.282in; x2=90.8558mm; y2=52.8828mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105919 {
+        x1=3.234in; y1=2.282in; x2=3.377in; y2=2.282in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105916 {
+        x1=80.9899mm; y1=59.1165mm; x2=3.234in; y2=2.282in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105913 {
+        x1=80.2608mm; y1=59.1165mm; x2=80.9899mm; y2=59.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105910 {
+        x1=2.738in; y1=2.26in; x2=2.738in; y2=53.3908mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105907 {
+        x1=72.2577mm; y1=60.1165mm; x2=2.738in; y2=2.26in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105904 {
+        x1=73.5108mm; y1=60.1165mm; x2=72.2577mm; y2=60.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105901 {
+        x1=2.652in; y1=62.103mm; x2=2.482in; y2=62.103mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105898 {
+        x1=71.0587mm; y1=2.04in; x2=71.0839mm; y2=51.8411mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105895 {
+        x1=2.757in; y1=2.04in; x2=71.0587mm; y2=2.04in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105892 {
+        x1=2.706in; y1=2.091in; x2=2.757in; y2=2.04in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105889 {
+        x1=2.706in; y1=61.468mm; x2=2.706in; y2=2.091in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105886 {
+        x1=2.672in; y1=2.454in; x2=2.706in; y2=61.468mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105883 {
+        x1=2.672in; y1=2.455in; x2=2.672in; y2=2.454in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105880 {
+        x1=65.4558mm; y1=51.435mm; x2=65.4558mm; y2=1.992in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105877 {
+        x1=65.0497mm; y1=51.8411mm; x2=65.4558mm; y2=51.435mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105874 {
+        x1=2.523in; y1=51.8411mm; x2=65.0497mm; y2=51.8411mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105871 {
+        x1=65.4301mm; y1=50.5711mm; x2=65.4558mm; y2=1.992in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105868 {
+        x1=2.523in; y1=50.5711mm; x2=65.4301mm; y2=50.5711mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105865 {
+        x1=2.736in; y1=1.991in; x2=71.0836mm; y2=1.991in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105862 {
+        x1=69.0626mm; y1=1.974in; x2=2.736in; y2=1.991in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105859 {
+        x1=69.0626mm; y1=1.872in; x2=69.0626mm; y2=1.974in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105856 {
+        x1=2.736in; y1=1.855in; x2=69.0626mm; y2=1.872in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105853 {
+        x1=2.795in; y1=1.855in; x2=2.736in; y2=1.855in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105850 {
+        x1=2.8051in; y1=1.8449in; x2=2.795in; y2=1.855in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105847 {
+        x1=2.8051in; y1=46.2892mm; x2=2.8051in; y2=1.8449in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105844 {
+        x1=73.5082mm; y1=2.347in; x2=73.5108mm; y2=59.61634mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105841 {
+        x1=2.866in; y1=2.347in; x2=73.5082mm; y2=2.347in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105838 {
+        x1=2.822in; y1=58.4962mm; x2=2.866in; y2=2.347in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105835 {
+        x1=2.822in; y1=2.143in; x2=2.822in; y2=58.4962mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105832 {
+        x1=72.7456mm; y1=53.3654mm; x2=2.822in; y2=2.143in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105829 {
+        x1=72.7456mm; y1=51.2318mm; x2=72.7456mm; y2=53.3654mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105826 {
+        x1=72.0849mm; y1=50.5711mm; x2=72.7456mm; y2=51.2318mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105823 {
+        x1=71.0839mm; y1=50.5711mm; x2=72.0849mm; y2=50.5711mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105820 {
+        x1=71.0836mm; y1=1.991in; x2=71.0839mm; y2=50.5711mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105817 {
+        x1=2.652in; y1=62.865mm; x2=2.681in; y2=2.446in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105814 {
+        x1=2.652in; y1=63.5mm; x2=2.652in; y2=62.865mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105811 {
+        x1=2.663in; y1=2.511in; x2=2.652in; y2=63.5mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105808 {
+        x1=2.788in; y1=2.511in; x2=2.663in; y2=2.511in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105805 {
+        x1=71.2343mm; y1=64.1985mm; x2=2.788in; y2=2.511in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105802 {
+        x1=71.2343mm; y1=65.7479mm; x2=71.2343mm; y2=64.1985mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105799 {
+        x1=2.903in; y1=2.141in; x2=2.903in; y2=51.7398mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105796 {
+        x1=2.92in; y1=54.8132mm; x2=2.903in; y2=2.141in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105793 {
+        x1=2.939in; y1=54.8132mm; x2=2.92in; y2=54.8132mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105790 {
+        x1=2.9581in; y1=55.29834mm; x2=2.939in; y2=54.8132mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105787 {
+        x1=2.9581in; y1=57.9914mm; x2=2.9581in; y2=55.29834mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105784 {
+        x1=2.855in; y1=2.234in; x2=2.854in; y2=2.233in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105781 {
+        x1=2.855in; y1=2.309in; x2=2.855in; y2=2.234in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105778 {
+        x1=72.9849mm; y1=59.1165mm; x2=2.855in; y2=2.309in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105775 {
+        x1=73.5108mm; y1=59.1165mm; x2=72.9849mm; y2=59.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105772 {
+        x1=2.676in; y1=2.421in; x2=2.652in; y2=62.103mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105769 {
+        x1=2.676in; y1=2.362in; x2=2.676in; y2=2.421in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105766 {
+        x1=2.6831in; y1=2.4849in; x2=2.683in; y2=63.119mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105763 {
+        x1=73.5108mm; y1=2.4849in; x2=2.6831in; y2=2.4849in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105760 {
+        x1=2.833in; y1=2.617in; x2=2.804in; y2=2.588in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105757 {
+        x1=73.533mm; y1=2.617in; x2=2.833in; y2=2.617in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105754 {
+        x1=74.6359mm; y1=65.3689mm; x2=73.533mm; y2=2.617in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105751 {
+        x1=74.6359mm; y1=64.7414mm; x2=74.6359mm; y2=65.3689mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105748 {
+        x1=2.877in; y1=2.567in; x2=72.5424mm; y2=2.588in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105745 {
+        x1=2.913in; y1=2.567in; x2=2.877in; y2=2.567in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105742 {
+        x1=74.1357mm; y1=65.0563mm; x2=2.913in; y2=2.567in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105739 {
+        x1=74.1357mm; y1=64.7414mm; x2=74.1357mm; y2=65.0563mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105736 {
+        x1=2.641in; y1=2.417in; x2=2.641in; y2=60.5668mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105733 {
+        x1=3.193in; y1=58.293mm; x2=3.193in; y2=2.277in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105730 {
+        x1=80.7789mm; y1=58.6163mm; x2=3.193in; y2=58.293mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105727 {
+        x1=80.2608mm; y1=58.6163mm; x2=80.7789mm; y2=58.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105724 {
+        x1=65.0494mm; y1=61.3664mm; x2=2.56in; y2=2.417in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105721 {
+        x1=65.0494mm; y1=60.5658mm; x2=65.0494mm; y2=61.3664mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105718 {
+        x1=3.051in; y1=986.0mil; x2=3.051in; y2=1.009in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105715 {
+        x1=3.024in; y1=959.0mil; x2=3.051in; y2=986.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105712 {
+        x1=2.979in; y1=959.0mil; x2=3.024in; y2=959.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105709 {
+        x1=2.979in; y1=1.009in; x2=3.051in; y2=1.009in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105706 {
+        x1=3.237in; y1=1.55in; x2=3.236in; y2=39.3954mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105703 {
+        x1=3.415in; y1=86.36mm; x2=89.281mm; y2=86.36mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105700 {
+        x1=3.415in; y1=74.295mm; x2=89.281mm; y2=74.295mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105697 {
+        x1=75.6359mm; y1=86.1181mm; x2=75.6268mm; y2=86.1272mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105694 {
+        x1=3.111in; y1=26.8986mm; x2=3.145in; y2=26.035mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105691 {
+        x1=2.979in; y1=26.8986mm; x2=3.111in; y2=26.8986mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105688 {
+        x1=2.879in; y1=26.8986mm; x2=3.145in; y2=33.655mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105685 {
+        x1=2.774in; y1=26.8986mm; x2=2.879in; y2=26.8986mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105682 {
+        x1=3.41in; y1=600.0mil; x2=89.281mm; y2=600.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105679 {
+        x1=1.665in; y1=2.47in; x2=1.92in; y2=69.215mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105676 {
+        x1=1.395in; y1=2.47in; x2=1.665in; y2=2.47in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105673 {
+        x1=1.25839in; y1=59.2681mm; x2=1.395in; y2=2.47in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105670 {
+        x1=1.25839in; y1=42.9715mm; x2=1.25839in; y2=59.2681mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105667 {
+        x1=34.176462mm; y1=34.474404mm; x2=1.155in; y2=39.3139mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105664 {
+        x1=1.393in; y1=34.474404mm; x2=34.176462mm; y2=34.474404mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105661 {
+        x1=1.128in; y1=40.1267mm; x2=29.4132mm; y2=39.3647mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105658 {
+        x1=1.128in; y1=45.0543mm; x2=1.128in; y2=40.1267mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105655 {
+        x1=1.128in; y1=48.8257mm; x2=1.11948in; y2=49.0421mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105652 {
+        x1=1.128in; y1=48.2293mm; x2=1.128in; y2=48.8257mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105649 {
+        x1=1.088in; y1=46.1719mm; x2=1.088in; y2=49.0421mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105646 {
+        x1=1.128in; y1=47.1371mm; x2=1.128in; y2=48.2039mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105643 {
+        x1=27.6606mm; y1=46.0703mm; x2=27.66187mm; y2=45.0543mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105640 {
+        x1=2.9974685in; y1=57.9914mm; x2=76.1238mm; y2=2.244in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105637 {
+        x1=3.055in; y1=2.2816in; x2=77.6359mm; y2=57.9914mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105634 {
+        x1=75.134mm; y1=1.904in; x2=75.121mm; y2=48.3486mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105631 {
+        x1=2.984in; y1=1.904in; x2=75.134mm; y2=1.904in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105628 {
+        x1=76.0336mm; y1=48.6016mm; x2=2.984in; y2=1.904in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105625 {
+        x1=3.01in; y1=48.6016mm; x2=76.0336mm; y2=48.6016mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105622 {
+        x1=2.918in; y1=49.1424mm; x2=2.918in; y2=1.963in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105619 {
+        x1=2.89in; y1=1.963in; x2=2.946in; y2=1.963in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105616 {
+        x1=75.121mm; y1=49.5676mm; x2=2.946in; y2=1.963in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105613 {
+        x1=75.121mm; y1=49.1482mm; x2=75.121mm; y2=49.5676mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105610 {
+        x1=2.878in; y1=1.951in; x2=2.89in; y2=1.963in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105607 {
+        x1=2.878in; y1=49.167mm; x2=2.878in; y2=1.951in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105604 {
+        x1=75.121mm; y1=47.9676mm; x2=74.5113mm; y2=47.3579mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105601 {
+        x1=75.121mm; y1=48.3486mm; x2=75.121mm; y2=47.9676mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105598 {
+        x1=2.917in; y1=48.3174mm; x2=2.918in; y2=48.3428mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105595 {
+        x1=2.917in; y1=1.89in; x2=2.917in; y2=48.3174mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105592 {
+        x1=73.7494mm; y1=47.6636mm; x2=2.917in; y2=1.89in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105589 {
+        x1=73.7494mm; y1=46.2892mm; x2=73.7494mm; y2=47.6636mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105586 {
+        x1=72.7497mm; y1=46.8155mm; x2=2.878in; y2=47.167mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105583 {
+        x1=2.878in; y1=48.3674mm; x2=2.878in; y2=47.167mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105580 {
+        x1=73.2493mm; y1=46.8157mm; x2=2.874in; y2=1.8529685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105577 {
+        x1=73.2493mm; y1=46.2892mm; x2=73.2493mm; y2=46.8157mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105574 {
+        x1=72.7497mm; y1=46.2892mm; x2=72.7497mm; y2=46.8155mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105571 {
+        x1=3.01in; y1=48.6016mm; x2=78.3402mm; y2=48.6148mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105568 {
+        x1=58.3946mm; y1=2.595in; x2=2.224in; y2=2.52in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105565 {
+        x1=2.224in; y1=1.796in; x2=2.224in; y2=2.52in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105562 {
+        x1=48.99mm; y1=38.1188mm; x2=2.224in; y2=1.796in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105559 {
+        x1=48.99mm; y1=28.2194mm; x2=48.99mm; y2=38.1188mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105556 {
+        x1=67.7428mm; y1=59.7672mm; x2=2.676in; y2=2.362in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105553 {
+        x1=2.641in; y1=59.7672mm; x2=67.7428mm; y2=59.7672mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105550 {
+        x1=66.0776mm; y1=60.5668mm; x2=2.601in; y2=60.579mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105547 {
+        x1=2.641in; y1=60.5668mm; x2=66.0776mm; y2=60.5668mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105544 {
+        x1=2.601in; y1=59.5376mm; x2=2.58in; y2=59.0042mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105541 {
+        x1=2.601in; y1=59.7794mm; x2=2.601in; y2=59.5376mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105538 {
+        x1=2.56in; y1=2.343in; x2=2.58in; y2=59.0042mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105535 {
+        x1=2.56in; y1=2.353in; x2=2.56in; y2=2.343in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105532 {
+        x1=2.482in; y1=2.687in; x2=2.52in; y2=69.215mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105529 {
+        x1=2.482in; y1=60.5658mm; x2=2.482in; y2=2.687in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105526 {
+        x1=2.482in; y1=57.4802mm; x2=2.52in; y2=56.515mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105523 {
+        x1=2.482in; y1=2.353in; x2=2.482in; y2=57.4802mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105520 {
+        x1=64.0334mm; y1=2.353in; x2=2.482in; y2=2.353in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105517 {
+        x1=64.0334mm; y1=60.5658mm; x2=2.56in; y2=60.5658mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105514 {
+        x1=2.746in; y1=1.891in; x2=71.0839mm; y2=1.891in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105511 {
+        x1=71.0839mm; y1=1.941in; x2=2.746in; y2=1.941in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105508 {
+        x1=66.294mm; y1=1.941in; x2=2.523in; y2=1.941in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105505 {
+        x1=70.0311mm; y1=45.5643mm; x2=66.294mm; y2=1.941in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105502 {
+        x1=70.5246mm; y1=45.5643mm; x2=70.0311mm; y2=45.5643mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105499 {
+        x1=66.9036mm; y1=1.891in; x2=2.523in; y2=1.891in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105496 {
+        x1=69.8709mm; y1=45.0641mm; x2=66.9036mm; y2=1.891in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105493 {
+        x1=70.5246mm; y1=45.0641mm; x2=69.8709mm; y2=45.0641mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105490 {
+        x1=59.563mm; y1=1.825in; x2=61.468mm; y2=56.515mm; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105487 {
+        x1=1.489in; y1=1.431in; x2=1.489in; y2=35.9156mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105484 {
+        x1=1.483in; y1=1.437in; x2=1.489in; y2=1.431in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105481 {
+        x1=1.464in; y1=1.437in; x2=1.483in; y2=1.437in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105478 {
+        x1=36.9824mm; y1=1.429in; x2=1.464in; y2=1.437in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105475 {
+        x1=36.9824mm; y1=1.397in; x2=36.9824mm; y2=1.429in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105472 {
+        x1=1.44774in; y1=35.274mm; x2=36.9824mm; y2=1.397in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105469 {
+        x1=1.393in; y1=35.274mm; x2=1.44774in; y2=35.274mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105466 {
+        x1=1.38589in; y1=1.478in; x2=1.35in; y2=1.478in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105463 {
+        x1=1.433in; y1=34.248598mm; x2=37.83mm; y2=1.292in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105460 {
+        x1=1.433in; y1=34.474404mm; x2=1.433in; y2=34.248598mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105457 {
+        x1=36.3728mm; y1=1.38974in; x2=1.433in; y2=35.274mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105454 {
+        x1=1.386in; y1=41.4683mm; x2=1.386in; y2=1.525in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105451 {
+        x1=1.403in; y1=1.508in; x2=1.386in; y2=1.525in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105448 {
+        x1=1.495in; y1=1.508in; x2=1.403in; y2=1.508in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105445 {
+        x1=1.52837in; y1=1.47463in; x2=1.495in; y2=1.508in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105442 {
+        x1=1.52837in; y1=35.9156mm; x2=1.52837in; y2=1.47463in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105439 {
+        x1=1.489in; y1=1.29237in; x2=1.489in; y2=1.33329in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105436 {
+        x1=1.489in; y1=1.29237in; x2=37.83mm; y2=1.292in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105433 {
+        x1=34.299398mm; y1=1.439in; x2=1.38589in; y2=1.439in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105430 {
+        x1=38.3207mm; y1=35.9156mm; x2=38.3207mm; y2=1.46368in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105427 {
+        x1=38.3207mm; y1=1.46368in; x2=37.957mm; y2=1.478in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105424 {
+        x1=1.41737in; y1=1.478in; x2=37.957mm; y2=1.478in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105421 {
+        x1=1.41737in; y1=1.439in; x2=1.41737in; y2=1.478in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105418 {
+        x1=39.3207mm; y1=35.9156mm; x2=39.3207mm; y2=1.44469in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105415 {
+        x1=39.3207mm; y1=1.44469in; x2=39.608mm; y2=36.9824mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105412 {
+        x1=40.446198mm; y1=1.389in; x2=40.446198mm; y2=1.423in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105409 {
+        x1=40.446198mm; y1=1.423in; x2=39.608mm; y2=36.9824mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105406 {
+        x1=40.446198mm; y1=33.3502mm; x2=40.446198mm; y2=34.481mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105403 {
+        x1=40.446198mm; y1=33.3502mm; x2=39.912798mm; y2=1.292in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105400 {
+        x1=37.83mm; y1=1.292in; x2=39.912798mm; y2=1.292in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105397 {
+        x1=1.342in; y1=47.4388mm; x2=1.34767in; y2=1.862in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105394 {
+        x1=1.643in; y1=43.4764mm; x2=41.419mm; y2=1.724in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105391 {
+        x1=1.386in; y1=41.4683mm; x2=35.169094mm; y2=1.634in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105388 {
+        x1=1.34667in; y1=1.862in; x2=1.34767in; y2=1.863in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105385 {
+        x1=1.34767in; y1=1.862in; x2=1.34767in; y2=1.766in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105382 {
+        x1=1.42167in; y1=1.862in; x2=1.42167in; y2=1.766in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105379 {
+        x1=1.826in; y1=1.685in; x2=1.61267in; y2=1.685in; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105376 {
+        x1=1.608in; y1=1.762in; x2=1.822in; y2=1.762in; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105373 {
+        x1=67.2214mm; y1=44.4624mm; x2=2.627in; y2=1.77in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105370 {
+        x1=67.5518mm; y1=44.4624mm; x2=67.2214mm; y2=44.4624mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105367 {
+        x1=67.2084mm; y1=1.789in; x2=2.627in; y2=1.77in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105364 {
+        x1=67.5452mm; y1=1.789in; x2=67.2084mm; y2=1.789in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105361 {
+        x1=2.712in; y1=1.789in; x2=68.3448mm; y2=1.789in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105358 {
+        x1=2.7465in; y1=44.5643mm; x2=2.712in; y2=1.789in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105355 {
+        x1=70.5246mm; y1=44.5643mm; x2=2.7465in; y2=44.5643mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105352 {
+        x1=81.7626mm; y1=2.0in; x2=81.7372mm; y2=1.999in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105349 {
+        x1=88.9mm; y1=2.0in; x2=81.7626mm; y2=2.0in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105346 {
+        x1=67.5132mm; y1=41.6552mm; x2=2.649in; y2=41.4266mm; thickness=10.0mil; clearance=12.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105343 {
+        x1=67.5132mm; y1=41.8584mm; x2=67.5132mm; y2=41.6552mm; thickness=10.0mil; clearance=12.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105340 {
+        x1=67.818mm; y1=42.1632mm; x2=67.5132mm; y2=41.8584mm; thickness=10.0mil; clearance=12.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105337 {
+        x1=2.687in; y1=42.1632mm; x2=67.818mm; y2=42.1632mm; thickness=10.0mil; clearance=12.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105334 {
+        x1=79.0062mm; y1=50.3796mm; x2=3.12in; y2=50.6214mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105331 {
+        x1=78.3966mm; y1=50.3796mm; x2=79.0062mm; y2=50.3796mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105328 {
+        x1=78.4893mm; y1=49.4873mm; x2=78.3966mm; y2=1.9519685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105325 {
+        x1=78.4893mm; y1=48.7639mm; x2=78.4893mm; y2=49.4873mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105322 {
+        x1=79.2922mm; y1=50.5772mm; x2=3.12in; y2=50.6214mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105319 {
+        x1=79.2922mm; y1=48.7672mm; x2=79.2922mm; y2=50.5772mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105316 {
+        x1=78.3402mm; y1=48.6148mm; x2=78.4926mm; y2=48.7672mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105313 {
+        x1=3.163in; y1=48.532mm; x2=3.163in; y2=1.9429685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105310 {
+        x1=3.163in; y1=46.8556mm; x2=3.163in; y2=47.7324mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105307 {
+        x1=80.9244mm; y1=50.7738mm; x2=3.188in; y2=2.0009685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105304 {
+        x1=80.6196mm; y1=50.7738mm; x2=80.9244mm; y2=50.7738mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105301 {
+        x1=3.163in; y1=1.9879685in; x2=80.6196mm; y2=50.7738mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105298 {
+        x1=3.163in; y1=49.167mm; x2=3.163in; y2=1.9879685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105295 {
+        x1=79.47mm; y1=1.8789685in; x2=80.3148mm; y2=1.8789685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105292 {
+        x1=3.012in; y1=47.8152mm; x2=3.05in; y2=47.8152mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105289 {
+        x1=3.012in; y1=46.881mm; x2=3.012in; y2=47.8152mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105286 {
+        x1=78.6704mm; y1=1.8409685in; x2=78.6704mm; y2=1.8789685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105283 {
+        x1=79.565mm; y1=46.8556mm; x2=79.47mm; y2=1.8409685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105280 {
+        x1=3.163in; y1=46.8556mm; x2=79.565mm; y2=46.8556mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105277 {
+        x1=78.5434mm; y1=1.8459685in; x2=78.6704mm; y2=1.8409685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105274 {
+        x1=3.05in; y1=1.8459685in; x2=78.5434mm; y2=1.8459685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105271 {
+        x1=81.248mm; y1=45.9478mm; x2=81.3308mm; y2=45.865mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105268 {
+        x1=3.1in; y1=45.9478mm; x2=81.248mm; y2=45.9478mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105265 {
+        x1=77.8563mm; y1=45.0641mm; x2=3.1in; y2=45.9478mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105262 {
+        x1=75.4743mm; y1=45.0641mm; x2=77.8563mm; y2=45.0641mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105259 {
+        x1=3.136in; y1=42.5696mm; x2=3.136in; y2=1.6949685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105256 {
+        x1=80.137mm; y1=42.087mm; x2=3.136in; y2=42.5696mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105253 {
+        x1=80.9564mm; y1=42.087mm; x2=80.137mm; y2=42.087mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105250 {
+        x1=81.9404mm; y1=44.4558mm; x2=81.3308mm; y2=45.0654mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105247 {
+        x1=81.9404mm; y1=42.4934mm; x2=81.9404mm; y2=44.4558mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105244 {
+        x1=81.756mm; y1=42.309mm; x2=81.9404mm; y2=42.4934mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105241 {
+        x1=81.756mm; y1=42.087mm; x2=81.756mm; y2=42.309mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105238 {
+        x1=3.171in; y1=45.0654mm; x2=80.4606mm; y2=1.7709685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105235 {
+        x1=81.3308mm; y1=45.0654mm; x2=3.171in; y2=45.0654mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105232 {
+        x1=3.176in; y1=44.0174mm; x2=81.153mm; y2=1.7139685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105229 {
+        x1=80.4606mm; y1=44.0174mm; x2=3.176in; y2=44.0174mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105226 {
+        x1=3.176in; y1=1.6949685in; x2=81.153mm; y2=1.7139685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105223 {
+        x1=80.454mm; y1=1.6949685in; x2=3.176in; y2=1.6949685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105220 {
+        x1=79.661mm; y1=1.7709685in; x2=79.661mm; y2=44.0174mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105217 {
+        x1=78.6331mm; y1=44.5643mm; x2=79.0514mm; y2=1.7709685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105214 {
+        x1=79.661mm; y1=1.7709685in; x2=79.0514mm; y2=1.7709685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105211 {
+        x1=78.7908mm; y1=43.5602mm; x2=78.7908mm; y2=43.9224mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105208 {
+        x1=79.2988mm; y1=1.6949685in; x2=78.7908mm; y2=43.5602mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105205 {
+        x1=3.136in; y1=1.6949685in; x2=79.2988mm; y2=1.6949685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105202 {
+        x1=75.4743mm; y1=44.5643mm; x2=78.6331mm; y2=44.5643mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105199 {
+        x1=78.6491mm; y1=44.0641mm; x2=78.7908mm; y2=43.9224mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105196 {
+        x1=75.4743mm; y1=44.0641mm; x2=78.6491mm; y2=44.0641mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105193 {
+        x1=77.4634mm; y1=46.0814mm; x2=3.05in; y2=46.088mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105190 {
+        x1=3.012in; y1=46.0814mm; x2=77.4634mm; y2=46.0814mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105187 {
+        x1=75.9877mm; y1=45.5643mm; x2=3.012in; y2=46.0814mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105184 {
+        x1=75.4743mm; y1=45.5643mm; x2=75.9877mm; y2=45.5643mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105181 {
+        x1=3.104in; y1=42.5696mm; x2=3.104in; y2=41.9346mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105178 {
+        x1=3.06483071in; y1=43.5645mm; x2=3.104in; y2=42.5696mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105175 {
+        x1=75.4743mm; y1=43.5645mm; x2=3.06483071in; y2=43.5645mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105172 {
+        x1=69.3207mm; y1=44.0641mm; x2=68.9224mm; y2=44.4624mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105169 {
+        x1=2.69in; y1=44.4624mm; x2=68.9224mm; y2=44.4624mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105166 {
+        x1=70.5246mm; y1=44.0641mm; x2=69.3207mm; y2=44.0641mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105163 {
+        x1=68.8129mm; y1=43.5645mm; x2=68.6562mm; y2=43.4078mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105160 {
+        x1=70.5246mm; y1=43.5645mm; x2=68.8129mm; y2=43.5645mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105157 {
+        x1=69.0626mm; y1=42.1632mm; x2=2.672in; y2=42.1632mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105154 {
+        x1=2.7348in; y1=42.5646mm; x2=69.0626mm; y2=42.1632mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105151 {
+        x1=70.5246mm; y1=42.5646mm; x2=2.7348in; y2=42.5646mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105148 {
+        x1=69.9544mm; y1=42.0644mm; x2=69.3674mm; y2=41.4774mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105145 {
+        x1=69.0306mm; y1=41.4774mm; x2=69.3674mm; y2=41.4774mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105142 {
+        x1=68.231mm; y1=40.4177mm; x2=68.186mm; y2=40.3728mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105139 {
+        x1=68.231mm; y1=41.4774mm; x2=68.231mm; y2=40.4177mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105136 {
+        x1=68.4149mm; y1=36.1439mm; x2=68.8472mm; y2=1.4059685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105133 {
+        x1=68.4149mm; y1=37.0246mm; x2=68.4149mm; y2=36.1439mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105130 {
+        x1=2.76in; y1=1.4239685in; x2=2.742in; y2=1.4059685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105127 {
+        x1=2.76in; y1=1.4569685in; x2=2.76in; y2=1.4239685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105124 {
+        x1=70.0326mm; y1=1.4569685in; x2=70.0148mm; y2=37.0246mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105121 {
+        x1=2.799in; y1=1.4569685in; x2=70.0326mm; y2=1.4569685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105118 {
+        x1=2.941in; y1=47.548mm; x2=2.934in; y2=1.8649685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105115 {
+        x1=2.9232in; y1=47.0959mm; x2=2.933in; y2=1.8639685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105112 {
+        x1=2.9232in; y1=46.2892mm; x2=2.9232in; y2=47.0959mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105109 {
+        x1=68.2564mm; y1=40.564mm; x2=2.689in; y2=40.5199mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105106 {
+        x1=2.7742in; y1=1.5619685in; x2=70.0148mm; y2=39.2245mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105103 {
+        x1=2.7742in; y1=1.5619685in; x2=70.7898mm; y2=1.5619685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105100 {
+        x1=71.7497mm; y1=40.6339mm; x2=70.7898mm; y2=1.5619685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105097 {
+        x1=71.7497mm; y1=40.6339mm; x2=71.7497mm; y2=41.3395mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105094 {
+        x1=71.8312mm; y1=1.5719685in; x2=70.8914mm; y2=38.1424mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105091 {
+        x1=2.8444685in; y1=1.58843701in; x2=71.8312mm; y2=1.5719685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105088 {
+        x1=2.8444685in; y1=1.58843701in; x2=2.8444685in; y2=41.3395mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105085 {
+        x1=2.778in; y1=40.7154mm; x2=2.799in; y2=40.7154mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105082 {
+        x1=2.8051in; y1=40.8704mm; x2=2.799in; y2=40.7154mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105079 {
+        x1=2.8051in; y1=40.8704mm; x2=2.8051in; y2=41.3395mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105076 {
+        x1=68.3638mm; y1=40.5199mm; x2=68.186mm; y2=40.342mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105073 {
+        x1=68.3638mm; y1=40.5199mm; x2=68.8089mm; y2=40.5199mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105070 {
+        x1=68.186mm; y1=1.5532874in; x2=68.4149mm; y2=39.2245mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105067 {
+        x1=68.186mm; y1=1.5532874in; x2=68.186mm; y2=40.3167mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105064 {
+        x1=70.0148mm; y1=40.1135mm; x2=69.6084mm; y2=40.5199mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105061 {
+        x1=70.0148mm; y1=39.2245mm; x2=70.0148mm; y2=40.1135mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105058 {
+        x1=2.7095in; y1=37.4312mm; x2=68.821mm; y2=36.6189mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105055 {
+        x1=68.8345mm; y1=1.44415in; x2=68.821mm; y2=36.6946mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105052 {
+        x1=2.7195in; y1=38.1424mm; x2=2.7905in; y2=38.1424mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105049 {
+        x1=2.7195in; y1=38.1424mm; x2=2.7095in; y2=37.8884mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105046 {
+        x1=2.7095in; y1=37.4566mm; x2=2.7095in; y2=37.8884mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105043 {
+        x1=69.9544mm; y1=42.0644mm; x2=70.5246mm; y2=42.0644mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105040 {
+        x1=73.2493mm; y1=40.7451mm; x2=73.2493mm; y2=41.3141mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105037 {
+        x1=73.2493mm; y1=40.7451mm; x2=2.894in; y2=40.4868mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105034 {
+        x1=73.7494mm; y1=40.6524mm; x2=73.7494mm; y2=41.3141mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105031 {
+        x1=73.7494mm; y1=40.6524mm; x2=2.8955in; y2=40.4487mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105028 {
+        x1=74.7494mm; y1=40.7182mm; x2=74.7494mm; y2=41.3141mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105025 {
+        x1=74.7494mm; y1=40.7182mm; x2=2.952in; y2=40.4868mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105022 {
+        x1=75.4512mm; y1=38.7342mm; x2=2.971in; y2=38.722mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105019 {
+        x1=73.533mm; y1=1.5559685in; x2=73.533mm; y2=1.5929685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105016 {
+        x1=2.971in; y1=1.5559685in; x2=2.971in; y2=1.5749685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105013 {
+        x1=2.971in; y1=1.5749685in; x2=75.057mm; y2=40.4106mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105010 {
+        x1=2.9232in; y1=39.7706mm; x2=2.9232in; y2=41.3141mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105007 {
+        x1=2.9232in; y1=39.7706mm; x2=2.933in; y2=1.5559685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105004 {
+        x1=72.7497mm; y1=39.7157mm; x2=72.7497mm; y2=41.3141mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.105001 {
+        x1=72.7497mm; y1=39.7157mm; x2=2.857in; y2=39.5338mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104998 {
+        x1=73.533mm; y1=38.5818mm; x2=73.533mm; y2=38.722mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104995 {
+        x1=73.533mm; y1=38.5818mm; x2=2.914in; y2=38.0992mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104992 {
+        x1=2.933in; y1=38.5818mm; x2=2.933in; y2=38.722mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104989 {
+        x1=2.933in; y1=38.5818mm; x2=2.914in; y2=38.0992mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104986 {
+        x1=74.0537mm; y1=38.0611mm; x2=74.8025mm; y2=38.0611mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104983 {
+        x1=74.8025mm; y1=38.0611mm; x2=2.971in; y2=38.722mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104980 {
+        x1=73.152mm; y1=1.5019685in; x2=73.9648mm; y2=1.5019685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104977 {
+        x1=73.152mm; y1=1.5019685in; x2=2.857in; y2=38.7342mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104974 {
+        x1=75.4743mm; y1=42.5392mm; x2=3.0046811in; y2=42.5392mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104971 {
+        x1=3.0046811in; y1=42.5392mm; x2=76.9366mm; y2=41.9214mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104968 {
+        x1=75.4743mm; y1=42.039mm; x2=75.6892mm; y2=42.039mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104965 {
+        x1=75.6892mm; y1=42.039mm; x2=3.011in; y2=41.2488mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104962 {
+        x1=3.011in; y1=41.2488mm; x2=3.024in; y2=41.2488mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104959 {
+        x1=3.024in; y1=41.2488mm; x2=76.9366mm; y2=41.1218mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104956 {
+        x1=75.4743mm; y1=43.039mm; x2=77.4578mm; y2=43.039mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104953 {
+        x1=77.4578mm; y1=43.039mm; x2=3.067in; y2=1.6769685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104950 {
+        x1=3.067in; y1=41.9214mm; x2=3.067in; y2=42.5696mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104947 {
+        x1=3.067in; y1=42.5696mm; x2=77.9145mm; y2=1.6764685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104944 {
+        x1=3.067in; y1=40.9694mm; x2=3.067in; y2=41.1218mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104941 {
+        x1=3.067in; y1=40.9694mm; x2=3.088in; y2=1.5919685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104938 {
+        x1=3.104in; y1=40.8678mm; x2=3.104in; y2=41.135mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104935 {
+        x1=3.104in; y1=40.8678mm; x2=78.4225mm; y2=40.4487mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104932 {
+        x1=61.468mm; y1=69.215mm; x2=2.12in; y2=69.215mm; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104929 {
+        x1=1.62in; y1=56.515mm; x2=1.92in; y2=56.515mm; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104926 {
+        x1=3.274in; y1=535.0mil; x2=3.276in; y2=533.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104923 {
+        x1=3.274in; y1=624.0mil; x2=3.274in; y2=535.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104920 {
+        x1=3.039in; y1=859.0mil; x2=3.274in; y2=624.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104917 {
+        x1=2.979in; y1=859.0mil; x2=3.039in; y2=859.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104914 {
+        x1=3.176in; y1=674.0mil; x2=3.176in; y2=533.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104911 {
+        x1=77.2414mm; y1=809.0mil; x2=3.176in; y2=674.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104908 {
+        x1=2.979in; y1=809.0mil; x2=77.2414mm; y2=809.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104905 {
+        x1=78.105mm; y1=534.0mil; x2=3.076in; y2=533.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104902 {
+        x1=78.105mm; y1=725.0mil; x2=78.105mm; y2=534.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104899 {
+        x1=77.2414mm; y1=759.0mil; x2=78.105mm; y2=725.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104896 {
+        x1=2.979in; y1=759.0mil; x2=77.2414mm; y2=759.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104893 {
+        x1=2.915in; y1=594.0mil; x2=2.976in; y2=533.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104890 {
+        x1=2.915in; y1=693.0mil; x2=2.915in; y2=594.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104887 {
+        x1=2.931in; y1=709.0mil; x2=2.915in; y2=693.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104884 {
+        x1=2.979in; y1=709.0mil; x2=2.931in; y2=709.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104881 {
+        x1=3.184in; y1=65.405mm; x2=3.188in; y2=2.571in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104878 {
+        x1=3.184in; y1=66.5988mm; x2=3.184in; y2=65.405mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104875 {
+        x1=79.375mm; y1=65.8998mm; x2=80.074mm; y2=66.5988mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104872 {
+        x1=79.375mm; y1=2.587in; x2=79.375mm; y2=65.8998mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104869 {
+        x1=2.932in; y1=55.7972mm; x2=74.4916mm; y2=2.196in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104866 {
+        x1=2.932in; y1=2.233in; x2=2.932in; y2=55.7972mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104863 {
+        x1=73.4568mm; y1=56.0136mm; x2=73.692mm; y2=2.196in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104860 {
+        x1=73.4568mm; y1=56.769mm; x2=73.4568mm; y2=56.0136mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104857 {
+        x1=77.4446mm; y1=2.696in; x2=77.4446mm; y2=67.6778mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104854 {
+        x1=3.048in; y1=2.632in; x2=77.4446mm; y2=2.633in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104851 {
+        x1=3.048in; y1=65.5574mm; x2=3.048in; y2=2.632in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104848 {
+        x1=77.6359mm; y1=2.5724685in; x2=3.048in; y2=65.5574mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104845 {
+        x1=77.6359mm; y1=64.7414mm; x2=77.6359mm; y2=2.5724685in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104842 {
+        x1=85.3882mm; y1=2.338in; x2=3.362in; y2=59.3918mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104839 {
+        x1=3.264in; y1=2.338in; x2=85.3882mm; y2=2.338in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104836 {
+        x1=82.1743mm; y1=60.1165mm; x2=3.264in; y2=2.338in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104833 {
+        x1=80.2608mm; y1=60.1165mm; x2=82.1743mm; y2=60.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104830 {
+        x1=3.257in; y1=2.369in; x2=3.322in; y2=2.369in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104827 {
+        x1=82.2841mm; y1=60.6163mm; x2=3.257in; y2=2.369in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104824 {
+        x1=80.2608mm; y1=60.6163mm; x2=82.2841mm; y2=60.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104821 {
+        x1=82.7999mm; y1=61.1165mm; x2=3.269in; y2=2.397in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104818 {
+        x1=80.2608mm; y1=61.1165mm; x2=82.7999mm; y2=61.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104815 {
+        x1=87.376mm; y1=2.398in; x2=87.376mm; y2=60.1848mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104812 {
+        x1=85.407mm; y1=2.338in; x2=87.376mm; y2=2.338in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104809 {
+        x1=84.391mm; y1=60.1848mm; x2=3.322in; y2=2.369in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104806 {
+        x1=3.401in; y1=60.1848mm; x2=84.391mm; y2=60.1848mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104803 {
+        x1=85.407mm; y1=2.338in; x2=3.362in; y2=59.373mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104800 {
+        x1=85.3826mm; y1=2.338in; x2=3.362in; y2=59.373mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104797 {
+        x1=3.668in; y1=62.0014mm; x2=94.012mm; y2=62.0014mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104794 {
+        x1=3.733in; y1=2.523in; x2=94.8116mm; y2=62.0014mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104791 {
+        x1=91.4786mm; y1=2.425in; x2=3.566in; y2=2.425in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104788 {
+        x1=3.633in; y1=2.523in; x2=3.633in; y2=2.425in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104785 {
+        x1=3.184in; y1=65.151mm; x2=80.7212mm; y2=2.571in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104782 {
+        x1=3.184in; y1=2.536in; x2=3.184in; y2=65.151mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104779 {
+        x1=80.5757mm; y1=64.1165mm; x2=3.184in; y2=2.536in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104776 {
+        x1=80.2608mm; y1=64.1165mm; x2=80.5757mm; y2=64.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104773 {
+        x1=80.01mm; y1=2.571in; x2=3.184in; y2=2.571in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104770 {
+        x1=79.6359mm; y1=64.9293mm; x2=80.01mm; y2=2.571in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104767 {
+        x1=79.6359mm; y1=64.7414mm; x2=79.6359mm; y2=64.9293mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104764 {
+        x1=79.1357mm; y1=65.4705mm; x2=79.375mm; y2=2.587in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104761 {
+        x1=79.1357mm; y1=64.7414mm; x2=79.1357mm; y2=65.4705mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104758 {
+        x1=72.7387mm; y1=64.1165mm; x2=2.834in; y2=2.554in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104755 {
+        x1=73.5108mm; y1=64.1165mm; x2=72.7387mm; y2=64.1165mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104752 {
+        x1=72.1975mm; y1=63.6163mm; x2=2.834in; y2=63.8302mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104749 {
+        x1=73.5108mm; y1=63.6163mm; x2=72.1975mm; y2=63.6163mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104746 {
+        x1=74.6359mm; y1=56.8813mm; x2=2.932in; y2=2.233in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104743 {
+        x1=74.6359mm; y1=57.9914mm; x2=74.6359mm; y2=56.8813mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104740 {
+        x1=74.1357mm; y1=57.4479mm; x2=73.4568mm; y2=56.769mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104737 {
+        x1=74.1357mm; y1=57.9914mm; x2=74.1357mm; y2=57.4479mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104734 {
+        x1=1.929in; y1=1.11074in; x2=48.99mm; y2=28.2194mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104731 {
+        x1=1.929in; y1=26.9494mm; x2=1.929in; y2=1.11074in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104728 {
+        x1=1.91268in; y1=1.04468in; x2=1.929in; y2=26.9494mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104725 {
+        x1=1.87142in; y1=1.04468in; x2=1.91268in; y2=1.04468in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104722 {
+        x1=1.851in; y1=28.2194mm; x2=45.847mm; y2=27.051mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104719 {
+        x1=1.89726in; y1=28.2194mm; x2=1.851in; y2=28.2194mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104716 {
+        x1=1.78726in; y1=27.051mm; x2=1.773in; y2=1.05074in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104713 {
+        x1=45.847mm; y1=27.051mm; x2=1.78726in; y2=27.051mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104710 {
+        x1=45.863mm; y1=27.035mm; x2=45.847mm; y2=27.051mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104707 {
+        x1=1.87142in; y1=27.035mm; x2=45.863mm; y2=27.035mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104704 {
+        x1=1.78726in; y1=25.527mm; x2=1.773in; y2=1.01926in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104701 {
+        x1=45.847mm; y1=25.527mm; x2=1.78726in; y2=25.527mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104698 {
+        x1=1.80532in; y1=25.535128mm; x2=45.847mm; y2=25.527mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104695 {
+        x1=1.87142in; y1=25.535128mm; x2=1.80532in; y2=25.535128mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104692 {
+        x1=2.774in; y1=909.0mil; x2=2.979in; y2=909.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104689 {
+        x1=2.103in; y1=27.035mm; x2=58.293mm; y2=36.195mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104686 {
+        x1=52.0339mm; y1=27.035mm; x2=53.4256mm; y2=27.035mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104683 {
+        x1=53.7128mm; y1=1.04468in; x2=58.293mm; y2=1.225in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104680 {
+        x1=52.0339mm; y1=1.04468in; x2=53.7128mm; y2=1.04468in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104677 {
+        x1=52.0339mm; y1=26.035mm; x2=58.293mm; y2=26.035mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104674 {
+        x1=53.7128mm; y1=25.535128mm; x2=58.293mm; y2=825.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104671 {
+        x1=52.0339mm; y1=25.535128mm; x2=53.7128mm; y2=25.535128mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104668 {
+        x1=2.116in; y1=874.0mil; x2=2.115in; y2=873.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104665 {
+        x1=2.116in; y1=963.0mil; x2=2.116in; y2=874.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104662 {
+        x1=53.1716mm; y1=25.035mm; x2=2.116in; y2=963.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104659 {
+        x1=52.0339mm; y1=25.035mm; x2=53.1716mm; y2=25.035mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104656 {
+        x1=1.814in; y1=874.0mil; x2=1.815in; y2=873.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104653 {
+        x1=1.814in; y1=964.0mil; x2=1.814in; y2=874.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104650 {
+        x1=46.625mm; y1=25.035mm; x2=1.814in; y2=964.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104647 {
+        x1=1.87142in; y1=25.035mm; x2=46.625mm; y2=25.035mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104644 {
+        x1=2.807in; y1=759.0mil; x2=71.9328mm; y2=734.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104641 {
+        x1=2.774in; y1=759.0mil; x2=2.807in; y2=759.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104638 {
+        x1=2.807in; y1=709.0mil; x2=71.9328mm; y2=734.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104635 {
+        x1=2.693in; y1=709.0mil; x2=2.807in; y2=709.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104632 {
+        x1=2.692in; y1=809.0mil; x2=2.692in; y2=18.7828mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104629 {
+        x1=2.774in; y1=809.0mil; x2=2.692in; y2=809.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104626 {
+        x1=2.693in; y1=709.0mil; x2=2.692in; y2=708.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104623 {
+        x1=2.604in; y1=959.0mil; x2=65.278mm; y2=925.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104620 {
+        x1=2.774in; y1=959.0mil; x2=2.604in; y2=959.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104617 {
+        x1=65.6844mm; y1=1.009in; x2=65.278mm; y2=26.035mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104614 {
+        x1=2.774in; y1=1.009in; x2=65.6844mm; y2=1.009in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104611 {
+        x1=70.485mm; y1=860.0mil; x2=2.774in; y2=859.0mil; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104608 {
+        x1=94.1931mm; y1=65.9991mm; x2=3.633in; y2=2.523in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104605 {
+        x1=94.1931mm; y1=67.8901mm; x2=94.1931mm; y2=65.9991mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104602 {
+        x1=3.859in; y1=2.597in; x2=3.933in; y2=2.523in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104599 {
+        x1=3.816in; y1=2.597in; x2=3.859in; y2=2.597in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104596 {
+        x1=96.1431mm; y1=66.7471mm; x2=3.816in; y2=2.597in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104593 {
+        x1=96.1431mm; y1=67.8901mm; x2=96.1431mm; y2=66.7471mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104590 {
+        x1=94.8431mm; y1=64.1091mm; x2=3.733in; y2=2.523in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.104587 {
+        x1=94.8431mm; y1=67.8901mm; x2=94.8431mm; y2=64.1091mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+      }
+      color = {#8b2323}
+    }
+
+    {ha:GND plane}    {
+     lid=1
+     group=5
+     ha:combining {     }
+     visible=1
+
+      li:objects {
+       ha:polygon.110040 { clearance=20.0mil;
+        li:geometry {
+          ta:contour {
+           { 25.0mil; 25.0mil }
+           { 100.965mm; 25.0mil }
+           { 100.965mm; 100.965mm }
+           { 25.0mil; 100.965mm }
+          }
+        }
+
+        ha:flags {
+         clearpoly=1
+         lock=1
+        }
+       }
+      }
+      color = {#3a5fcd}
+    }
+
+    {ha:power plane}    {
+     lid=2
+     group=7
+     ha:combining {     }
+     visible=1
+
+      li:objects {
+       ha:line.106927 {
+        x1=3.268in; y1=72.7456mm; x2=3.163in; y2=72.7456mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106924 {
+        x1=3.192in; y1=2.613in; x2=80.1497mm; y2=65.4431mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106921 {
+        x1=3.192in; y1=2.681in; x2=3.192in; y2=2.613in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106918 {
+        x1=3.124in; y1=64.643mm; x2=80.137mm; y2=2.576in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106915 {
+        x1=78.6892mm; y1=64.643mm; x2=3.124in; y2=64.643mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106912 {
+        x1=3.062in; y1=63.7286mm; x2=78.6892mm; y2=64.643mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106909 {
+        x1=3.062in; y1=2.325in; x2=3.062in; y2=63.7286mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106906 {
+        x1=3.035in; y1=2.765in; x2=78.7654mm; y2=2.831in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106903 {
+        x1=3.026in; y1=2.765in; x2=3.035in; y2=2.765in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106900 {
+        x1=2.99in; y1=2.729in; x2=3.026in; y2=2.765in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106897 {
+        x1=2.99in; y1=58.4962mm; x2=2.99in; y2=2.729in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106894 {
+        x1=3.137in; y1=68.5546mm; x2=3.128in; y2=2.708in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106891 {
+        x1=3.137in; y1=2.667in; x2=3.137in; y2=68.5546mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106888 {
+        x1=3.12in; y1=67.31mm; x2=3.137in; y2=2.667in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106885 {
+        x1=3.067in; y1=67.31mm; x2=3.12in; y2=67.31mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106882 {
+        x1=77.1398mm; y1=2.62in; x2=3.067in; y2=67.31mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106879 {
+        x1=77.1398mm; y1=58.9026mm; x2=77.1398mm; y2=2.62in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106876 {
+        x1=78.7654mm; y1=67.818mm; x2=3.108in; y2=2.677in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106873 {
+        x1=3.05in; y1=67.818mm; x2=78.7654mm; y2=67.818mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106870 {
+        x1=76.4921mm; y1=66.8401mm; x2=3.05in; y2=67.818mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106867 {
+        x1=76.4921mm; y1=2.58in; x2=76.4921mm; y2=66.8401mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106864 {
+        x1=76.4921mm; y1=2.3085in; x2=76.4921mm; y2=65.5447mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106861 {
+        x1=3.018in; y1=2.873in; x2=3.019in; y2=2.874in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106858 {
+        x1=72.9488mm; y1=2.873in; x2=3.018in; y2=2.873in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106855 {
+        x1=2.527in; y1=2.483in; x2=2.732in; y2=2.688in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106852 {
+        x1=2.967in; y1=3.06in; x2=3.163in; y2=72.7456mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106849 {
+        x1=65.278mm; y1=3.06in; x2=2.967in; y2=3.06in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106846 {
+        x1=71.9328mm; y1=3.39in; x2=2.72in; y2=3.502in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106843 {
+        x1=2.833in; y1=3.391in; x2=2.831in; y2=3.391in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106840 {
+        x1=39.6494mm; y1=3.503in; x2=69.1007mm; y2=88.9635mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106837 {
+        x1=1.374in; y1=3.316in; x2=39.6494mm; y2=3.503in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106834 {
+        x1=1.374in; y1=73.3552mm; x2=1.374in; y2=3.316in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106831 {
+        x1=942.0mil; y1=62.3824mm; x2=1.374in; y2=73.3552mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106828 {
+        x1=942.0mil; y1=1.761in; x2=942.0mil; y2=62.3824mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106825 {
+        x1=1.15521in; y1=39.3139mm; x2=942.0mil; y2=1.761in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106822 {
+        x1=1.15579in; y1=39.3139mm; x2=1.15521in; y2=39.3139mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106819 {
+        x1=1.155in; y1=39.3139mm; x2=1.15579in; y2=39.3139mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106816 {
+        x1=3.084in; y1=70.739mm; x2=3.023in; y2=2.724in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106813 {
+        x1=85.9536mm; y1=70.739mm; x2=3.084in; y2=70.739mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106810 {
+        x1=58.293mm; y1=2.96in; x2=61.468mm; y2=2.96in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106807 {
+        x1=61.468mm; y1=3.035in; x2=58.293mm; y2=3.16in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106804 {
+        x1=61.468mm; y1=69.215mm; x2=61.468mm; y2=3.035in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106801 {
+        x1=3.269in; y1=65.3796mm; x2=3.502in; y2=2.807in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106798 {
+        x1=3.269in; y1=2.397in; x2=3.269in; y2=65.3796mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106795 {
+        x1=3.157in; y1=2.241in; x2=3.193in; y2=2.277in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106792 {
+        x1=3.157in; y1=2.204in; x2=3.157in; y2=2.241in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106789 {
+        x1=3.132in; y1=57.277mm; x2=77.7494mm; y2=2.326in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106786 {
+        x1=3.132in; y1=2.212in; x2=3.132in; y2=57.277mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106783 {
+        x1=79.0702mm; y1=2.193in; x2=3.132in; y2=2.212in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106780 {
+        x1=3.103in; y1=2.253in; x2=77.1398mm; y2=58.9026mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106777 {
+        x1=3.103in; y1=2.228in; x2=3.103in; y2=2.253in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106774 {
+        x1=78.1558mm; y1=56.9722mm; x2=3.01in; y2=2.31in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106771 {
+        x1=78.1558mm; y1=55.9308mm; x2=78.1558mm; y2=56.9722mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106768 {
+        x1=75.9333mm; y1=2.3035in; x2=3.0035in; y2=58.1533mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106765 {
+        x1=77.1398mm; y1=2.256in; x2=3.002in; y2=58.1914mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106762 {
+        x1=77.1398mm; y1=55.9562mm; x2=77.1398mm; y2=2.256in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106759 {
+        x1=3.157in; y1=55.4482mm; x2=3.157in; y2=2.213in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106756 {
+        x1=79.7052mm; y1=2.164in; x2=3.157in; y2=55.4482mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106753 {
+        x1=3.104in; y1=2.164in; x2=79.7052mm; y2=2.164in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106750 {
+        x1=2.829in; y1=2.164in; x2=3.108in; y2=2.164in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106747 {
+        x1=2.676in; y1=2.317in; x2=2.829in; y2=2.164in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106744 {
+        x1=2.676in; y1=2.349in; x2=2.676in; y2=2.317in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106741 {
+        x1=2.527in; y1=1.532in; x2=2.527in; y2=2.483in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106738 {
+        x1=3.05in; y1=1.009in; x2=2.527in; y2=1.532in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106735 {
+        x1=3.051in; y1=1.009in; x2=3.05in; y2=1.009in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106732 {
+        x1=2.588in; y1=62.103mm; x2=2.56in; y2=2.417in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106729 {
+        x1=67.4116mm; y1=62.103mm; x2=2.588in; y2=62.103mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106726 {
+        x1=2.676in; y1=2.421in; x2=67.4116mm; y2=62.103mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106723 {
+        x1=2.676in; y1=2.346in; x2=2.676in; y2=2.421in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106720 {
+        x1=2.934in; y1=53.8988mm; x2=74.549mm; y2=2.121in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106717 {
+        x1=2.843in; y1=53.8988mm; x2=2.934in; y2=53.8988mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106714 {
+        x1=2.641in; y1=59.0296mm; x2=2.843in; y2=53.8988mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106711 {
+        x1=2.641in; y1=2.417in; x2=2.641in; y2=59.0296mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106708 {
+        x1=67.1068mm; y1=61.3664mm; x2=2.641in; y2=2.417in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106705 {
+        x1=65.0494mm; y1=2.418in; x2=2.56in; y2=2.417in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106702 {
+        x1=1.381in; y1=1.32179in; x2=1.155in; y2=39.3139mm; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106699 {
+        x1=1.381in; y1=784.0mil; x2=1.381in; y2=1.32179in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106696 {
+        x1=39.3954mm; y1=614.0mil; x2=1.38in; y2=785.0mil; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106693 {
+        x1=68.8594mm; y1=614.0mil; x2=39.3954mm; y2=614.0mil; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106690 {
+        x1=2.831in; y1=734.0mil; x2=68.8594mm; y2=614.0mil; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106687 {
+        x1=71.9328mm; y1=734.0mil; x2=2.831in; y2=734.0mil; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:polygon.110045 { clearance=20.0mil;
+        li:geometry {
+          ta:contour {
+           { 25.0mil; 25.0mil }
+           { 100.965mm; 25.0mil }
+           { 100.965mm; 100.965mm }
+           { 25.0mil; 100.965mm }
+          }
+        }
+
+        ha:flags {
+         clearpoly=1
+         lock=1
+        }
+       }
+      }
+      color = {#104e8b}
+    }
+
+    ha:bottom {
+     lid=3
+     group=10
+     ha:combining {     }
+     visible=1
+
+      li:objects {
+       ha:line.107257 {
+        x1=2.983in; y1=2.76in; x2=3.156in; y2=2.76in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107254 {
+        x1=79.8449mm; y1=75.1967mm; x2=75.1078mm; y2=2.774in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107251 {
+        x1=75.1078mm; y1=69.3674mm; x2=75.1078mm; y2=2.774in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107248 {
+        x1=75.1078mm; y1=69.3674mm; x2=2.956in; y2=69.3674mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107245 {
+        x1=81.9658mm; y1=2.689in; x2=3.156in; y2=2.76in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107242 {
+        x1=81.9658mm; y1=63.119mm; x2=81.9658mm; y2=2.689in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107239 {
+        x1=81.661mm; y1=62.8142mm; x2=81.9658mm; y2=63.119mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107236 {
+        x1=2.762in; y1=62.611mm; x2=2.752in; y2=2.455in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107233 {
+        x1=2.794in; y1=62.611mm; x2=2.762in; y2=62.611mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107230 {
+        x1=2.817in; y1=2.442in; x2=2.794in; y2=62.611mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107227 {
+        x1=89.7382mm; y1=2.442in; x2=2.817in; y2=2.442in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107224 {
+        x1=3.543in; y1=62.2808mm; x2=89.7382mm; y2=2.442in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107221 {
+        x1=3.657in; y1=62.2808mm; x2=3.543in; y2=62.2808mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107218 {
+        x1=3.668in; y1=62.0014mm; x2=3.657in; y2=62.2808mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107215 {
+        x1=70.8914mm; y1=2.425in; x2=70.739mm; y2=2.431in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107212 {
+        x1=3.566in; y1=2.425in; x2=70.8914mm; y2=2.425in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107209 {
+        x1=2.923in; y1=66.9036mm; x2=68.8594mm; y2=2.846in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107206 {
+        x1=3.099in; y1=66.9036mm; x2=2.923in; y2=66.9036mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107203 {
+        x1=78.994mm; y1=2.623in; x2=3.099in; y2=66.9036mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107200 {
+        x1=2.913in; y1=2.604in; x2=2.64in; y2=2.877in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107197 {
+        x1=78.105mm; y1=2.604in; x2=2.913in; y2=2.604in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107194 {
+        x1=75.6158mm; y1=3.3904in; x2=75.6268mm; y2=86.1272mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107191 {
+        x1=75.6158mm; y1=2.829in; x2=75.6158mm; y2=3.3904in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107188 {
+        x1=2.922in; y1=2.774in; x2=75.6158mm; y2=2.829in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107185 {
+        x1=2.922in; y1=2.718in; x2=2.922in; y2=2.774in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107182 {
+        x1=2.947in; y1=2.693in; x2=2.922in; y2=2.718in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107179 {
+        x1=2.948in; y1=2.693in; x2=2.947in; y2=2.693in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107176 {
+        x1=79.8449mm; y1=81.1149mm; x2=79.8449mm; y2=75.1967mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107173 {
+        x1=3.394in; y1=1.93in; x2=3.394in; y2=1.397in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107170 {
+        x1=3.153in; y1=2.171in; x2=3.394in; y2=1.93in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107167 {
+        x1=81.9404mm; y1=2.354in; x2=3.269in; y2=2.397in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107164 {
+        x1=81.9404mm; y1=57.5818mm; x2=81.9404mm; y2=2.354in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107161 {
+        x1=3.193in; y1=2.234in; x2=81.9404mm; y2=57.5818mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107158 {
+        x1=3.193in; y1=55.8292mm; x2=3.193in; y2=2.234in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107155 {
+        x1=3.064in; y1=1.761in; x2=3.276in; y2=39.3446mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107152 {
+        x1=3.064in; y1=53.3908mm; x2=3.064in; y2=1.761in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107149 {
+        x1=2.976in; y1=55.626mm; x2=3.064in; y2=53.3908mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107146 {
+        x1=2.976in; y1=2.221in; x2=2.976in; y2=55.626mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107143 {
+        x1=77.2414mm; y1=1.746in; x2=3.236in; y2=39.3954mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107140 {
+        x1=77.2414mm; y1=53.2892mm; x2=77.2414mm; y2=1.746in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107137 {
+        x1=2.959in; y1=2.18in; x2=77.2414mm; y2=53.2892mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107134 {
+        x1=2.959in; y1=57.4802mm; x2=2.959in; y2=2.18in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107131 {
+        x1=70.5866mm; y1=2.386in; x2=2.77in; y2=2.395in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107128 {
+        x1=3.116in; y1=2.386in; x2=70.5866mm; y2=2.386in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107125 {
+        x1=3.153in; y1=2.349in; x2=3.116in; y2=2.386in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107122 {
+        x1=3.153in; y1=2.171in; x2=3.153in; y2=2.35in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107119 {
+        x1=3.216in; y1=1.219in; x2=3.394in; y2=1.397in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107116 {
+        x1=78.4606mm; y1=1.219in; x2=3.216in; y2=1.219in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107113 {
+        x1=3.276in; y1=1.528in; x2=3.157in; y2=1.409in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107110 {
+        x1=3.276in; y1=39.3446mm; x2=3.276in; y2=1.528in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107107 {
+        x1=2.976in; y1=2.27in; x2=2.976in; y2=2.22in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107104 {
+        x1=2.934in; y1=58.7248mm; x2=2.976in; y2=2.27in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107101 {
+        x1=70.0786mm; y1=58.7248mm; x2=2.934in; y2=58.7248mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107098 {
+        x1=69.469mm; y1=59.3344mm; x2=70.0786mm; y2=58.7248mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107095 {
+        x1=70.739mm; y1=2.431in; x2=2.786in; y2=2.431in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107092 {
+        x1=2.927in; y1=58.293mm; x2=2.959in; y2=57.4802mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107089 {
+        x1=69.469mm; y1=58.293mm; x2=2.927in; y2=58.293mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107086 {
+        x1=75.311mm; y1=1.653in; x2=75.311mm; y2=2.067in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107083 {
+        x1=79.8068mm; y1=3.192in; x2=85.09mm; y2=86.36mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107080 {
+        x1=3.381in; y1=2.886in; x2=3.383in; y2=73.3552mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107077 {
+        x1=2.568in; y1=3.06in; x2=65.278mm; y2=3.06in; thickness=25.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107074 {
+        x1=1.709in; y1=1.477in; x2=1.643in; y2=39.1922mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107071 {
+        x1=2.349in; y1=1.477in; x2=1.709in; y2=1.477in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107068 {
+        x1=2.417in; y1=1.409in; x2=2.349in; y2=1.477in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107065 {
+        x1=3.012in; y1=1.409in; x2=2.417in; y2=1.409in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107062 {
+        x1=36.817808mm; y1=38.0878mm; x2=36.8173mm; y2=1.4995in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107059 {
+        x1=36.817808mm; y1=39.1922mm; x2=36.817808mm; y2=38.0878mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107056 {
+        x1=1.576in; y1=1.373in; x2=36.817808mm; y2=38.0878mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107053 {
+        x1=74.295mm; y1=1.373in; x2=1.576in; y2=1.373in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107050 {
+        x1=1.254in; y1=2.366in; x2=30.099mm; y2=2.435in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107047 {
+        x1=1.254in; y1=54.102mm; x2=1.254in; y2=2.366in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107044 {
+        x1=1.379in; y1=50.927mm; x2=1.254in; y2=54.102mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107041 {
+        x1=2.01in; y1=50.927mm; x2=1.379in; y2=50.927mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107038 {
+        x1=53.1876mm; y1=1.921in; x2=2.01in; y2=50.927mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107035 {
+        x1=53.1876mm; y1=1.667in; x2=53.1876mm; y2=1.921in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107032 {
+        x1=2.228in; y1=1.533in; x2=53.1876mm; y2=1.667in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107029 {
+        x1=2.55in; y1=1.533in; x2=2.228in; y2=1.533in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107026 {
+        x1=2.6479685in; y1=41.4266mm; x2=2.55in; y2=1.533in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107023 {
+        x1=2.649in; y1=41.4266mm; x2=2.6479685in; y2=41.4266mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107020 {
+        x1=67.0052mm; y1=2.002in; x2=2.738in; y2=53.3908mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107017 {
+        x1=67.0052mm; y1=1.921in; x2=67.0052mm; y2=2.002in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107014 {
+        x1=2.608in; y1=1.891in; x2=67.0052mm; y2=1.921in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107011 {
+        x1=2.607in; y1=1.891in; x2=2.608in; y2=1.891in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107008 {
+        x1=30.099mm; y1=2.435in; x2=30.099mm; y2=61.7728mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107005 {
+        x1=70.5866mm; y1=1.914in; x2=2.903in; y2=2.038in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107002 {
+        x1=70.5866mm; y1=1.744in; x2=70.5866mm; y2=1.914in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106999 {
+        x1=2.7439685in; y1=43.4078mm; x2=70.5866mm; y2=1.744in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106996 {
+        x1=68.6562mm; y1=43.4078mm; x2=2.7439685in; y2=43.4078mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106993 {
+        x1=2.6659685in; y1=1.614in; x2=2.649in; y2=41.4266mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106990 {
+        x1=2.667in; y1=1.614in; x2=2.6659685in; y2=1.614in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106987 {
+        x1=2.853in; y1=2.232in; x2=2.854in; y2=2.233in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106984 {
+        x1=71.7296mm; y1=2.232in; x2=2.853in; y2=2.232in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106981 {
+        x1=2.607in; y1=2.015in; x2=71.7296mm; y2=2.232in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106978 {
+        x1=2.607in; y1=1.94in; x2=2.607in; y2=2.015in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106975 {
+        x1=30.099mm; y1=2.435in; x2=30.1244mm; y2=2.435in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106972 {
+        x1=27.559mm; y1=63.119mm; x2=2.683in; y2=63.119mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106969 {
+        x1=2.694in; y1=2.588in; x2=68.3514mm; y2=65.659mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106966 {
+        x1=72.5424mm; y1=2.588in; x2=2.694in; y2=2.588in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106963 {
+        x1=69.8754mm; y1=1.614in; x2=2.6659685in; y2=1.614in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106960 {
+        x1=2.766in; y1=1.629in; x2=69.8754mm; y2=1.614in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106957 {
+        x1=2.941in; y1=1.629in; x2=2.766in; y2=1.629in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106954 {
+        x1=75.311mm; y1=1.653in; x2=2.941in; y2=1.629in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106951 {
+        x1=2.641in; y1=2.535in; x2=2.692in; y2=65.6844mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106948 {
+        x1=30.099mm; y1=2.535in; x2=2.64in; y2=2.535in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106945 {
+        x1=2.663in; y1=2.595in; x2=2.685in; y2=2.617in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106942 {
+        x1=58.3946mm; y1=2.595in; x2=2.663in; y2=2.595in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106939 {
+        x1=2.12in; y1=69.215mm; x2=61.468mm; y2=69.215mm; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106936 {
+        x1=1.62in; y1=56.515mm; x2=1.92in; y2=56.515mm; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106933 {
+        x1=2.685in; y1=2.617in; x2=2.786in; y2=2.617in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.106930 {
+        x1=59.563mm; y1=1.825in; x2=61.468mm; y2=56.515mm; thickness=170.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:polygon.110050 { clearance=20.0mil;
+        li:geometry {
+          ta:contour {
+           { 25.0mil; 25.0mil }
+           { 100.965mm; 25.0mil }
+           { 100.965mm; 100.965mm }
+           { 25.0mil; 100.965mm }
+          }
+        }
+
+        ha:flags {
+         clearpoly=1
+         lock=1
+        }
+       }
+      }
+      color = {#cd3700}
+    }
+
+    ha:outline {
+     lid=4
+     group=9
+     ha:combining {     }
+     visible=1
+
+      li:objects {
+       ha:line.110028 {
+        x1=0.0; y1=4.0in; x2=4.0in; y2=4.0in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.110031 {
+        x1=4.0in; y1=4.0in; x2=4.0in; y2=0.0; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.110034 {
+        x1=4.0in; y1=0.0; x2=0.0; y2=0.0; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.110037 {
+        x1=0.0; y1=0.0; x2=0.0; y2=4.0in; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107272 {
+        x1=94.2937mm; y1=2.738in; x2=95.3935mm; y2=2.738in; thickness=0.5mm; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107269 {
+        x1=97.2937mm; y1=67.3951mm; x2=97.9937mm; y2=67.3951mm; thickness=0.5mm; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107266 {
+        x1=91.6935mm; y1=67.3951mm; x2=92.3935mm; y2=67.3951mm; thickness=0.5mm; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:line.107260 {
+        x1=1.248in; y1=89.535mm; x2=3.679in; y2=89.535mm; thickness=10.0mil; clearance=20.0mil;
+        ha:flags {
+         clearline=1
+        }
+       }
+      }
+      color = {#548b54}
+    }
+
+    {ha:bottom silk}    {
+     lid=5
+     group=12
+     ha:combining { auto=1;     }
+     visible=1
+
+      li:objects {
+      }
+      color = {#000000}
+    }
+
+    {ha:top silk}    {
+     lid=6
+     group=1
+     ha:combining { auto=1;     }
+     visible=1
+
+      li:objects {
+       ha:text.107324 {
+        string=Pres; x=2.721in; y=3.002in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107323 {
+        string=GND; x=69.1642mm; y=3.205in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107322 {
+        string=GND; x=69.1642mm; y=3.103in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107321 {
+        string=+5V; x=69.215mm; y=2.903in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107320 {
+        string=` 2018 Bdale Garbee, TAPR OHL; x=30.8864mm; y=95.6818mm; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107319 {
+        string=Strobe; x=52.578mm; y=3.309in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107318 {
+        string=-; x=54.2036mm; y=3.353in; scale=300; fid=0; direction=2;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107317 {
+        string=-; x=2.129in; y=3.151in; scale=300; fid=0; direction=2;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107316 {
+        string=+; x=54.102mm; y=82.5754mm; scale=300; fid=0; direction=2;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107315 {
+        string=+; x=54.0004mm; y=3.055in; scale=300; fid=0; direction=2;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107314 {
+        string=Siren; x=2.071in; y=2.796in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107313 {
+        string=ARM; x=2.362in; y=60.579mm; scale=300; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107312 {
+        string=Gain; x=3.209in; y=1.146in; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107311 {
+        string=Force Bootloader; x=72.413mm; y=3.4520748in; scale=80; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107310 {
+        string=Armed; x=3.273in; y=74.8743mm; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107309 {
+        string=Continuity; x=81.153mm; y=83.9978mm; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107308 {
+        string=PYRO; x=1.998in; y=1.919in; scale=300; fid=0; direction=1;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107307 {
+        string=Quality; x=3.484in; y=30.2768mm; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107306 {
+        string=RF Link; x=88.4174mm; y=1.127in; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107305 {
+        string=+; x=1.487in; y=2.258in; scale=300; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107304 {
+        string=excite +; x=2.757in; y=1.072in; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107303 {
+        string=G; x=3.449in; y=32.131mm; scale=80; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107302 {
+        string=Cell; x=2.466in; y=1.491in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107301 {
+        string=Load; x=61.6712mm; y=1.387in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107300 {
+        string=USB; x=3.797in; y=2.406in; scale=80; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107299 {
+        string=-; x=37.719mm; y=63.5254mm; scale=300; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107298 {
+        string=BAT; x=1.378in; y=2.379in; scale=300; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107297 {
+        string=T3; x=2.083in; y=940.0mil; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107296 {
+        string=T2; x=52.578mm; y=1.124in; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107295 {
+        string=T1; x=52.8828mm; y=33.655mm; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107294 {
+        string=T4; x=52.6542mm; y=726.0mil; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107293 {
+        string=Thermistors; x=36.195mm; y=1.155in; scale=190; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107292 {
+        string=BG; x=82.4738mm; y=596.0mil; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107291 {
+        string=2.5; x=79.7052mm; y=594.0mil; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107290 {
+        string=5; x=3.066in; y=596.0mil; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107289 {
+        string=10; x=75.0062mm; y=596.0mil; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107288 {
+        string=out; x=71.5264mm; y=630.0mil; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107287 {
+        string=vref; x=2.784in; y=584.0mil; scale=100; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107286 {
+        string=gnd; x=72.39mm; y=1.394in; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107285 {
+        string=gnd; x=2.849in; y=1.328in; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107284 {
+        string=excite -; x=2.757in; y=1.267in; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107283 {
+        string=input -; x=2.799in; y=1.201in; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107282 {
+        string=input +; x=2.799in; y=1.138in; scale=150; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107281 {
+        string=R; x=3.433in; y=2.825in; scale=80; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107280 {
+        string=G; x=3.437in; y=83.0834mm; scale=80; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107279 {
+        string=R; x=3.443in; y=484.0mil; scale=80; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107278 {
+        string=Y; x=87.7824mm; y=872.0mil; scale=80; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107277 {
+        string=PWR; x=46.99mm; y=60.3504mm; scale=300; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+       ha:text.107276 {
+        string=TeleStatic v3; x=544.0mil; y=142.0mil; scale=250; fid=0; direction=0;
+        ha:flags {
+         clearline=1
+        }
+       }
+      }
+      color = {#000000}
+    }
+
+    ha:top-mask {
+     lid=7
+     group=2
+     ha:combining { sub=1; auto=1;     }
+     visible=0
+
+      li:objects {
+      }
+      color = {#ff0000}
+    }
+
+    ha:bottom-mask {
+     lid=8
+     group=11
+     ha:combining { sub=1; auto=1;     }
+     visible=0
+
+      li:objects {
+      }
+      color = {#ff0000}
+    }
+
+    ha:top-paste {
+     lid=9
+     group=0
+     ha:combining { auto=1;     }
+     visible=0
+
+      li:objects {
+      }
+      color = {#cd00cd}
+    }
+
+    ha:bottom-paste {
+     lid=10
+     group=13
+     ha:combining { auto=1;     }
+     visible=0
+
+      li:objects {
+      }
+      color = {#cd00cd}
+    }
+   }
+ }
+
+ ha:font {
+  ha:geda_pcb {
+   cell_width=1.651001mm; cell_height=1.651001mm;
+   ha:symbols {
+    ha:] {
+     width=0.127001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=50.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&5c {
+     width=0.762001mm; height=1.143001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=15.0mil; x2=30.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:b {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=35.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:c {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:a {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=20.0mil; y1=30.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=20.0mil; y1=45.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:e {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=0.0; y1=40.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=20.0mil; y1=40.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:f {
+     width=0.381001mm; height=1.270001mm; delta=10.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=15.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=15.0mil; x2=10.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=30.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:d {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=20.0mil; y1=10.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:h {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=35.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:i {
+     width=0.001um; height=1.270001mm; delta=10.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=20.0mil; x2=0.0; y2=21.0mil; thickness=10.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:g {
+     width=0.508001mm; height=1.651001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=0.0; y1=60.0mil; x2=5.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=5.0mil; y1=65.0mil; x2=15.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=15.0mil; y1=65.0mil; x2=20.0mil; y2=60.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=20.0mil; y1=30.0mil; x2=20.0mil; y2=60.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:k {
+     width=0.381001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=35.0mil; x2=10.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:l {
+     width=0.127001mm; height=1.270001mm; delta=10.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:j {
+     width=0.127001mm; height=1.651001mm; delta=10.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=20.0mil; x2=5.0mil; y2=21.0mil; thickness=10.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=35.0mil; x2=5.0mil; y2=60.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=65.0mil; x2=5.0mil; y2=60.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:n {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=35.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=35.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=35.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:o {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=35.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:m {
+     width=0.889001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=35.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=35.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=35.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=20.0mil; y1=35.0mil; x2=25.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=25.0mil; y1=30.0mil; x2=30.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=30.0mil; y1=30.0mil; x2=35.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=35.0mil; y1=35.0mil; x2=35.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:q {
+     width=0.508001mm; height=1.651001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=20.0mil; y1=35.0mil; x2=20.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:r {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=35.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=35.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:p {
+     width=0.635001mm; height=1.651001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=35.0mil; x2=5.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=35.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=10.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=30.0mil; x2=25.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=25.0mil; y1=35.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=20.0mil; y1=50.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=10.0mil; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=5.0mil; y1=45.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:t {
+     width=0.254001mm; height=1.270001mm; delta=10.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=10.0mil; x2=5.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=45.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=25.0mil; x2=10.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:u {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=30.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:s {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=20.0mil; y1=50.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=20.0mil; y1=40.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=5.0mil; y1=40.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=20.0mil; y1=30.0mil; x2=25.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:w {
+     width=0.762001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=50.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=10.0mil; y1=50.0mil; x2=15.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=15.0mil; y1=30.0mil; x2=15.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=15.0mil; y1=45.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=20.0mil; y1=50.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=25.0mil; y1=50.0mil; x2=30.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=30.0mil; y1=30.0mil; x2=30.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:x {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=50.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:v {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=20.0mil; y1=30.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:z {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=50.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:~ {
+     width=0.635001mm; height=0.889001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=30.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=30.0mil; x2=15.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=35.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=35.0mil; x2=25.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:y {
+     width=0.508001mm; height=1.651001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=20.0mil; y1=30.0mil; x2=20.0mil; y2=60.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=65.0mil; x2=20.0mil; y2=60.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=65.0mil; x2=15.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=60.0mil; x2=5.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&7d {
+     width=0.254001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=5.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=15.0mil; x2=5.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=25.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=5.0mil; y1=35.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=35.0mil; x2=5.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=50.0mil; x2=5.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:| {
+     width=0.001um; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&7b {
+     width=0.254001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=15.0mil; x2=10.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=15.0mil; x2=5.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=35.0mil; x2=5.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=45.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&20 {
+     width=0.0; height=0.0; delta=18.0mil;
+     li:objects {
+     }
+    }
+    ha:&23 {
+     width=0.508001mm; height=1.016001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=35.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=25.0mil; x2=20.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=15.0mil; y1=20.0mil; x2=15.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=5.0mil; y1=20.0mil; x2=5.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&26 {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=35.0mil; x2=15.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=50.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=10.0mil; y1=50.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=0.0; y1=25.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=5.0mil; y1=10.0mil; x2=10.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=10.0mil; y1=10.0mil; x2=15.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=15.0mil; y1=15.0mil; x2=15.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=0.0; y1=35.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:! {
+     width=0.001um; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=45.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:" {
+     width=0.254001mm; height=0.508001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=10.0mil; y1=10.0mil; x2=10.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:$ {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=15.0mil; y1=15.0mil; x2=20.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=15.0mil; x2=15.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=20.0mil; x2=5.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=20.0mil; x2=0.0; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=25.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=30.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=20.0mil; y1=35.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=15.0mil; y1=45.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=5.0mil; y1=45.0mil; x2=15.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=0.0; y1=40.0mil; x2=5.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.11 {
+       x1=10.0mil; y1=10.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:% {
+     width=1.016001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=10.0mil; x2=10.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=10.0mil; y1=10.0mil; x2=15.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=15.0mil; y1=15.0mil; x2=15.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=10.0mil; y1=25.0mil; x2=15.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=25.0mil; x2=10.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=0.0; y1=20.0mil; x2=5.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=0.0; y1=50.0mil; x2=40.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=35.0mil; y1=50.0mil; x2=40.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=40.0mil; y1=40.0mil; x2=40.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.11 {
+       x1=35.0mil; y1=35.0mil; x2=40.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.12 {
+       x1=30.0mil; y1=35.0mil; x2=35.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.13 {
+       x1=25.0mil; y1=40.0mil; x2=30.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.14 {
+       x1=25.0mil; y1=40.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.15 {
+       x1=25.0mil; y1=45.0mil; x2=30.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.16 {
+       x1=30.0mil; y1=50.0mil; x2=35.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:' {
+     width=0.254001mm; height=0.508001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=20.0mil; x2=10.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:( {
+     width=0.127001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:) {
+     width=0.127001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=5.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=15.0mil; x2=5.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=50.0mil; x2=5.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:* {
+     width=0.508001mm; height=1.016001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=20.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=40.0mil; x2=20.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=10.0mil; y1=20.0mil; x2=10.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:+ {
+     width=0.508001mm; height=1.016001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=10.0mil; y1=20.0mil; x2=10.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:, {
+     width=0.254001mm; height=1.524001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=60.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:- {
+     width=0.508001mm; height=0.762001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:. {
+     width=0.127001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=50.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:0 {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=20.0mil; y1=15.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=0.0; y1=40.0mil; x2=20.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:1 {
+     width=0.381001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=18.0mil; x2=8.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=8.0mil; y1=10.0mil; x2=8.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:2 {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=20.0mil; y1=10.0mil; x2=25.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=25.0mil; y1=15.0mil; x2=25.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=50.0mil; x2=25.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=50.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:3 {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=28.0mil; x2=15.0mil; y2=28.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=20.0mil; y1=15.0mil; x2=20.0mil; y2=23.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=20.0mil; y1=33.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=20.0mil; y1=33.0mil; x2=15.0mil; y2=28.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=20.0mil; y1=23.0mil; x2=15.0mil; y2=28.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:4 {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=35.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=25.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=20.0mil; y1=10.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:5 {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=5.0mil; y1=25.0mil; x2=15.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=15.0mil; y1=25.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=20.0mil; y1=30.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:6 {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=15.0mil; y1=28.0mil; x2=20.0mil; y2=33.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=0.0; y1=28.0mil; x2=15.0mil; y2=28.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=20.0mil; y1=33.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:7 {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=50.0mil; x2=25.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=25.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:8 {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=37.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=37.0mil; x2=7.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=7.0mil; y1=30.0mil; x2=13.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=13.0mil; y1=30.0mil; x2=20.0mil; y2=37.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=20.0mil; y1=37.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=0.0; y1=23.0mil; x2=7.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=23.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.11 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.12 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.13 {
+       x1=20.0mil; y1=15.0mil; x2=20.0mil; y2=23.0mil; thickness=8.0mil;
+      }
+      ha:line.14 {
+       x1=13.0mil; y1=30.0mil; x2=20.0mil; y2=23.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:9 {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=50.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=20.0mil; y1=15.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=0.0; y1=25.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=5.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:< {
+     width=0.254001mm; height=1.016001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=30.0mil; x2=10.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=30.0mil; x2=10.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:> {
+     width=0.254001mm; height=1.016001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=20.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=40.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:? {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=10.0mil; y1=30.0mil; x2=10.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=10.0mil; y1=45.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=20.0mil; y1=15.0mil; x2=20.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=10.0mil; y1=30.0mil; x2=20.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:@ {
+     width=1.270001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=40.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=50.0mil; x2=40.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=50.0mil; y1=35.0mil; x2=50.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=50.0mil; y1=10.0mil; x2=40.0mil; y2=0.0; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=40.0mil; y1=0.0; x2=10.0mil; y2=0.0; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=10.0mil; y1=0.0; x2=0.0; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=15.0mil; y1=20.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=15.0mil; y1=30.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=20.0mil; y1=35.0mil; x2=30.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=30.0mil; y1=35.0mil; x2=35.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.11 {
+       x1=35.0mil; y1=30.0mil; x2=40.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.12 {
+       x1=35.0mil; y1=30.0mil; x2=35.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.13 {
+       x1=35.0mil; y1=20.0mil; x2=30.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.14 {
+       x1=20.0mil; y1=15.0mil; x2=30.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.15 {
+       x1=20.0mil; y1=15.0mil; x2=15.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.16 {
+       x1=40.0mil; y1=35.0mil; x2=50.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:A {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=20.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=20.0mil; x2=7.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=7.0mil; y1=10.0mil; x2=18.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=18.0mil; y1=10.0mil; x2=25.0mil; y2=20.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=25.0mil; y1=20.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=30.0mil; x2=25.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:B {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=20.0mil; y1=50.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=25.0mil; y1=33.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=20.0mil; y1=28.0mil; x2=25.0mil; y2=33.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=28.0mil; x2=20.0mil; y2=28.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=10.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=0.0; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=20.0mil; y1=10.0mil; x2=25.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=25.0mil; y1=15.0mil; x2=25.0mil; y2=23.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=20.0mil; y1=28.0mil; x2=25.0mil; y2=23.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:C {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=7.0mil; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=43.0mil; x2=7.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=17.0mil; x2=0.0; y2=43.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=17.0mil; x2=7.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=7.0mil; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:D {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=10.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=18.0mil; y1=10.0mil; x2=25.0mil; y2=17.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=25.0mil; y1=17.0mil; x2=25.0mil; y2=43.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=18.0mil; y1=50.0mil; x2=25.0mil; y2=43.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=50.0mil; x2=18.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=10.0mil; x2=18.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:E {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=28.0mil; x2=15.0mil; y2=28.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:F {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=28.0mil; x2=15.0mil; y2=28.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:G {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=20.0mil; y1=10.0mil; x2=25.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=20.0mil; y1=50.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=25.0mil; y1=35.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=20.0mil; y1=30.0mil; x2=25.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=10.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:H {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=25.0mil; y1=10.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=30.0mil; x2=25.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:I {
+     width=0.254001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=10.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=50.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:J {
+     width=0.381001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=7.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=15.0mil; y1=10.0mil; x2=15.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=50.0mil; x2=15.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=5.0mil; y1=50.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=45.0mil; x2=0.0; y2=40.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:K {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=30.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=30.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:L {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:M {
+     width=0.762001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=15.0mil; y1=30.0mil; x2=30.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=30.0mil; y1=10.0mil; x2=30.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&2f {
+     width=0.762001mm; height=1.143001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=45.0mil; x2=30.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&3a {
+     width=0.127001mm; height=0.889001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=25.0mil; x2=5.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=5.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&3b {
+     width=0.254001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=50.0mil; x2=10.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=10.0mil; y1=25.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:&3d {
+     width=0.508001mm; height=0.889001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=25.0mil; x2=20.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=35.0mil; x2=20.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:O {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=15.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:P {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=5.0mil; y1=10.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=20.0mil; y1=10.0mil; x2=25.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=25.0mil; y1=15.0mil; x2=25.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=30.0mil; x2=25.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:N {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=25.0mil; y1=10.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:R {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=20.0mil; y1=10.0mil; x2=25.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=25.0mil; y1=15.0mil; x2=25.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=20.0mil; y1=30.0mil; x2=25.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=5.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=10.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=13.0mil; y1=30.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:S {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=20.0mil; y1=10.0mil; x2=25.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=25.0mil; x2=5.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=5.0mil; y1=30.0mil; x2=20.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=20.0mil; y1=30.0mil; x2=25.0mil; y2=35.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=25.0mil; y1=35.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=20.0mil; y1=50.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=5.0mil; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:Q {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=15.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=10.0mil; x2=15.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=10.0mil; x2=20.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=15.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=10.0mil; y1=50.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=5.0mil; y1=50.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=10.0mil; y1=35.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:U {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=45.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=50.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=20.0mil; y1=10.0mil; x2=20.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:V {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=10.0mil; y1=50.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:T {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=10.0mil; y1=10.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:X {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=50.0mil; x2=25.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:Y {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=10.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=10.0mil; y1=30.0mil; x2=20.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=10.0mil; y1=30.0mil; x2=10.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:W {
+     width=0.762001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=30.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=5.0mil; y1=50.0mil; x2=15.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=30.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=25.0mil; y1=50.0mil; x2=30.0mil; y2=30.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=30.0mil; y1=30.0mil; x2=30.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:[ {
+     width=0.127001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=10.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=50.0mil; x2=5.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:^ {
+     width=0.254001mm; height=0.381001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=15.0mil; x2=5.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=5.0mil; y1=10.0mil; x2=10.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:Z {
+     width=0.635001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=10.0mil; x2=25.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=0.0; y1=50.0mil; x2=25.0mil; y2=10.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=0.0; y1=50.0mil; x2=25.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:` {
+     width=1.651001mm; height=1.651001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=50.0mil; y1=0.0; x2=65.0mil; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.1 {
+       x1=65.0mil; y1=50.0mil; x2=50.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.2 {
+       x1=50.0mil; y1=65.0mil; x2=15.0mil; y2=65.0mil; thickness=8.0mil;
+      }
+      ha:line.3 {
+       x1=15.0mil; y1=65.0mil; x2=0.0; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.4 {
+       x1=0.0; y1=50.0mil; x2=0.0; y2=15.0mil; thickness=8.0mil;
+      }
+      ha:line.5 {
+       x1=0.0; y1=15.0mil; x2=15.0mil; y2=0.0; thickness=8.0mil;
+      }
+      ha:line.6 {
+       x1=15.0mil; y1=0.0; x2=50.0mil; y2=0.0; thickness=8.0mil;
+      }
+      ha:line.7 {
+       x1=65.0mil; y1=15.0mil; x2=65.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+      ha:line.8 {
+       x1=25.0mil; y1=25.0mil; x2=40.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.9 {
+       x1=20.0mil; y1=30.0mil; x2=25.0mil; y2=25.0mil; thickness=8.0mil;
+      }
+      ha:line.10 {
+       x1=20.0mil; y1=30.0mil; x2=20.0mil; y2=40.0mil; thickness=8.0mil;
+      }
+      ha:line.11 {
+       x1=20.0mil; y1=40.0mil; x2=25.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+      ha:line.12 {
+       x1=25.0mil; y1=45.0mil; x2=40.0mil; y2=45.0mil; thickness=8.0mil;
+      }
+     }
+    }
+    ha:_ {
+     width=0.508001mm; height=1.270001mm; delta=12.0mil;
+     li:objects {
+      ha:line.0 {
+       x1=0.0; y1=50.0mil; x2=20.0mil; y2=50.0mil; thickness=8.0mil;
+      }
+     }
+    }
+   }
+   id = 0
+  }
+ }
+
+ ha:netlists {
+   li:input {
+    ha:+3.3V {
+    li:conn { C2-2; C3-2; C4-2; C6-1; C8-2; C36-2; C37-2; C43-2; C44-2; C45-2; C47-2; C171-2; C172-2; C173-1; C221-2; C251-1; C271-1; L600-1; R23-1; R38-2; R171-1; U1-5; U3-1; U3-5; U3-12; U3-13; U3-15; U3-22; U3-25; U3-27; U3-28; U4-15; U4-16; U5-3; U5-7; U5-8; U7-1; U7-24; U7-36; U7-48; U11-2; U13-8; U21-10;    }
+    }
+    ha:+5V {
+    li:conn { C7-2; C38-2; J13-1; U2-5; U4-26; U4-30;    }
+    }
+    ha:adc_drdy {
+    li:conn { U4-13; U7-2;    }
+    }
+    ha:adc_reset {
+    li:conn { U4-18; U7-4;    }
+    }
+    ha:adc_start {
+    li:conn { U4-8; U7-3;    }
+    }
+    ha:alarm_a {
+    li:conn { R13-2; R16-1; U7-45;    }
+    }
+    ha:alarm_b {
+    li:conn { R1-2; R7-1; U7-46;    }
+    }
+    ha:boot0 {
+    li:conn { R402-1; U7-44;    }
+    }
+    ha:cmp_ldo_in {
+    li:conn { R36-1; R37-2; U13-5;    }
+    }
+    ha:cmp_rail {
+    li:conn { R38-1; R39-2; U13-6;    }
+    }
+    ha:cs_adc {
+    li:conn { U4-9; U7-14;    }
+    }
+    ha:cs_flash {
+    li:conn { U5-1; U7-38;    }
+    }
+    ha:cs_radio {
+    li:conn { U3-11; U7-13;    }
+    }
+    ha:fet_1 {
+    li:conn { J27-1; Q1-1; R14-1;    }
+    }
+    ha:fet_a {
+    li:conn { J3-1; Q2-5; Q2-6;    }
+    }
+    ha:fet_b {
+    li:conn { J3-3; Q2-7; Q2-8;    }
+    }
+    ha:fire_1 {
+    li:conn { R2-2; R8-1; U7-11;    }
+    }
+    ha:GND {
+    li:conn { C1-1; C2-1; C3-1; C4-1; C6-2; C7-1; C8-1; C9-2; C30-2; C31-2; C32-2; C33-2; C36-1; C37-1; C38-1; C39-2; C42-1; C43-1; C44-1; C45-1; C47-1; C171-1; C172-1; C175-1; C210-2; C211-2; C221-1; C251-2; C261-2; C271-2; C291-2; C601-2; C602-2; C610-1; D1-2; D2-2; D5-2; D6-2; D7-2; H1-1; H2-1; H3-1; H4-1; J2-1; J5-5; J6-1; J7-5; J8-2; J11-4; J11-5; J11-6; J12-2; J12-4; J12-6; J12-8; J13-3; J13-4; J20-1; L192-2; Q1-2; Q2-1; Q2-3; R1-1; R2-1; R13-1; R15-1; R20-1; R26-1; R30-1; R37-1; R39-1; R402-2; U1-2; U2-2; U3-32; U3-33; U4-1; U4-14; U4-17; U4-24; U4-27; U4-28; U4-29; U5-4; U7-8; U7-20; U7-23; U7-35; U7-47; U7-GND; U11-3; U13-4; U20-3; U20-5; U20-12; U21-7; X1-2; X1-4; X2-2; X2-4;    }
+    }
+    ha:led_armed {
+    li:conn { R3-1; U7-42;    }
+    }
+    ha:led_continuity {
+    li:conn { R4-1; U7-41;    }
+    }
+    ha:led_rf_green {
+    li:conn { R6-1; U7-29;    }
+    }
+    ha:led_rf_red {
+    li:conn { R10-1; U7-31;    }
+    }
+    ha:led_rf_yellow {
+    li:conn { R9-1; U7-30;    }
+    }
+    ha:miso1 {
+    li:conn { U4-12; U7-16;    }
+    }
+    ha:miso2 {
+    li:conn { U3-9; U5-2; U7-27;    }
+    }
+    ha:mosi1 {
+    li:conn { U4-10; U7-17;    }
+    }
+    ha:mosi2 {
+    li:conn { U3-7; U5-5; U7-28;    }
+    }
+    ha:pressure {
+    li:conn { J13-2; U4-7;    }
+    }
+    ha:radio_int {
+    li:conn { U3-4; U7-22;    }
+    }
+    ha:reset_n {
+    li:conn { C610-2; J6-2; U3-2; U7-7; U11-1;    }
+    }
+    ha:sck1 {
+    li:conn { U4-11; U7-15;    }
+    }
+    ha:sck2 {
+    li:conn { U3-8; U5-6; U7-26;    }
+    }
+    ha:sense_1 {
+    li:conn { R14-2; R20-2; U7-10;    }
+    }
+    ha:sense_batt {
+    li:conn { R25-1; R26-2; U7-18;    }
+    }
+    ha:sense_pyro {
+    li:conn { R12-1; R15-2; U7-12;    }
+    }
+    ha:swclk {
+    li:conn { J6-4; U7-37;    }
+    }
+    ha:swdio {
+    li:conn { J6-3; U7-34;    }
+    }
+    ha:therm_io {
+    li:conn { R23-2; U7-39; U21-9;    }
+    }
+    ha:thrust {
+    li:conn { U4-6; U20-10; U20-11;    }
+    }
+    ha:unnamed_net1 {
+    li:conn { Q1-3; R8-2; U13-7;    }
+    }
+    ha:unnamed_net2 {
+    li:conn { C33-1; U7-6; X2-3;    }
+    }
+    ha:unnamed_net3 {
+    li:conn { C32-1; U7-5; X2-1;    }
+    }
+    ha:unnamed_net4 {
+    li:conn { J5-1;    }
+    }
+    ha:unnamed_net5 {
+    li:conn { J5-2; J7-2; R54-2;    }
+    }
+    ha:unnamed_net6 {
+    li:conn { J5-3; J7-3; R55-2;    }
+    }
+    ha:unnamed_net7 {
+    li:conn { J5-4;    }
+    }
+    ha:unnamed_net8 {
+    li:conn { U7-19;    }
+    }
+    ha:unnamed_net9 {
+    li:conn { U7-21;    }
+    }
+    ha:unnamed_net10 {
+    li:conn { U7-25;    }
+    }
+    ha:unnamed_net11 {
+    li:conn { U7-43;    }
+    }
+    ha:unnamed_net12 {
+    li:conn { J2-2; U7-40;    }
+    }
+    ha:unnamed_net13 {
+    li:conn { J8-1; L174-2;    }
+    }
+    ha:unnamed_net14 {
+    li:conn { C30-1; U3-31; X1-3;    }
+    }
+    ha:unnamed_net15 {
+    li:conn { C31-1; U3-30; X1-1;    }
+    }
+    ha:unnamed_net16 {
+    li:conn { C174-1; L171-2; U3-17;    }
+    }
+    ha:unnamed_net17 {
+    li:conn { C173-2; L171-1; R171-2;    }
+    }
+    ha:unnamed_net18 {
+    li:conn { C174-2; C176-1; L172-1;    }
+    }
+    ha:unnamed_net19 {
+    li:conn { C176-2; C181-1; L172-2; L173-1;    }
+    }
+    ha:unnamed_net20 {
+    li:conn { C181-2; L193-1; U3-18;    }
+    }
+    ha:unnamed_net21 {
+    li:conn { C175-2; L173-2; L174-1;    }
+    }
+    ha:unnamed_net22 {
+    li:conn { C210-1; L191-2; L201-1; U3-20;    }
+    }
+    ha:unnamed_net23 {
+    li:conn { C191-1; L191-1; L192-1; U3-19;    }
+    }
+    ha:unnamed_net24 {
+    li:conn { C191-2; L193-2; L201-2;    }
+    }
+    ha:unnamed_net25 {
+    li:conn { C211-1; U3-21;    }
+    }
+    ha:unnamed_net26 {
+    li:conn { C231-1; U3-24;    }
+    }
+    ha:unnamed_net27 {
+    li:conn { C231-2; U3-23;    }
+    }
+    ha:unnamed_net28 {
+    li:conn { C261-1; U3-26;    }
+    }
+    ha:unnamed_net29 {
+    li:conn { C291-1; U3-29;    }
+    }
+    ha:unnamed_net30 {
+    li:conn { R30-2; U3-14;    }
+    }
+    ha:unnamed_net31 {
+    li:conn { C42-2; U3-6;    }
+    }
+    ha:unnamed_net32 {
+    li:conn { U1-3;    }
+    }
+    ha:unnamed_net33 {
+    li:conn { D5-1; R6-2;    }
+    }
+    ha:unnamed_net34 {
+    li:conn { D7-1; R10-2;    }
+    }
+    ha:unnamed_net35 {
+    li:conn { D6-1; R9-2;    }
+    }
+    ha:unnamed_net36 {
+    li:conn { D2-1; R4-2;    }
+    }
+    ha:unnamed_net37 {
+    li:conn { D1-1; R3-2;    }
+    }
+    ha:unnamed_net38 {
+    li:conn { U3-10;    }
+    }
+    ha:unnamed_net39 {
+    li:conn { U3-16;    }
+    }
+    ha:unnamed_net40 {
+    li:conn { U3-3;    }
+    }
+    ha:unnamed_net41 {
+    li:conn { Q2-2; R7-2;    }
+    }
+    ha:unnamed_net42 {
+    li:conn { Q2-4; R16-2;    }
+    }
+    ha:unnamed_net43 {
+    li:conn { U13-3;    }
+    }
+    ha:unnamed_net44 {
+    li:conn { U13-2;    }
+    }
+    ha:unnamed_net45 {
+    li:conn { U13-1;    }
+    }
+    ha:unnamed_net46 {
+    li:conn { R106-2; U20-9;    }
+    }
+    ha:unnamed_net47 {
+    li:conn { J11-3; U20-7;    }
+    }
+    ha:unnamed_net48 {
+    li:conn { J11-2; U20-6;    }
+    }
+    ha:unnamed_net49 {
+    li:conn { J10-1; U20-13;    }
+    }
+    ha:unnamed_net50 {
+    li:conn { J10-2; U20-14;    }
+    }
+    ha:unnamed_net51 {
+    li:conn { J10-3; U20-15;    }
+    }
+    ha:unnamed_net52 {
+    li:conn { J10-4; U20-16;    }
+    }
+    ha:unnamed_net53 {
+    li:conn { Q3-1; U20-4;    }
+    }
+    ha:unnamed_net54 {
+    li:conn { R106-1; U20-8;    }
+    }
+    ha:unnamed_net55 {
+    li:conn { J10-5; J11-1; Q3-2;    }
+    }
+    ha:unnamed_net56 {
+    li:conn { J12-1; U21-1;    }
+    }
+    ha:unnamed_net57 {
+    li:conn { J12-3; U21-2;    }
+    }
+    ha:unnamed_net58 {
+    li:conn { J12-5; U21-3;    }
+    }
+    ha:unnamed_net59 {
+    li:conn { J12-7; U21-4;    }
+    }
+    ha:unnamed_net60 {
+    li:conn { R21-1; U21-5;    }
+    }
+    ha:unnamed_net61 {
+    li:conn { U21-8;    }
+    }
+    ha:unnamed_net62 {
+    li:conn { R21-2; U21-6;    }
+    }
+    ha:unnamed_net63 {
+    li:conn { U2-3;    }
+    }
+    ha:unnamed_net64 {
+    li:conn { J7-1;    }
+    }
+    ha:unnamed_net65 {
+    li:conn { J7-4;    }
+    }
+    ha:unnamed_net66 {
+    li:conn { J21-1; J22-1;    }
+    }
+    ha:unnamed_net67 {
+    li:conn { U4-3;    }
+    }
+    ha:unnamed_net68 {
+    li:conn { U4-4;    }
+    }
+    ha:unnamed_net69 {
+    li:conn { U4-5;    }
+    }
+    ha:unnamed_net70 {
+    li:conn { U4-21;    }
+    }
+    ha:unnamed_net71 {
+    li:conn { U4-20;    }
+    }
+    ha:unnamed_net72 {
+    li:conn { U4-19;    }
+    }
+    ha:unnamed_net73 {
+    li:conn { U4-32;    }
+    }
+    ha:unnamed_net74 {
+    li:conn { U4-31;    }
+    }
+    ha:unnamed_net75 {
+    li:conn { U4-22;    }
+    }
+    ha:unnamed_net76 {
+    li:conn { U4-2;    }
+    }
+    ha:unnamed_net77 {
+    li:conn { C9-1; U4-23;    }
+    }
+    ha:unnamed_net78 {
+    li:conn { U4-25;    }
+    }
+    ha:usbdm {
+    li:conn { R54-1; U7-32;    }
+    }
+    ha:usbdp {
+    li:conn { R55-1; U7-33;    }
+    }
+    ha:v_ldo_in {
+    li:conn { C1-2; C39-1; D3-2; Q3-3; R36-2; U1-1; U2-1; U20-1; U20-2;    }
+    }
+    ha:v_lipo {
+    li:conn { D3-1; J3-2; J3-4; J23-1; J24-1; R11-2; R25-2;    }
+    }
+    ha:v_pyro {
+    li:conn { J25-1; J26-1; R11-1; R12-2;    }
+    }
+    ha:vdda {
+    li:conn { C601-1; C602-1; L600-2; U7-9;    }
+    }
+   }
+ }
+ ha:layer_stack {
+  li:groups {
+   ha:0 {
+    name = top_paste
+    ha:type { top=1; paste=1;    }
+    li:layers { 9;    }
+   }
+   ha:1 {
+    name = top_silk
+    ha:type { silk=1; top=1;    }
+    li:layers { 6;    }
+   }
+   ha:2 {
+    name = top_mask
+    ha:type { top=1; mask=1;    }
+    li:layers { 7;    }
+   }
+   ha:3 {
+    name = top_copper
+    ha:type { copper=1; top=1;    }
+    li:layers { 0;    }
+   }
+   ha:4 {
+    name = implicit_subst
+    ha:type { substrate=1; intern=1;    }
+    li:layers {    }
+   }
+   ha:5 {
+    name = Intern
+    ha:type { copper=1; intern=1;    }
+    li:layers { 1;    }
+   }
+   ha:6 {
+    name = implicit_subst
+    ha:type { substrate=1; intern=1;    }
+    li:layers {    }
+   }
+   ha:7 {
+    name = Intern
+    ha:type { copper=1; intern=1;    }
+    li:layers { 2;    }
+   }
+   ha:8 {
+    name = implicit_subst
+    ha:type { substrate=1; intern=1;    }
+    li:layers {    }
+   }
+   ha:9 {
+    name = global_outline
+    ha:type { outline=1; intern=1;    }
+    li:layers { 4;    }
+   }
+   ha:10 {
+    name = bottom_copper
+    ha:type { bottom=1; copper=1;    }
+    li:layers { 3;    }
+   }
+   ha:11 {
+    name = bottom_mask
+    ha:type { bottom=1; mask=1;    }
+    li:layers { 8;    }
+   }
+   ha:12 {
+    name = bottom_silk
+    ha:type { silk=1; bottom=1;    }
+    li:layers { 5;    }
+   }
+   ha:13 {
+    name = bottom_paste
+    ha:type { bottom=1; paste=1;    }
+    li:layers { 10;    }
+   }
+  }
+ }
+ li:pcb-rnd-conf-v1 {
+  ha:overwrite {
+   ha:design {
+    min_ring = 7.00 mil
+    min_drill = 15.00 mil
+    via_thickness = 30.00 mil
+    via_drilling_hole = 15.00 mil
+    min_slk = 5.00 mil
+    line_thickness = 10.00 mil
+    shrink = 10.00 mil
+    poly_isle_area = 12903200000000.000000
+    min_wid = 6.00 mil
+    bloat = 6.00 mil
+    clearance = 10.00 mil
+   }
+   ha:editor {
+    live_routing = false
+    snap_pin = true
+    grid = 25.00 mil
+    show_number = false
+    auto_drc = false
+    all_direction_lines = false
+    hide_names = true
+    unique_names = false
+    local_ref = false
+    name_on_pcb = true
+    orthogonal_moves = false
+    check_planes = false
+    swap_start_direction = false
+    clear_line = true
+    show_drc = true
+    grid_unit = mil
+    draw_grid = false
+    grids_idx = 4
+    only_names = false
+    full_poly = false
+    lock_names = false
+    thin_draw_poly = false
+    thin_draw = false
+    rubber_band_mode = false
+    description = false
+     buffer_number = 0
+   }
+   ha:plugins {
+    ha:mincut {
+     enable = false
+    }
+   }
+  }
+ }
+}
diff --git a/telestatic.sch b/telestatic.sch
new file mode 100644 (file)
index 0000000..8091082
--- /dev/null
@@ -0,0 +1,2745 @@
+v 20180820 2
+C 40000 40000 0 0 0 title-E.sym
+N 56800 41600 65600 41600 4
+N 59300 41600 59300 43100 4
+C 41900 57800 1 0 1 gnd.sym
+T 78400 41900 9 30 1 0 0 0 1
+TeleStatic
+C 46200 45900 1 0 0 gnd.sym
+N 43900 46400 42500 46400 4
+{
+T 42500 46500 5 10 1 1 0 0 1
+netname=fire_1
+}
+N 46200 47200 46400 47200 4
+N 47300 47200 48300 47200 4
+{
+T 47600 47300 5 10 1 1 0 0 1
+netname=sense_1
+}
+T 13300 -8600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T 13300 -8600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+N 54700 44000 55200 44000 4
+{
+T 54700 44100 5 10 1 1 0 0 1
+netname=v_lipo
+}
+C 49700 42800 1 90 0 resistor.sym
+{
+T 49300 43100 5 10 0 1 90 0 1
+device=RESISTOR
+T 50200 43500 5 10 1 1 180 0 1
+refdes=R25
+T 49800 43000 5 10 1 1 0 0 1
+value=200k
+T 49700 42800 5 10 0 1 0 0 1
+footprint=0402
+}
+C 49700 41700 1 90 0 resistor.sym
+{
+T 49300 42000 5 10 0 1 90 0 1
+device=RESISTOR
+T 50200 42400 5 10 1 1 180 0 1
+refdes=R26
+T 49800 41900 5 10 1 1 0 0 1
+value=22k
+T 49700 41700 5 10 0 1 0 0 1
+footprint=0402
+}
+N 49600 42800 49600 42600 4
+N 49600 42700 50900 42700 4
+{
+T 50400 42800 5 10 1 1 0 0 1
+netname=sense_batt
+}
+C 49500 41400 1 0 0 gnd.sym
+T 82400 40400 9 10 1 0 0 0 1
+3
+T 80000 40400 9 10 1 0 0 0 1
+1
+T 80600 40400 9 10 1 0 0 0 1
+1
+T 77700 40400 9 10 1 0 0 0 1
+telestatic.sch
+T 77700 40100 9 10 1 0 0 0 1
+http://altusmetrum.org/TeleStatic
+T 13300 -8600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T 13300 -8600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+C 43700 45200 1 0 0 gnd.sym
+C 81600 53100 1 0 0 hole_plated.sym
+{
+T 81700 54900 5 10 0 1 0 0 1
+device=HOLE_PLATED
+T 81200 53300 5 10 1 1 0 0 1
+refdes=H1
+T 81600 53100 5 10 0 1 0 0 1
+footprint=hole-M3
+T 81600 53100 5 10 0 1 0 0 1
+loadstatus=noload
+}
+T 81300 53900 9 10 1 0 0 0 2
+mounting holes
+for 4-40 screws
+C 82700 49800 1 0 0 gnd.sym
+N 82200 52300 82800 52300 4
+N 82200 53300 82800 53300 4
+N 82800 50100 82800 53300 4
+C 81600 52100 1 0 0 hole_plated.sym
+{
+T 81700 53900 5 10 0 1 0 0 1
+device=HOLE_PLATED
+T 81200 52300 5 10 1 1 0 0 1
+refdes=H2
+T 81600 52100 5 10 0 1 0 0 1
+footprint=hole-M3
+T 81600 52100 5 10 0 1 0 0 1
+loadstatus=noload
+}
+C 61500 44000 1 0 0 3.3V-plus.sym
+C 81600 51200 1 0 0 hole_plated.sym
+{
+T 81700 53000 5 10 0 1 0 0 1
+device=HOLE_PLATED
+T 81200 51400 5 10 1 1 0 0 1
+refdes=H3
+T 81600 51200 5 10 0 1 0 0 1
+footprint=hole-M3
+T 81600 51200 5 10 0 1 0 0 1
+loadstatus=noload
+}
+C 81600 50200 1 0 0 hole_plated.sym
+{
+T 81700 52000 5 10 0 1 0 0 1
+device=HOLE_PLATED
+T 81200 50400 5 10 1 1 0 0 1
+refdes=H4
+T 81600 50200 5 10 0 1 0 0 1
+footprint=hole-M3
+T 81600 50200 5 10 0 1 0 0 1
+loadstatus=noload
+}
+N 82200 51400 82800 51400 4
+N 82200 50400 82800 50400 4
+N 46300 47600 50700 47600 4
+{
+T 49600 47700 5 10 1 1 0 0 1
+netname=fet_1
+}
+C 43900 46300 1 0 0 resistor.sym
+{
+T 44200 46700 5 10 0 1 0 0 1
+device=RESISTOR
+T 44300 46700 5 10 1 1 180 0 1
+refdes=R8
+T 44700 46700 5 10 1 1 180 0 1
+value=100
+T 43900 46300 5 10 0 1 90 0 1
+footprint=0402
+}
+N 44800 46400 45300 46400 4
+C 46400 47100 1 0 0 resistor.sym
+{
+T 46700 47500 5 10 0 1 0 0 1
+device=RESISTOR
+T 46600 47400 5 10 1 1 0 0 1
+refdes=R14
+T 46600 46900 5 10 1 1 0 0 1
+value=200k
+T 46400 47100 5 10 0 1 0 0 1
+footprint=0402
+}
+C 47300 46000 1 0 0 gnd.sym
+C 47500 46300 1 90 0 resistor.sym
+{
+T 47100 46600 5 10 0 1 90 0 1
+device=RESISTOR
+T 48000 47000 5 10 1 1 180 0 1
+refdes=R20
+T 47500 46295 5 10 0 1 90 0 1
+footprint=0402
+T 47700 46500 5 10 1 1 0 0 1
+value=22k
+}
+N 60300 44000 65600 44000 4
+N 46200 46400 46300 46400 4
+N 46300 46400 46300 46200 4
+N 46300 47200 46300 47600 4
+C 41000 65400 1 0 0 3.3V-plus.sym
+C 41400 63900 1 90 0 capacitor.sym
+{
+T 40700 64100 5 10 0 1 90 0 1
+device=CAPACITOR
+T 40900 64600 5 10 1 1 180 0 1
+refdes=C36
+T 40600 64000 5 10 1 1 0 0 1
+value=0.1uF
+T 41400 63900 5 10 0 1 0 0 1
+footprint=0402
+}
+C 42200 63400 1 0 0 gnd.sym
+C 61900 43100 1 90 0 capacitor.sym
+{
+T 61200 43300 5 10 0 1 90 0 1
+device=CAPACITOR
+T 61600 43800 5 10 1 1 180 0 1
+refdes=C37
+T 61200 43200 5 10 1 1 0 0 1
+value=2.2uF
+T 61900 43100 5 10 0 1 0 0 1
+footprint=0402
+}
+C 43300 64200 1 0 1 MCP130T.sym
+{
+T 43005 65195 5 10 1 1 0 6 1
+refdes=U11
+T 42505 65195 5 10 1 1 0 6 1
+value=MCP130T-300
+T 43305 64195 5 10 0 1 0 6 1
+device=IC
+T 42405 65195 5 10 0 1 0 6 1
+footprint=SOT23
+}
+N 41200 65400 41200 64800 4
+N 41200 64900 41300 64900 4
+N 41200 63800 42300 63800 4
+N 42300 63700 42300 64200 4
+N 41200 63800 41200 63900 4
+C 43900 45500 1 90 0 resistor.sym
+{
+T 43500 45800 5 10 0 1 90 0 1
+device=RESISTOR
+T 43600 46200 5 10 1 1 180 0 1
+refdes=R2
+T 43900 45495 5 10 0 1 90 0 1
+footprint=0402
+T 43300 45700 5 10 1 1 0 0 1
+value=3.3k
+}
+C 49400 71100 1 0 0 3.3V-plus.sym
+N 49600 70100 49600 71100 4
+N 49600 70200 51600 70200 4
+N 51200 70200 51200 70100 4
+N 50400 70200 50400 70100 4
+N 50000 70200 50000 70100 4
+C 50700 49200 1 0 0 gnd.sym
+N 49800 49700 49800 49600 4
+N 49800 49600 51800 49600 4
+N 50800 49500 50800 49600 4
+N 51800 49600 51800 49700 4
+N 51000 49700 51000 49600 4
+N 50600 49700 50600 49600 4
+N 50200 49700 50200 49600 4
+C 45000 67300 1 270 0 capacitor.sym
+{
+T 45700 67100 5 10 0 1 270 0 1
+device=CAPACITOR
+T 45400 67000 5 10 1 1 0 0 1
+refdes=C33
+T 45400 66500 5 10 1 1 0 0 1
+value=22pF
+T 45000 67300 5 10 0 1 0 0 1
+footprint=0402
+}
+C 43700 67300 1 270 0 capacitor.sym
+{
+T 44400 67100 5 10 0 1 270 0 1
+device=CAPACITOR
+T 43400 67000 5 10 1 1 0 0 1
+refdes=C32
+T 43300 66500 5 10 1 1 0 0 1
+value=22pF
+T 43700 67300 5 10 0 1 0 0 1
+footprint=0402
+}
+C 45100 66100 1 0 0 gnd.sym
+C 43800 66100 1 0 0 gnd.sym
+C 44200 66900 1 0 0 ABM8.sym
+{
+T 44400 67400 5 10 0 1 0 0 1
+device=CRYSTAL
+T 44100 67500 5 10 1 1 0 0 1
+refdes=X2
+T 44600 67500 5 10 1 1 0 0 1
+value=8mhz
+T 44200 66900 5 10 0 1 0 0 1
+footprint=ABM3B
+}
+C 44800 66600 1 0 0 gnd.sym
+C 44100 66600 1 0 0 gnd.sym
+N 44200 67300 43900 67300 4
+N 43900 67300 43900 67700 4
+N 43300 64900 46000 64900 4
+{
+T 44700 65000 5 10 1 1 0 0 1
+netname=reset_n
+}
+C 41800 57700 1 0 1 USBmicroB.sym
+{
+T 40805 60100 5 10 1 1 0 6 1
+refdes=J5
+T 41445 58095 5 10 0 1 0 6 1
+footprint=1051330011
+T 41800 57700 5 10 0 1 0 0 1
+device=CONNECTOR
+T 41800 57700 5 10 0 1 0 0 1
+value=USBmicroV
+}
+N 46000 59300 44100 59300 4
+{
+T 44700 59400 5 10 1 1 0 0 1
+netname=usbdm
+}
+N 46000 58900 44100 58900 4
+{
+T 44700 59000 5 10 1 1 0 0 1
+netname=usbdp
+}
+C 44100 56200 1 0 0 gnd.sym
+N 43900 67700 46000 67700 4
+N 44900 67300 46000 67300 4
+C 45800 65400 1 0 0 gnd.sym
+N 45900 65700 46000 65700 4
+N 46000 58500 44700 58500 4
+{
+T 44700 58600 5 10 1 1 0 0 1
+netname=swdio
+}
+N 46000 58100 44700 58100 4
+{
+T 44700 58200 5 10 1 1 0 0 1
+netname=swclk
+}
+N 46000 51300 44700 51300 4
+{
+T 45200 51400 5 10 1 1 0 6 1
+netname=mosi2
+}
+N 46000 52100 44700 52100 4
+{
+T 45100 52200 5 10 1 1 0 6 1
+netname=sck2
+}
+N 46000 51700 44700 51700 4
+{
+T 45200 51800 5 10 1 1 0 6 1
+netname=miso2
+}
+C 52200 70900 1 0 0 capacitor.sym
+{
+T 52400 71600 5 10 0 1 0 0 1
+device=CAPACITOR
+T 52100 71200 5 10 1 1 0 0 1
+refdes=C601
+T 52800 71200 5 10 1 1 0 0 1
+value=1uF
+T 52200 70900 5 10 0 1 0 0 1
+footprint=0402
+}
+C 52200 70400 1 0 0 capacitor.sym
+{
+T 52400 71100 5 10 0 1 0 0 1
+device=CAPACITOR
+T 52100 70700 5 10 1 1 0 0 1
+refdes=C602
+T 52800 70700 5 10 1 1 0 0 1
+value=0.1uF
+T 52200 70400 5 10 0 1 0 0 1
+footprint=0402
+}
+C 50100 71000 1 0 0 inductor.sym
+{
+T 50300 71500 5 10 0 1 0 0 1
+device=INDUCTOR
+T 50300 71300 5 10 1 1 0 0 1
+refdes=L600
+T 50300 70900 5 10 1 1 0 0 1
+value=bead
+T 50100 71000 5 10 0 1 0 0 1
+footprint=0402
+}
+N 50800 70100 50800 70200 4
+N 50100 71100 49600 71100 4
+N 51000 71100 52200 71100 4
+{
+T 51100 71200 5 10 1 1 0 0 1
+netname=vdda
+}
+N 52000 71100 52000 70100 4
+N 52200 70600 52000 70600 4
+C 53300 70300 1 0 0 gnd.sym
+N 53400 71100 53400 70600 4
+N 53400 70600 53100 70600 4
+N 53400 71100 53100 71100 4
+C 44200 64000 1 90 0 capacitor.sym
+{
+T 43500 64200 5 10 0 1 90 0 1
+device=CAPACITOR
+T 43900 64700 5 10 1 1 180 0 1
+refdes=C610
+T 43400 64200 5 10 1 1 0 0 1
+value=0.1uF
+T 44200 64000 5 10 0 1 0 0 1
+footprint=0402
+}
+C 43900 63700 1 0 0 gnd.sym
+N 46000 63700 44700 63700 4
+{
+T 44700 63800 5 10 1 1 0 0 1
+netname=sense_1
+}
+N 46000 63300 44700 63300 4
+{
+T 44700 63400 5 10 1 1 0 0 1
+netname=fire_1
+}
+N 44700 53700 46000 53700 4
+{
+T 44700 53800 5 10 1 1 0 0 1
+netname=alarm_b
+}
+N 44700 54100 46000 54100 4
+{
+T 44700 54200 5 10 1 1 0 0 1
+netname=alarm_a
+}
+N 44000 55300 46000 55300 4
+{
+T 45800 55400 5 10 1 1 0 6 1
+netname=led_continuity
+}
+N 44000 54900 46000 54900 4
+{
+T 45500 55000 5 10 1 1 0 6 1
+netname=led_armed
+}
+N 44700 62500 46000 62500 4
+{
+T 44700 62600 5 10 1 1 0 0 1
+netname=cs_radio
+}
+N 51600 70200 51600 70100 4
+N 46000 57300 44700 57300 4
+{
+T 44700 57400 5 10 1 1 0 0 1
+netname=sense_batt
+}
+N 44700 52900 46000 52900 4
+{
+T 44700 53000 5 10 1 1 0 0 1
+netname=radio_int
+}
+T -30400 -57400 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -30400 -57400 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -30400 -57400 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -30400 -57400 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -80000 -109400 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -80000 -109400 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -80000 -109400 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -80000 -109400 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -71200 -97500 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -120500 -148600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -120500 -148600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -120500 -148600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -120500 -148600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -96200 -124600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -96200 -124600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -96200 -124600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -96200 -124600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -55100 -54600 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -104400 -105700 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -104400 -105700 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -104400 -105700 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -104400 -105700 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+C 41500 51800 1 0 1 conn-4.sym
+{
+T 41100 53400 5 10 1 1 0 6 1
+refdes=J6
+T 41300 51600 5 10 1 1 0 6 1
+value=Debug
+T 41500 51800 5 10 0 1 0 6 1
+footprint=0-215079-4
+T 41500 51800 5 10 0 1 0 6 1
+loadstatus=noload
+T 41500 51800 5 10 0 1 0 6 1
+device=CONNECTOR
+}
+C 41900 52800 1 0 1 gnd.sym
+N 41800 53100 41500 53100 4
+N 41500 52700 42800 52700 4
+{
+T 42800 52800 5 10 1 1 0 6 1
+netname=reset_n
+}
+N 41500 52300 42800 52300 4
+{
+T 42800 52400 5 10 1 1 0 6 1
+netname=swdio
+}
+N 41500 51900 42800 51900 4
+{
+T 42800 52000 5 10 1 1 0 6 1
+netname=swclk
+}
+T -28200 -66400 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -28200 -66400 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -28200 -66400 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -28200 -66400 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -72100 -78700 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -72100 -78700 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -72100 -78700 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -72100 -78700 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -29500 -72800 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -29500 -72800 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+T -29500 -72800 8 10 0 1 0 0 1
+vendor_part_number=MMA7260QT-ND
+T -29500 -72800 8 10 0 1 0 0 1
+vendor_part_number=MCP9700-E/TO-ND
+C 44100 59200 1 0 1 resistor.sym
+{
+T 43800 59600 5 10 0 1 0 6 1
+device=RESISTOR
+T 43600 59500 5 10 1 1 0 6 1
+refdes=R54
+T 44000 59500 5 10 1 1 0 6 1
+value=22
+T 44100 59200 5 10 0 1 0 0 1
+footprint=0402
+}
+C 44100 58800 1 0 1 resistor.sym
+{
+T 43800 59200 5 10 0 1 0 6 1
+device=RESISTOR
+T 43600 58600 5 10 1 1 0 6 1
+refdes=R55
+T 44000 58600 5 10 1 1 0 6 1
+value=22
+T 44100 58800 5 10 0 1 0 0 1
+footprint=0402
+}
+N 41800 59300 43200 59300 4
+C 65700 42200 1 90 0 resistor.sym
+{
+T 65300 42500 5 10 0 1 90 0 1
+device=RESISTOR
+T 65700 42195 5 10 0 1 90 0 1
+footprint=0402
+T 65400 42900 5 10 1 1 180 0 1
+refdes=R39
+T 65000 42400 5 10 1 1 0 0 1
+value=26.1k
+}
+C 65700 43100 1 90 0 resistor.sym
+{
+T 65300 43400 5 10 0 1 90 0 1
+device=RESISTOR
+T 65700 43095 5 10 0 1 90 0 1
+footprint=0402
+T 65400 43800 5 10 1 1 180 0 1
+refdes=R38
+T 65100 43300 5 10 1 1 0 0 1
+value=200k
+}
+C 57700 41600 1 90 0 resistor.sym
+{
+T 57300 41900 5 10 0 1 90 0 1
+device=RESISTOR
+T 57700 41595 5 10 0 1 90 0 1
+footprint=0402
+T 57400 42300 5 10 1 1 180 0 1
+refdes=R37
+T 57100 41900 5 10 1 1 0 0 1
+value=22k
+}
+C 57700 42500 1 90 0 resistor.sym
+{
+T 57300 42800 5 10 0 1 90 0 1
+device=RESISTOR
+T 57700 42495 5 10 0 1 90 0 1
+footprint=0402
+T 57400 43200 5 10 1 1 180 0 1
+refdes=R36
+T 57000 42800 5 10 1 1 0 0 1
+value=200k
+}
+N 65600 43100 66700 43100 4
+{
+T 66000 43200 5 10 1 1 0 0 1
+netname=cmp_rail
+}
+N 57600 43400 57600 44000 4
+N 57600 42500 58900 42500 4
+{
+T 58000 42600 5 10 1 1 0 0 1
+netname=cmp_ldo_in
+}
+C 55200 43800 1 0 0 diode.sym
+{
+T 55600 44400 5 10 0 1 0 0 1
+device=DIODE
+T 55500 44300 5 10 1 1 0 0 1
+refdes=D3
+T 55200 43800 5 10 0 1 0 0 1
+footprint=powerdi123
+T 55200 43500 5 10 0 1 0 0 1
+value=DFLS130L
+}
+N 56100 44000 58200 44000 4
+{
+T 56800 44100 5 10 1 1 0 0 1
+netname=v_ldo_in
+}
+N 56800 43900 56800 44000 4
+N 56800 43000 56800 41600 4
+C 43900 48000 1 0 0 3.3V-plus.sym
+N 42500 47400 43600 47400 4
+{
+T 42500 47500 5 10 1 1 0 0 1
+netname=cmp_rail
+}
+N 42500 47800 43600 47800 4
+{
+T 42500 47900 5 10 1 1 0 0 1
+netname=cmp_ldo_in
+}
+C 43600 47200 1 0 0 opamp-dual.sym
+{
+T 44700 48500 5 10 0 1 0 0 1
+device=IC
+T 43600 47200 5 10 0 1 0 0 1
+slot=2
+T 43600 47200 5 10 0 1 0 0 1
+footprint=8ufson2x2
+T 44400 47900 5 10 1 1 0 0 1
+refdes=U13
+T 44400 47200 5 10 1 1 0 0 1
+value=LM293
+}
+C 44000 46900 1 0 0 gnd.sym
+N 44600 47600 45100 47600 4
+N 45100 47600 45100 46400 4
+C 46000 49700 1 0 0 STM32L151-48.sym
+{
+T 39600 48100 5 10 0 1 0 0 1
+device=IC
+T 46400 69800 5 10 1 1 0 0 1
+refdes=U7
+T 49800 66600 5 10 1 1 0 0 1
+value=STM32L151CBU6
+T 8000 49000 5 10 0 1 0 0 1
+footprint=ufqfpn48
+}
+C 81200 46500 1 0 0 conn-2.sym
+{
+T 80800 47100 5 10 0 1 0 0 1
+footprint=bnc-th
+T 81200 46500 5 10 0 1 0 0 1
+device=CONNECTOR
+T 81505 47145 5 10 1 1 0 0 1
+refdes=J8
+T 81500 46200 5 10 1 1 0 0 1
+value=BNC
+}
+C 81000 46200 1 0 0 gnd.sym
+N 81200 46600 81100 46600 4
+N 81100 46600 81100 46500 4
+N 74400 53400 77800 53400 4
+N 74400 53800 78800 53800 4
+N 78800 53400 78500 53400 4
+C 78600 53400 1 270 0 capacitor.sym
+{
+T 79300 53200 5 10 0 1 270 0 1
+device=CAPACITOR
+T 78600 53400 5 10 0 1 0 0 1
+footprint=0402
+T 79000 53200 5 10 1 1 0 0 1
+refdes=C30
+T 79000 52600 5 10 1 1 0 0 1
+value=10pF
+}
+C 77300 53400 1 270 0 capacitor.sym
+{
+T 78000 53200 5 10 0 1 270 0 1
+device=CAPACITOR
+T 77300 53400 5 10 0 1 0 0 1
+footprint=0402
+T 77100 53100 5 10 1 1 0 0 1
+refdes=C31
+T 77000 52600 5 10 1 1 0 0 1
+value=10pF
+}
+C 78700 52200 1 0 0 gnd.sym
+C 77400 52200 1 0 0 gnd.sym
+N 78800 53400 78800 53800 4
+C 77800 53000 1 0 0 ABM8.sym
+{
+T 78000 53500 5 10 0 1 0 0 1
+device=CRYSTAL
+T 77800 53000 5 10 0 1 0 0 1
+footprint=NDK32
+T 77700 53600 5 10 1 1 0 0 1
+refdes=X1
+T 78100 53600 5 10 1 1 0 0 1
+value=40mhz
+}
+C 78400 52700 1 0 0 gnd.sym
+C 77700 52700 1 0 0 gnd.sym
+C 74300 47500 1 0 0 gnd.sym
+C 75000 46800 1 90 0 inductor.sym
+{
+T 74500 47000 5 10 0 1 90 0 1
+device=INDUCTOR
+T 75000 46800 5 10 0 1 0 0 1
+footprint=0402
+T 75500 47500 5 10 1 1 180 0 1
+refdes=L171
+T 75100 47000 5 10 1 1 0 0 1
+value=56nH
+}
+C 75000 45700 1 90 0 resistor.sym
+{
+T 74600 46000 5 10 0 1 90 0 1
+device=RESISTOR
+T 75000 45700 5 10 0 1 0 0 1
+footprint=0402
+T 75500 46400 5 10 1 1 180 0 1
+refdes=R171
+T 75100 45800 5 10 1 1 0 0 1
+value=18
+}
+C 76300 45700 1 90 0 capacitor.sym
+{
+T 75600 45900 5 10 0 1 90 0 1
+device=CAPACITOR
+T 76300 45700 5 10 0 1 0 0 1
+footprint=0402
+T 76700 46500 5 10 1 1 180 0 1
+refdes=C173
+T 76300 45800 5 10 1 1 0 0 1
+value=56pF
+}
+C 76300 44600 1 90 0 capacitor.sym
+{
+T 75600 44800 5 10 0 1 90 0 1
+device=CAPACITOR
+T 76300 44600 5 10 0 1 0 0 1
+footprint=0402
+T 76600 45400 5 10 1 1 180 0 1
+refdes=C172
+T 76200 44800 5 10 1 1 0 0 1
+value=100pF
+}
+C 75100 44600 1 90 0 capacitor.sym
+{
+T 74400 44800 5 10 0 1 90 0 1
+device=CAPACITOR
+T 75100 44600 5 10 0 1 0 0 1
+footprint=0402
+T 75500 45400 5 10 1 1 180 0 1
+refdes=C171
+T 75100 44800 5 10 1 1 0 0 1
+value=10nF
+}
+N 74900 46800 74900 46600 4
+N 74900 46700 76100 46700 4
+N 74900 45700 74900 45500 4
+N 76100 45700 76100 45500 4
+N 74900 45600 76100 45600 4
+N 74900 44600 76100 44600 4
+C 74800 44300 1 0 0 gnd.sym
+C 74200 45700 1 0 0 3.3V-plus.sym
+N 74900 45600 74400 45600 4
+N 74400 45600 74400 45700 4
+C 75600 47500 1 0 0 capacitor.sym
+{
+T 75800 48200 5 10 0 1 0 0 1
+device=CAPACITOR
+T 75600 47500 5 10 0 1 0 0 1
+footprint=0402
+T 75500 48000 5 10 1 1 0 0 1
+refdes=C174
+T 76100 48000 5 10 1 1 0 0 1
+value=39pF
+}
+C 77800 46800 1 0 0 capacitor.sym
+{
+T 78000 47500 5 10 0 1 0 0 1
+device=CAPACITOR
+T 77800 46800 5 10 0 1 0 0 1
+footprint=0402
+T 77700 46700 5 10 1 1 0 0 1
+refdes=C176
+T 78400 46700 5 10 1 1 0 0 1
+value=2.2pF
+}
+C 79300 47700 1 90 0 capacitor.sym
+{
+T 78600 47900 5 10 0 1 90 0 1
+device=CAPACITOR
+T 79300 47700 5 10 0 1 0 0 1
+footprint=0402
+T 79700 48500 5 10 1 1 180 0 1
+refdes=C181
+T 79300 47800 5 10 1 1 0 0 1
+value=5.1pF
+}
+C 77800 47600 1 0 0 inductor.sym
+{
+T 78000 48100 5 10 0 1 0 0 1
+device=INDUCTOR
+T 77800 47600 5 10 0 1 0 0 1
+footprint=0402
+T 77700 47900 5 10 1 1 0 0 1
+refdes=L172
+T 78300 47900 5 10 1 1 0 0 1
+value=15nH
+}
+N 77800 47700 76500 47700 4
+N 77700 47700 77700 47000 4
+N 77700 47000 77800 47000 4
+N 79100 47700 79100 47000 4
+N 78800 47700 78800 47000 4
+N 78800 47000 78700 47000 4
+N 74400 48600 79100 48600 4
+C 79100 46900 1 0 0 inductor.sym
+{
+T 79300 47400 5 10 0 1 0 0 1
+device=INDUCTOR
+T 79100 46900 5 10 0 1 0 0 1
+footprint=0402
+T 79300 47200 5 10 1 1 0 0 1
+refdes=L173
+T 79300 46800 5 10 1 1 0 0 1
+value=43nH
+}
+C 80200 46900 1 0 0 inductor.sym
+{
+T 80400 47400 5 10 0 1 0 0 1
+device=INDUCTOR
+T 80200 46900 5 10 0 1 0 0 1
+footprint=0402
+T 80400 47200 5 10 1 1 0 0 1
+refdes=L174
+T 80400 46800 5 10 1 1 0 0 1
+value=22nH
+}
+C 77400 49600 1 90 0 inductor.sym
+{
+T 76900 49800 5 10 0 1 90 0 1
+device=INDUCTOR
+T 77400 49600 5 10 0 1 0 0 1
+footprint=0402
+T 77800 50300 5 10 1 1 180 0 1
+refdes=L191
+T 77400 49800 5 10 1 1 0 0 1
+value=56nH
+}
+C 80300 45700 1 90 0 capacitor.sym
+{
+T 79600 45900 5 10 0 1 90 0 1
+device=CAPACITOR
+T 80300 45700 5 10 0 1 0 0 1
+footprint=0402
+T 80700 46500 5 10 1 1 180 0 1
+refdes=C175
+T 80800 46000 5 10 1 1 180 0 1
+value=6.2pF
+}
+C 80000 45400 1 0 0 gnd.sym
+N 80000 47000 80200 47000 4
+N 80100 47000 80100 46600 4
+N 81100 47000 81200 47000 4
+N 75600 47700 74900 47700 4
+N 74900 47700 74900 48200 4
+N 74900 48200 74400 48200 4
+C 77900 50400 1 0 0 inductor.sym
+{
+T 78100 50900 5 10 0 1 0 0 1
+device=INDUCTOR
+T 77900 50400 5 10 0 1 0 0 1
+footprint=0402
+T 77900 50700 5 10 1 1 0 0 1
+refdes=L201
+T 78400 50700 5 10 1 1 0 0 1
+value=27nH
+}
+C 77900 48900 1 0 0 inductor.sym
+{
+T 78100 49400 5 10 0 1 0 0 1
+device=INDUCTOR
+T 77900 48900 5 10 0 1 0 0 1
+footprint=0402
+T 77900 49100 5 10 1 1 0 0 1
+refdes=L192
+T 78400 49100 5 10 1 1 0 0 1
+value=27nH
+}
+C 79200 48600 1 90 0 inductor.sym
+{
+T 78700 48800 5 10 0 1 90 0 1
+device=INDUCTOR
+T 79200 48600 5 10 0 1 0 0 1
+footprint=0402
+T 79600 49300 5 10 1 1 180 0 1
+refdes=L193
+T 79200 48600 5 10 1 1 0 0 1
+value=15nH
+}
+C 77900 49400 1 0 0 capacitor.sym
+{
+T 78100 50100 5 10 0 1 0 0 1
+device=CAPACITOR
+T 77900 49400 5 10 0 1 0 0 1
+footprint=0402
+T 77900 49900 5 10 1 1 0 0 1
+refdes=C191
+T 78400 49900 5 10 1 1 0 0 1
+value=5.1pF
+}
+N 77800 51200 77800 50500 4
+N 77900 51200 77800 51200 4
+N 77000 50500 77900 50500 4
+C 78700 50900 1 0 0 gnd.sym
+C 78700 48700 1 0 0 gnd.sym
+N 77300 49600 77900 49600 4
+N 77800 49600 77800 49000 4
+N 77800 49000 77900 49000 4
+N 78800 49600 79100 49600 4
+N 79100 49500 79100 50500 4
+N 78800 50500 79100 50500 4
+N 74400 49000 77300 49000 4
+N 77300 49000 77300 49600 4
+N 77000 50500 77000 49400 4
+N 77000 49400 74400 49400 4
+C 74700 49600 1 0 0 capacitor.sym
+{
+T 74900 50300 5 10 0 1 0 0 1
+device=CAPACITOR
+T 74700 49600 5 10 0 1 0 0 1
+footprint=0402
+T 74600 49900 5 10 1 1 0 0 1
+refdes=C211
+T 75300 49900 5 10 1 1 0 0 1
+value=10nF
+}
+C 76400 49800 1 90 0 capacitor.sym
+{
+T 75700 50000 5 10 0 1 90 0 1
+device=CAPACITOR
+T 76400 49800 5 10 0 1 0 0 1
+footprint=0402
+T 76800 50600 5 10 1 1 180 0 1
+refdes=C221
+T 76400 50000 5 10 1 1 0 0 1
+value=47nF
+}
+C 74700 50800 1 0 0 capacitor.sym
+{
+T 74900 51500 5 10 0 1 0 0 1
+device=CAPACITOR
+T 74700 50800 5 10 0 1 0 0 1
+footprint=0402
+T 74600 51100 5 10 1 1 0 0 1
+refdes=C231
+T 75300 51100 5 10 1 1 0 0 1
+value=1.8nF
+}
+N 76200 49800 75600 49800 4
+N 75600 51000 75600 50600 4
+N 75600 50600 74400 50600 4
+N 76200 50700 75900 50700 4
+N 75900 50200 75900 50700 4
+N 75900 50200 74400 50200 4
+C 76000 50700 1 0 0 3.3V-plus.sym
+C 76100 49500 1 0 0 gnd.sym
+N 76100 46700 76100 46600 4
+N 74700 49800 74400 49800 4
+N 74700 51000 74400 51000 4
+C 76400 51200 1 0 0 capacitor.sym
+{
+T 76600 51900 5 10 0 1 0 0 1
+device=CAPACITOR
+T 76400 51200 5 10 0 1 0 0 1
+footprint=0402
+T 76300 51500 5 10 1 1 0 0 1
+refdes=C251
+T 77000 51500 5 10 1 1 0 0 1
+value=47nF
+}
+C 74600 51600 1 0 0 capacitor.sym
+{
+T 74800 52300 5 10 0 1 0 0 1
+device=CAPACITOR
+T 74600 51600 5 10 0 1 0 0 1
+footprint=0402
+T 74500 51900 5 10 1 1 0 0 1
+refdes=C261
+T 75200 51900 5 10 1 1 0 0 1
+value=47nF
+}
+C 75600 52000 1 0 0 capacitor.sym
+{
+T 75800 52700 5 10 0 1 0 0 1
+device=CAPACITOR
+T 75600 52000 5 10 0 1 0 0 1
+footprint=0402
+T 75500 52300 5 10 1 1 0 0 1
+refdes=C271
+T 76200 52300 5 10 1 1 0 0 1
+value=47nF
+}
+C 75600 52800 1 0 0 capacitor.sym
+{
+T 75800 53500 5 10 0 1 0 0 1
+device=CAPACITOR
+T 75600 52800 5 10 0 1 0 0 1
+footprint=0402
+T 75500 53100 5 10 1 1 0 0 1
+refdes=C291
+T 76200 53100 5 10 1 1 0 0 1
+value=47nF
+}
+N 74400 51400 76400 51400 4
+C 75800 51400 1 0 0 3.3V-plus.sym
+C 77400 51100 1 0 0 gnd.sym
+N 74600 51800 74400 51800 4
+N 74400 52200 75600 52200 4
+N 74500 52600 74400 52600 4
+N 74400 53000 75600 53000 4
+N 75500 51800 77500 51800 4
+N 77500 51800 77500 51400 4
+N 77500 51400 77300 51400 4
+N 76500 52200 76700 52200 4
+N 76700 51800 76700 53000 4
+N 76500 53000 76700 53000 4
+N 74500 51400 74500 52200 4
+N 74500 52200 74500 54500 4
+C 74300 54500 1 0 0 3.3V-plus.sym
+N 70800 51800 69500 51800 4
+{
+T 69500 51900 5 10 1 1 0 0 1
+netname=mosi2
+}
+N 70800 51400 69500 51400 4
+{
+T 69500 51500 5 10 1 1 0 0 1
+netname=sck2
+}
+N 70800 51000 69500 51000 4
+{
+T 69500 51100 5 10 1 1 0 0 1
+netname=miso2
+}
+N 70800 50200 69500 50200 4
+{
+T 69500 50300 5 10 1 1 0 0 1
+netname=cs_radio
+}
+N 70800 53800 69500 53800 4
+{
+T 69500 53900 5 10 1 1 0 0 1
+netname=reset_n
+}
+C 77900 51000 1 0 0 capacitor.sym
+{
+T 78100 51700 5 10 0 1 0 0 1
+device=CAPACITOR
+T 77900 51000 5 10 0 1 0 0 1
+footprint=0402
+T 77900 51500 5 10 1 1 0 0 1
+refdes=C210
+T 78400 51500 5 10 1 1 0 0 1
+value=5.1pF
+}
+C 70500 47100 1 90 0 resistor.sym
+{
+T 70100 47400 5 10 0 1 90 0 1
+device=RESISTOR
+T 70500 47100 5 10 0 1 90 0 1
+footprint=0402
+T 70900 47800 5 10 1 1 180 0 1
+refdes=R30
+T 70900 47400 5 10 1 1 180 0 1
+value=56k
+}
+C 69000 51300 1 90 0 capacitor.sym
+{
+T 68300 51500 5 10 0 1 90 0 1
+device=CAPACITOR
+T 69000 51300 5 10 0 1 90 0 1
+footprint=0402
+T 68700 52100 5 10 1 1 180 0 1
+refdes=C42
+T 68800 51600 5 10 1 1 180 0 1
+value=0.22uF
+}
+C 70300 46800 1 0 0 gnd.sym
+N 70800 52200 68800 52200 4
+C 68700 51000 1 0 0 gnd.sym
+C 68400 54200 1 0 0 3.3V-plus.sym
+N 70800 54200 68600 54200 4
+N 70800 52600 68100 52600 4
+C 68800 53300 1 90 0 capacitor.sym
+{
+T 68100 53500 5 10 0 1 90 0 1
+device=CAPACITOR
+T 68800 53300 5 10 0 1 90 0 1
+footprint=0402
+T 68400 54100 5 10 1 1 180 0 1
+refdes=C43
+T 68500 53500 5 10 1 1 180 0 1
+value=47nF
+}
+C 68500 53000 1 0 0 gnd.sym
+C 67900 52600 1 0 0 3.3V-plus.sym
+C 68300 51700 1 90 0 capacitor.sym
+{
+T 67600 51900 5 10 0 1 90 0 1
+device=CAPACITOR
+T 68300 51700 5 10 0 1 90 0 1
+footprint=0402
+T 67900 52500 5 10 1 1 180 0 1
+refdes=C44
+T 68000 51900 5 10 1 1 180 0 1
+value=47nF
+}
+C 68000 51400 1 0 0 gnd.sym
+C 69800 48600 1 0 0 3.3V-plus.sym
+C 70200 47700 1 90 0 capacitor.sym
+{
+T 69500 47900 5 10 0 1 90 0 1
+device=CAPACITOR
+T 70200 47700 5 10 0 1 90 0 1
+footprint=0402
+T 69800 48500 5 10 1 1 180 0 1
+refdes=C47
+T 69900 47900 5 10 1 1 180 0 1
+value=47nF
+}
+C 69900 47400 1 0 0 gnd.sym
+C 68900 49400 1 0 0 3.3V-plus.sym
+C 69300 48500 1 90 0 capacitor.sym
+{
+T 68600 48700 5 10 0 1 90 0 1
+device=CAPACITOR
+T 69300 48500 5 10 0 1 90 0 1
+footprint=0402
+T 68900 49300 5 10 1 1 180 0 1
+refdes=C45
+T 69000 48700 5 10 1 1 180 0 1
+value=47nF
+}
+C 69000 48200 1 0 0 gnd.sym
+N 70800 48600 70000 48600 4
+N 70400 48000 70400 49000 4
+N 70400 49000 70800 49000 4
+N 70800 49800 70500 49800 4
+N 70800 49400 69100 49400 4
+C 74700 53900 1 0 0 gnd.sym
+N 74400 54200 74800 54200 4
+N 70500 49800 70500 49400 4
+N 70800 53000 69500 53000 4
+{
+T 69500 53100 5 10 1 1 0 0 1
+netname=radio_int
+}
+N 79100 47700 78700 47700 4
+T 81400 47500 9 10 1 0 0 0 2
+  70CM 
+Antenna
+T 80600 45200 9 10 1 0 0 0 2
+  SMA is optional
+default is wire whip
+N 45700 46600 45300 46600 4
+N 45300 46600 45300 46400 4
+T 46700 42600 9 10 1 0 0 0 1
+Tolerate power supply up to 30V
+C 58000 41300 1 0 0 gnd.sym
+T 66100 42000 9 10 1 0 0 0 4
+Trigger comparator at 3.844V:
+
+3.844 * 22.0/222.0 = 0.381
+3.300 * 26.1/226.1 = 0.381
+C 58200 43100 1 0 0 tps70933.sym
+{
+T 58595 44295 5 10 1 1 0 0 1
+refdes=U1
+T 58795 43795 5 10 0 1 0 0 1
+device=IC
+T 58195 43095 5 10 0 1 0 0 1
+footprint=SOT23-5
+T 58200 43100 5 10 1 1 0 0 1
+value=TPS70933
+}
+C 57700 43500 1 0 0 nc-left.sym
+{
+T 57700 43900 5 10 0 0 0 0 1
+value=NoConnection
+T 57700 44300 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 50600 43900 1 0 0 gnd.sym
+N 50700 45600 49600 45600 4
+{
+T 49600 45700 5 10 1 1 0 0 1
+netname=v_lipo
+}
+C 42200 62100 1 0 1 led.sym
+{
+T 42300 62700 5 10 0 1 0 6 1
+device=LED
+T 42250 62100 5 10 0 1 0 6 1
+footprint=100mil-led
+T 42200 62500 5 10 1 1 0 6 1
+refdes=D5
+T 41900 62500 5 10 1 1 0 6 1
+value=green
+}
+C 42200 60700 1 0 1 led.sym
+{
+T 42300 61300 5 10 0 1 0 6 1
+device=LED
+T 42250 60700 5 10 0 1 0 6 1
+footprint=100mil-led
+T 42200 61100 5 10 1 1 0 6 1
+refdes=D7
+T 41900 61100 5 10 1 1 0 6 1
+value=red
+}
+C 42200 61400 1 0 1 led.sym
+{
+T 42300 61800 5 10 1 1 0 6 1
+refdes=D6
+T 42300 62000 5 10 0 1 0 6 1
+device=LED
+T 42250 61400 5 10 0 1 0 6 1
+footprint=100mil-led
+T 42000 61800 5 10 1 1 0 6 1
+value=yellow
+}
+C 43100 61400 1 0 1 resistor.sym
+{
+T 42800 61800 5 10 0 1 0 6 1
+device=RESISTOR
+T 43000 61800 5 10 1 1 0 6 1
+refdes=R9
+T 42700 61800 5 10 1 1 0 6 1
+value=150
+T 43100 61400 5 10 0 1 90 2 1
+footprint=0402
+}
+C 43100 60700 1 0 1 resistor.sym
+{
+T 42800 61100 5 10 0 1 0 6 1
+device=RESISTOR
+T 43000 61100 5 10 1 1 0 6 1
+refdes=R10
+T 42700 61100 5 10 1 1 0 6 1
+value=150
+T 43100 60700 5 10 0 1 90 2 1
+footprint=0402
+}
+C 43100 62100 1 0 1 resistor.sym
+{
+T 42800 62500 5 10 0 1 0 6 1
+device=RESISTOR
+T 43000 62500 5 10 1 1 0 6 1
+refdes=R6
+T 42700 62500 5 10 1 1 0 6 1
+value=12.7
+T 43100 62100 5 10 0 1 90 2 1
+footprint=0402
+}
+C 43100 55200 1 0 1 led.sym
+{
+T 43200 55800 5 10 0 1 0 6 1
+device=LED
+T 43150 55200 5 10 0 1 0 6 1
+footprint=100mil-led
+T 43100 55500 5 10 1 1 0 6 1
+refdes=D2
+T 42700 55500 5 10 1 1 0 6 1
+value=green
+}
+C 44000 55200 1 0 1 resistor.sym
+{
+T 43700 55600 5 10 0 1 0 6 1
+device=RESISTOR
+T 44000 55200 5 10 0 1 90 2 1
+footprint=0402
+T 44000 55500 5 10 1 1 0 6 1
+refdes=R4
+T 43600 55500 5 10 1 1 0 6 1
+value=12.7
+}
+C 42300 54000 1 0 1 gnd.sym
+C 43100 54800 1 0 1 led.sym
+{
+T 43200 55400 5 10 0 1 0 6 1
+device=LED
+T 43150 54800 5 10 0 1 0 6 1
+footprint=100mil-led
+T 43100 54600 5 10 1 1 0 6 1
+refdes=D1
+T 42700 54600 5 10 1 1 0 6 1
+value=red
+}
+C 44000 54800 1 0 1 resistor.sym
+{
+T 43700 55200 5 10 0 1 0 6 1
+device=RESISTOR
+T 44000 54800 5 10 0 1 90 2 1
+footprint=0402
+T 44000 54600 5 10 1 1 0 6 1
+refdes=R3
+T 43600 54600 5 10 1 1 0 6 1
+value=150
+}
+C 41700 60300 1 0 0 gnd.sym
+N 41800 62200 41800 60600 4
+N 49600 46600 50700 46600 4
+{
+T 49600 46700 5 10 1 1 0 0 1
+netname=v_pyro
+}
+N 44200 56500 46000 56500 4
+N 42200 55300 42200 54300 4
+C 45500 54400 1 0 0 nc-left.sym
+{
+T 45500 54800 5 10 0 0 0 0 1
+value=NoConnection
+T 45500 55200 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 45500 53200 1 0 0 nc-left.sym
+{
+T 45500 53600 5 10 0 0 0 0 1
+value=NoConnection
+T 45500 54000 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 70300 50500 1 0 0 nc-left.sym
+{
+T 70300 50900 5 10 0 0 0 0 1
+value=NoConnection
+T 70300 51300 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 70300 48100 1 0 0 nc-left.sym
+{
+T 70300 48500 5 10 0 0 0 0 1
+value=NoConnection
+T 70300 48900 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 41800 58400 1 0 0 nc-right.sym
+{
+T 41900 58900 5 10 0 0 0 0 1
+value=NoConnection
+T 41900 59100 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 70800 47600 1 0 0 CC1200.sym
+{
+T 71200 54600 5 10 1 1 0 0 1
+refdes=U3
+T 73300 54600 5 10 1 1 0 0 1
+value=CC1200
+T 70800 47600 5 10 0 1 0 0 1
+device=IC
+T 70800 47600 5 10 0 1 0 0 1
+footprint=TI-QFN32-new
+}
+C 70300 53300 1 0 0 nc-left.sym
+{
+T 70300 53700 5 10 0 0 0 0 1
+value=NoConnection
+T 70300 54100 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 71800 41800 1 90 0 resistor.sym
+{
+T 71400 42100 5 10 0 0 90 0 1
+device=RESISTOR
+T 71800 41800 5 10 0 0 0 0 1
+footprint=0402
+T 72200 42500 5 10 1 1 180 0 1
+refdes=R15
+T 71900 42000 5 10 1 1 0 0 1
+value=22k
+}
+N 71700 42900 71700 42700 4
+N 71700 42800 73300 42800 4
+{
+T 72700 42875 5 10 1 1 0 0 1
+netname=sense_pyro
+}
+C 71600 41500 1 0 0 gnd.sym
+N 71700 43800 70600 43800 4
+{
+T 70525 43900 5 10 1 1 0 0 1
+netname=v_pyro
+}
+T 69375 42650 9 10 1 0 0 0 2
+Make it possible to sample 
+pyro voltage with ADC
+C 71800 42900 1 90 0 resistor.sym
+{
+T 71400 43200 5 10 0 1 90 0 1
+device=RESISTOR
+T 72300 43600 5 10 1 1 180 0 1
+refdes=R12
+T 71900 43100 5 10 1 1 0 0 1
+value=200k
+T 71800 42900 5 10 0 1 0 0 1
+footprint=0402
+}
+N 44700 62900 46000 62900 4
+{
+T 44700 63000 5 10 1 1 0 0 1
+netname=sense_pyro
+}
+C 71800 43800 1 90 0 resistor.sym
+{
+T 71400 44100 5 10 0 1 90 0 1
+device=RESISTOR
+T 72300 44500 5 10 1 1 180 0 1
+refdes=R11
+T 71900 44000 5 10 1 1 0 0 1
+value=200k
+T 71800 43800 5 10 0 1 0 0 1
+footprint=0402
+}
+N 70600 44700 71700 44700 4
+{
+T 70600 44800 5 10 1 1 0 0 1
+netname=v_lipo
+}
+C 41500 55800 1 180 0 conn-2.sym
+{
+T 41095 56055 5 10 1 1 180 0 1
+refdes=J2
+T 41500 55800 5 10 0 1 180 0 1
+footprint=100mil2pin
+T 41500 55800 5 10 0 1 180 0 1
+loadstatus=noload
+T 41500 55800 5 10 0 1 180 0 1
+device=CONNECTOR
+}
+T 40300 54900 9 10 1 0 0 0 1
+Force Bootloader
+C 45700 47200 1 270 0 n-fet.sym
+{
+T 45600 47500 5 10 0 0 270 0 1
+device=PMOS_TRANSISTOR
+T 45700 47300 5 10 1 1 0 0 1
+refdes=Q1
+T 45670 47205 5 10 0 1 270 0 1
+footprint=TO252FET
+T 45500 47700 5 10 1 1 0 0 1
+value=IRLR8743PbF
+}
+C 60400 48400 1 0 0 gnd.sym
+N 56700 48900 58100 48900 4
+{
+T 56700 49000 5 10 1 1 0 0 1
+netname=alarm_b
+}
+C 58100 48000 1 90 0 resistor.sym
+{
+T 57700 48300 5 10 0 0 90 0 1
+device=RESISTOR
+T 58100 47995 5 10 0 1 90 0 1
+footprint=0402
+T 57800 48700 5 10 1 1 180 0 1
+refdes=R1
+T 57500 48200 5 10 1 1 0 0 1
+value=3.3k
+}
+C 57900 47700 1 0 0 gnd.sym
+C 58100 48800 1 0 0 resistor.sym
+{
+T 58400 49200 5 10 0 0 0 0 1
+device=RESISTOR
+T 58100 48800 5 10 0 0 90 0 1
+footprint=0402
+T 58500 49200 5 10 1 1 180 0 1
+refdes=R7
+T 58900 49200 5 10 1 1 180 0 1
+value=100
+}
+N 59000 48900 59500 48900 4
+C 59500 48600 1 0 0 FDS9926A.sym
+{
+T 59538 48608 5 10 0 1 0 0 1
+device=MOSFET
+T 59195 48570 5 10 0 1 0 0 1
+footprint=1212-8
+T 59500 48600 5 10 0 0 0 0 1
+slot=1
+T 59500 49800 5 10 1 1 0 0 1
+refdes=Q2
+T 59500 48600 5 10 1 1 0 0 1
+value=Si7232DN
+}
+N 60400 48900 60500 48900 4
+N 60500 48900 60500 48700 4
+N 60400 49700 60500 49700 4
+N 60500 49700 60500 50100 4
+C 60400 45900 1 0 0 gnd.sym
+N 56700 46400 58100 46400 4
+{
+T 56700 46500 5 10 1 1 0 0 1
+netname=alarm_a
+}
+C 58100 45500 1 90 0 resistor.sym
+{
+T 57700 45800 5 10 0 0 90 0 1
+device=RESISTOR
+T 58100 45495 5 10 0 1 90 0 1
+footprint=0402
+T 57800 46200 5 10 1 1 180 0 1
+refdes=R13
+T 57500 45700 5 10 1 1 0 0 1
+value=3.3k
+}
+C 57900 45200 1 0 0 gnd.sym
+C 58100 46300 1 0 0 resistor.sym
+{
+T 58400 46700 5 10 0 0 0 0 1
+device=RESISTOR
+T 58100 46300 5 10 0 0 90 0 1
+footprint=0402
+T 58500 46700 5 10 1 1 180 0 1
+refdes=R16
+T 58900 46700 5 10 1 1 180 0 1
+value=100
+}
+N 59000 46400 59500 46400 4
+C 59500 46100 1 0 0 FDS9926A.sym
+{
+T 59538 46108 5 10 0 1 0 0 1
+device=MOSFET
+T 59195 46070 5 10 0 1 0 0 1
+footprint=1212-8
+T 59500 46100 5 10 0 0 0 0 1
+slot=2
+T 59500 47300 5 10 1 1 0 0 1
+refdes=Q2
+T 59500 46100 5 10 1 1 0 0 1
+value=Si7232DN
+}
+N 60400 46400 60500 46400 4
+N 60500 46400 60500 46200 4
+N 60400 47200 60500 47200 4
+N 60500 47200 60500 47600 4
+C 63900 49700 1 180 1 conn-4.sym
+{
+T 64250 47950 5 10 1 1 0 0 1
+refdes=J3
+T 63900 49700 5 10 0 0 180 6 1
+footprint=282834-4
+T 63900 49700 5 10 0 1 0 0 1
+device=CONNECTOR
+T 63900 49700 5 10 0 1 0 0 1
+value=Terminal-4
+}
+N 63900 49600 62800 49600 4
+{
+T 62800 49700 5 10 1 1 0 0 1
+netname=v_lipo
+}
+N 61900 49200 63900 49200 4
+{
+T 62800 49300 5 10 1 1 0 0 1
+netname=fet_b
+}
+N 63900 48400 61900 48400 4
+{
+T 62800 48500 5 10 1 1 0 0 1
+netname=fet_a
+}
+T 64800 48500 9 10 1 0 0 0 1
+Alarm A
+T 64800 49400 9 10 1 0 0 0 1
+Alarm B
+C 43000 42200 1 0 0 opamp-dual.sym
+{
+T 44100 43500 5 10 0 1 0 0 1
+device=IC
+T 43000 42200 5 10 0 1 0 0 1
+slot=1
+T 43000 42200 5 10 0 1 0 0 1
+footprint=8ufson2x2
+T 43800 42900 5 10 1 1 0 0 1
+refdes=U13
+T 43800 42200 5 10 1 1 0 0 1
+value=LM293
+}
+C 42500 42700 1 0 0 nc-left.sym
+{
+T 42500 43100 5 10 0 0 0 0 1
+value=NoConnection
+T 42500 43500 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 42500 42300 1 0 0 nc-left.sym
+{
+T 42500 42700 5 10 0 0 0 0 1
+value=NoConnection
+T 42500 43100 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 44000 42500 1 0 0 nc-right.sym
+{
+T 44100 43000 5 10 0 0 0 0 1
+value=NoConnection
+T 44100 43200 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 43300 43000 1 0 0 3.3V-plus.sym
+C 43400 41900 1 0 0 gnd.sym
+C 56600 43900 1 270 0 cap-polar.sym
+{
+T 57300 43700 5 10 0 0 270 0 1
+device=CAPACITOR
+T 56300 43600 5 10 1 1 0 0 1
+refdes=C39
+T 57500 43700 5 10 0 0 270 0 1
+symversion=0.1
+T 56200 43100 5 10 1 1 0 0 1
+value=220uF
+T 56600 43900 5 10 0 1 0 0 1
+footprint=CAP_FC8
+T 56600 43900 5 10 0 1 0 0 1
+loadstatus=throughhole
+T 56600 43900 5 10 0 1 0 0 1
+vendor=digikey
+T 56600 43900 5 10 0 1 0 0 1
+vendor_part_number=P10296-ND
+}
+C 68400 56800 1 0 0 INA125.sym
+{
+T 68400 56800 5 10 0 1 0 0 1
+device=IC
+T 68900 63100 5 10 1 1 0 0 1
+refdes=U20
+T 68400 56800 5 10 0 1 0 0 1
+value=INA125
+T 68400 56800 5 10 0 1 0 0 1
+footprint=SO16
+T 68400 56800 5 10 0 1 0 0 1
+motortest=true
+}
+C 68200 62300 1 0 0 gnd.sym
+{
+T 68200 62300 5 10 0 1 0 0 1
+motortest=true
+}
+N 68300 62600 68400 62600 4
+C 63600 57700 1 0 0 gnd.sym
+{
+T 63600 57700 5 10 0 1 0 0 1
+motortest=true
+}
+N 68100 59100 68100 59400 4
+N 68100 59400 68400 59400 4
+N 68100 58200 68100 57800 4
+N 68100 57800 68400 57800 4
+N 72500 59000 72500 59800 4
+N 72500 59000 72400 59000 4
+C 70300 56500 1 0 0 gnd.sym
+{
+T 70300 56500 5 10 0 1 0 0 1
+motortest=true
+}
+N 70400 56800 72500 56800 4
+N 72500 56800 72500 57400 4
+N 72500 57400 72400 57400 4
+N 70400 63400 70400 63800 4
+N 61800 63800 71200 63800 4
+N 71200 63400 71200 63800 4
+N 72400 59800 76800 59800 4
+C 68500 62900 1 90 0 capacitor.sym
+{
+T 67800 63100 5 10 0 0 90 0 1
+device=CAPACITOR
+T 68500 62900 5 10 0 1 0 0 1
+footprint=0402
+T 68200 63700 5 10 1 1 180 0 1
+refdes=C5
+T 67700 63000 5 10 1 1 0 0 1
+value=0.1uF
+T 68500 62900 5 10 0 1 0 0 1
+motortest=true
+}
+N 68400 59800 63600 59800 4
+N 68400 57400 67100 57400 4
+N 67100 57400 67100 59400 4
+N 67100 59400 63600 59400 4
+N 63600 59000 63700 59000 4
+N 63700 59000 63700 58000 4
+C 64100 60900 1 0 1 conn-5.sym
+{
+T 64100 60900 5 10 0 1 0 0 1
+footprint=100mil5pin
+T 63745 62795 5 10 1 1 0 6 1
+refdes=J15
+T 63100 60700 5 10 1 1 0 0 1
+value=vref_mass
+T 64100 60900 5 10 0 1 0 0 1
+device=CONNECTOR
+T 64100 60900 5 10 0 1 0 0 1
+loadstatus=noload
+T 64100 60900 5 10 0 1 0 0 1
+motortest=true
+}
+N 66500 60600 68400 60600 4
+C 63600 58100 1 0 1 conn-6.sym
+{
+T 63600 58100 5 10 0 0 0 0 1
+footprint=282834-6
+T 63245 60395 5 10 1 1 0 6 1
+refdes=J16
+T 62700 57800 5 10 1 1 0 0 1
+value=load_cell2
+T 63600 58100 5 10 0 1 0 0 1
+device=CONNECTOR
+T 63600 58100 5 10 0 1 0 0 1
+motortest=true
+}
+N 63600 58600 63700 58600 4
+N 63700 58200 63600 58200 4
+L 63200 61400 62900 61400 3 0 0 0 -1 -1
+L 62900 61400 62900 61000 3 0 0 0 -1 -1
+L 62900 61000 63200 61000 3 0 0 0 -1 -1
+T 64100 57500 9 10 1 0 0 0 7
+R106 sets gain, see INA125
+data sheet for details.
+
+A 3mV/V load cell excited with 10V
+needs gain 167 to optimally drive 
+5V ADC input, which is 369 ohms.
+The next higher std value is 374.
+T 61900 61100 9 10 1 0 0 0 1
+10V default
+T 62200 58500 9 10 1 0 0 0 9
+excite +
+
+input +
+
+input -
+
+excite -
+
+shield
+C 60100 52200 1 0 1 conn-8.sym
+{
+T 60100 52200 5 10 0 1 270 2 1
+footprint=282834-8
+T 60100 52200 5 10 0 1 270 2 1
+device=CONNECTOR
+T 59745 55295 5 10 1 1 0 6 1
+refdes=J12
+T 59300 51900 5 10 1 1 0 2 1
+value=NTC_A
+T 60100 52200 5 10 0 1 0 0 1
+motortest=true
+}
+C 61300 52700 1 0 0 MAX6691.sym
+{
+T 62595 52795 5 10 0 1 0 0 1
+device=IC
+T 61300 52700 5 10 0 1 0 0 1
+footprint=TSSOP10
+T 61595 54695 5 10 1 1 0 0 1
+refdes=U21
+T 62195 54695 5 10 1 1 0 0 1
+value=MAX6691
+T 61300 52700 5 10 0 1 0 0 1
+motortest=true
+}
+N 60100 55100 60800 55100 4
+N 60800 55100 60800 54400 4
+N 60800 54400 61300 54400 4
+N 60100 54300 60500 54300 4
+N 60500 54300 60500 54000 4
+N 60500 54000 61300 54000 4
+N 60100 53500 60500 53500 4
+N 60500 53500 60500 53600 4
+N 61300 53600 60500 53600 4
+N 61300 53200 60800 53200 4
+N 60800 53200 60800 52700 4
+N 60800 52700 60100 52700 4
+C 60100 51900 1 0 0 gnd.sym
+{
+T 60100 51900 5 10 0 1 0 0 1
+motortest=true
+}
+N 60200 52200 60200 54700 4
+N 60200 52300 60100 52300 4
+N 60200 53100 60100 53100 4
+N 60200 53900 60100 53900 4
+N 60200 54700 60100 54700 4
+C 61900 52000 1 0 0 resistor.sym
+{
+T 62200 52400 5 10 0 0 0 0 1
+device=RESISTOR
+T 61900 52000 5 10 0 1 0 0 1
+footprint=0.125W_Carbon_Resistor
+T 61900 52000 5 10 0 1 0 0 1
+loadstatus=noload
+T 62100 52300 5 10 1 1 0 0 1
+refdes=R21
+T 61900 52000 5 10 0 1 0 0 1
+motortest=true
+}
+N 61900 52100 61100 52100 4
+N 61100 52100 61100 52800 4
+N 61100 52800 61300 52800 4
+N 62800 52100 63500 52100 4
+N 63500 52100 63500 52800 4
+N 63500 52800 63300 52800 4
+C 63200 55300 1 0 0 3.3V-plus.sym
+{
+T 63200 55300 5 10 0 1 0 0 1
+motortest=true
+}
+N 63300 54400 63500 54400 4
+N 63400 54400 63400 55300 4
+C 63600 52900 1 0 0 gnd.sym
+{
+T 63600 52900 5 10 0 1 0 0 1
+motortest=true
+}
+N 63300 53200 63700 53200 4
+N 63300 54000 65700 54000 4
+{
+T 65000 54100 5 10 1 1 0 0 1
+netname=therm_io
+}
+C 63500 54300 1 0 0 resistor.sym
+{
+T 63800 54700 5 10 0 0 0 0 1
+device=RESISTOR
+T 63500 54300 5 10 0 1 0 0 1
+footprint=0402
+T 63600 54600 5 10 1 1 0 0 1
+refdes=R23
+T 64000 54600 5 10 1 1 0 0 1
+value=10k
+T 63500 54300 5 10 0 1 0 0 1
+motortest=true
+}
+N 64400 54400 64400 54000 4
+C 64000 54900 1 0 0 capacitor.sym
+{
+T 64200 55600 5 10 0 0 0 0 1
+device=CAPACITOR
+T 64000 54900 5 10 0 1 0 0 1
+footprint=0402
+T 64100 55400 5 10 1 1 0 0 1
+refdes=C6
+T 64500 55400 5 10 1 1 0 0 1
+value=0.1uF
+T 64000 54900 5 10 0 1 0 0 1
+motortest=true
+}
+N 64000 55100 63400 55100 4
+C 64800 54800 1 0 0 gnd.sym
+{
+T 64800 54800 5 10 0 1 0 0 1
+motortest=true
+}
+T 61600 51400 9 10 1 0 0 0 2
+ select R value to
+match thermistors
+T 60100 55800 9 10 1 0 0 0 1
+support for up to 4 NTC thermistors
+N 44700 56100 46000 56100 4
+{
+T 44700 56200 5 10 1 1 0 0 1
+netname=therm_io
+}
+C 63300 53500 1 0 0 nc-right.sym
+{
+T 63400 54000 5 10 0 0 0 0 1
+value=NoConnection
+T 63400 54200 5 10 0 0 0 0 1
+device=DRC_Directive
+T 63300 53500 5 10 0 1 0 0 1
+motortest=true
+}
+C 62500 72500 1 0 0 tps70933.sym
+{
+T 62895 73695 5 10 1 1 0 0 1
+refdes=U2
+T 63095 73195 5 10 0 1 0 0 1
+device=IC
+T 62495 72495 5 10 0 1 0 0 1
+footprint=SOT23-5
+T 62500 72500 5 10 1 1 0 0 1
+value=TPS70950
+T 62500 72500 5 10 0 1 0 0 1
+motortest=true
+}
+C 62000 72900 1 0 0 nc-left.sym
+{
+T 62000 73300 5 10 0 0 0 0 1
+value=NoConnection
+T 62000 73700 5 10 0 0 0 0 1
+device=DRC_Directive
+T 62000 72900 5 10 0 1 0 0 1
+motortest=true
+}
+C 65200 72500 1 90 0 capacitor.sym
+{
+T 64500 72700 5 10 0 1 90 0 1
+device=CAPACITOR
+T 65200 72500 5 10 0 1 0 0 1
+footprint=0402
+T 65500 73300 5 10 1 1 180 0 1
+refdes=C38
+T 65100 72600 5 10 1 1 0 0 1
+value=2.2uF
+T 65200 72500 5 10 0 1 0 0 1
+motortest=true
+}
+C 64900 72200 1 0 0 gnd.sym
+{
+T 64900 72200 5 10 0 1 0 0 1
+motortest=true
+}
+N 64600 73400 77800 73400 4
+C 64800 73400 1 0 0 5V-plus.sym
+{
+T 64800 73400 5 10 0 1 0 0 1
+motortest=true
+}
+N 75300 72200 75600 72200 4
+N 75600 69800 75600 73400 4
+C 75300 70700 1 0 0 gnd.sym
+{
+T 76900 70600 5 10 0 1 0 0 1
+motortest=true
+}
+N 75300 71000 75400 71000 4
+N 75400 71000 75400 71400 4
+N 75300 71400 75400 71400 4
+N 41800 70000 40900 70000 4
+{
+T 40900 70100 5 10 1 1 0 0 1
+netname=miso2
+}
+N 41800 70400 40900 70400 4
+{
+T 40900 70500 5 10 1 1 0 0 1
+netname=mosi2
+}
+N 41800 70800 40900 70800 4
+{
+T 40900 70900 5 10 1 1 0 0 1
+netname=sck2
+}
+C 42800 72500 1 0 0 3.3V-plus.sym
+{
+T 42800 72500 5 10 0 1 0 0 1
+motortest=true
+}
+C 42900 68500 1 0 0 gnd.sym
+{
+T 42900 68500 5 10 0 1 0 0 1
+motortest=true
+}
+N 44200 69600 45000 69600 4
+{
+T 44400 69700 5 10 1 1 0 0 1
+netname=cs_flash
+}
+N 44200 71600 44300 71600 4
+N 43000 72300 43000 72500 4
+N 43000 72400 44300 72400 4
+N 44300 71200 44300 72400 4
+N 44300 71200 44200 71200 4
+C 41800 68800 1 0 0 W25Q.sym
+{
+T 42855 70400 5 10 0 1 0 0 1
+device=IC
+T 41795 68795 5 10 0 1 0 0 1
+footprint=SOIJ8
+T 42095 72095 5 10 1 1 0 0 1
+refdes=U5
+T 43200 72100 5 10 1 1 0 0 1
+value=W25Q64
+T 41800 68800 5 10 0 1 0 0 1
+motortest=true
+}
+N 46000 57700 44700 57700 4
+{
+T 44700 57800 5 10 1 1 0 0 1
+netname=cs_flash
+}
+C 63100 43100 1 90 0 capacitor.sym
+{
+T 62400 43300 5 10 0 1 90 0 1
+device=CAPACITOR
+T 62600 43800 5 10 1 1 180 0 1
+refdes=C2
+T 62300 43200 5 10 1 1 0 0 1
+value=0.1uF
+T 63100 43100 5 10 0 1 0 0 1
+footprint=0402
+}
+C 64000 43100 1 90 0 capacitor.sym
+{
+T 63300 43300 5 10 0 1 90 0 1
+device=CAPACITOR
+T 63500 43800 5 10 1 1 180 0 1
+refdes=C3
+T 63200 43200 5 10 1 1 0 0 1
+value=0.1uF
+T 64000 43100 5 10 0 1 0 0 1
+footprint=0402
+}
+C 64900 43100 1 90 0 capacitor.sym
+{
+T 64200 43300 5 10 0 1 90 0 1
+device=CAPACITOR
+T 64400 43800 5 10 1 1 180 0 1
+refdes=C4
+T 64100 43200 5 10 1 1 0 0 1
+value=0.1uF
+T 64900 43100 5 10 0 1 0 0 1
+footprint=0402
+}
+N 64700 41600 64700 43100 4
+N 65600 41600 65600 42200 4
+N 63800 43100 63800 41600 4
+N 62900 43100 62900 41600 4
+N 61700 43100 61700 41600 4
+T 73300 71900 9 10 1 0 0 0 2
+5V Pressure
+Sensor Only
+N 63600 72500 65000 72500 4
+N 62500 73400 61200 73400 4
+{
+T 61200 73500 5 10 1 1 0 0 1
+netname=v_ldo_in
+}
+C 68200 58200 1 90 0 resistor.sym
+{
+T 67800 58500 5 10 0 0 90 0 1
+device=RESISTOR
+T 68200 58200 5 10 0 1 90 0 1
+footprint=0.125W_Carbon_Resistor
+T 68200 58200 5 10 0 1 90 0 1
+loadstatus=noload
+T 67900 58900 5 10 1 1 180 0 1
+refdes=R107
+T 68200 58200 5 10 0 1 90 0 1
+motortest=true
+T 67500 58400 5 10 1 1 0 0 1
+value=374
+}
+C 50700 45500 1 0 0 TE1217861.sym
+{
+T 51495 45500 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 43800 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 45520 5 10 1 1 0 0 1
+refdes=J23
+T 51145 45525 5 10 1 1 0 0 1
+value=0.25
+}
+C 50700 45100 1 0 0 TE1217861.sym
+{
+T 51495 45100 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 43400 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 45120 5 10 1 1 0 0 1
+refdes=J22
+T 51145 45125 5 10 1 1 0 0 1
+value=0.25
+}
+C 50700 44500 1 0 0 TE1217861.sym
+{
+T 51495 44500 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 42800 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 44520 5 10 1 1 0 0 1
+refdes=J21
+T 51145 44525 5 10 1 1 0 0 1
+value=0.25
+}
+C 50700 44100 1 0 0 TE1217861.sym
+{
+T 51495 44100 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 42400 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 44120 5 10 1 1 0 0 1
+refdes=J20
+T 51145 44125 5 10 1 1 0 0 1
+value=0.25
+}
+C 50700 47500 1 0 0 TE1217861.sym
+{
+T 51495 47500 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 45800 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 47520 5 10 1 1 0 0 1
+refdes=J27
+T 51145 47525 5 10 1 1 0 0 1
+value=0.25
+}
+C 50700 47100 1 0 0 TE1217861.sym
+{
+T 51495 47100 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 45400 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 47120 5 10 1 1 0 0 1
+refdes=J26
+T 51145 47125 5 10 1 1 0 0 1
+value=0.25
+}
+C 50700 46500 1 0 0 TE1217861.sym
+{
+T 51495 46500 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 44800 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 46520 5 10 1 1 0 0 1
+refdes=J25
+T 51145 46525 5 10 1 1 0 0 1
+value=0.25
+}
+C 50700 46100 1 0 0 TE1217861.sym
+{
+T 51495 46100 5 10 0 1 0 0 1
+footprint=TE1217861
+T 53450 44400 5 10 0 1 0 0 1
+device=CONNECTOR
+T 51605 46120 5 10 1 1 0 0 1
+refdes=J24
+T 51145 46125 5 10 1 1 0 0 1
+value=0.25
+}
+T 52100 47300 9 10 1 0 0 0 1
+Pyro Leads
+T 52100 46300 9 10 1 0 0 0 1
+Arm Switch
+T 52100 45300 9 10 1 0 0 0 1
+Power Switch
+T 52100 44500 9 10 1 0 0 0 1
+Battery +
+T 52100 44100 9 10 1 0 0 0 1
+Battery -
+N 50700 45200 50700 44600 4
+N 50700 45600 50700 46200 4
+N 50700 46600 50700 47200 4
+N 63600 49600 63600 48800 4
+N 63600 48800 63900 48800 4
+N 60400 50100 61900 50100 4
+N 61900 50100 61900 49200 4
+N 60400 47600 61900 47600 4
+N 61900 47600 61900 48400 4
+N 49600 45600 49600 43700 4
+C 45500 56800 1 0 0 nc-left.sym
+{
+T 45500 57200 5 10 0 0 0 0 1
+value=NoConnection
+T 45500 57600 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+T 72300 71200 9 10 1 0 0 0 2
+Pressure sensor assumed
+ratiometric from 0.5-4.5V.
+N 41500 55300 42700 55300 4
+N 42700 54900 42200 54900 4
+N 46000 55700 41500 55700 4
+C 66500 60100 1 0 1 npn.sym
+{
+T 65900 60600 5 10 0 0 0 6 1
+device=NPN_TRANSISTOR
+T 65900 60600 5 10 1 1 0 6 1
+refdes=Q4
+T 65900 60400 5 10 1 1 0 6 1
+value=MMBT2222A
+T 66500 60100 5 10 0 0 0 6 1
+footprint=SOT23
+}
+N 64100 61400 66700 61400 4
+N 66700 61400 66700 61000 4
+N 66700 61000 68400 61000 4
+N 64100 61800 67100 61800 4
+N 67100 61800 67100 61400 4
+N 67100 61400 68400 61400 4
+N 64100 62200 67500 62200 4
+N 67500 61800 67500 62200 4
+N 67500 61800 68400 61800 4
+N 64100 62600 67900 62600 4
+N 67900 62600 67900 62200 4
+N 67900 62200 68400 62200 4
+N 68300 62900 68300 62600 4
+N 66000 61100 66000 63800 4
+N 66000 60100 64500 60100 4
+N 64100 61000 64500 61000 4
+N 64500 61000 64500 60100 4
+N 63600 60200 64500 60200 4
+C 41800 59600 1 0 0 nc-right.sym
+{
+T 41900 60100 5 10 0 0 0 0 1
+value=NoConnection
+T 41900 60300 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 81400 73300 1 0 0 3.3V-plus.sym
+C 77700 65000 1 0 0 gnd.sym
+C 81500 65000 1 0 0 gnd.sym
+C 77500 72500 1 90 0 capacitor.sym
+{
+T 76800 72700 5 10 0 0 90 0 1
+device=CAPACITOR
+T 77100 73300 5 10 1 1 180 0 1
+refdes=C7
+T 76600 72700 5 10 0 0 90 0 1
+symversion=0.1
+T 77200 72700 5 10 1 1 180 0 1
+value=0.1uF
+T 77500 72500 5 10 0 1 0 0 1
+footprint=0402
+}
+N 77900 65800 77800 65800 4
+N 77800 65300 77800 66600 4
+N 77900 65400 77800 65400 4
+N 77800 72600 77800 73400 4
+N 77800 72600 77900 72600 4
+C 77200 72200 1 0 0 gnd.sym
+C 82200 72100 1 90 0 capacitor.sym
+{
+T 81500 72300 5 10 0 0 90 0 1
+device=CAPACITOR
+T 82100 72800 5 10 1 1 0 0 1
+refdes=C8
+T 81300 72300 5 10 0 0 90 0 1
+symversion=0.1
+T 82100 72100 5 10 1 1 0 0 1
+value=0.1uF
+T 82200 72100 5 10 0 1 0 0 1
+footprint=0402
+}
+C 81900 71800 1 0 0 gnd.sym
+N 81600 73300 81600 72600 4
+N 81600 72600 81500 72600 4
+N 82000 73000 81600 73000 4
+N 83400 69400 81500 69400 4
+{
+T 83400 69600 5 10 1 1 180 0 1
+netname=miso1
+}
+N 83400 69800 81500 69800 4
+{
+T 83400 70000 5 10 1 1 180 0 1
+netname=mosi1
+}
+N 83400 70200 81500 70200 4
+{
+T 83400 70400 5 10 1 1 180 0 1
+netname=sck1
+}
+N 83400 70600 81500 70600 4
+{
+T 83400 70800 5 10 1 1 180 0 1
+netname=cs_adc
+}
+N 83400 69000 81500 69000 4
+{
+T 83400 69200 5 10 1 1 180 0 1
+netname=adc_drdy
+}
+N 46000 59700 43100 59700 4
+{
+T 44700 59800 5 10 1 1 0 0 1
+netname=led_rf_red
+}
+N 43100 59700 43100 60800 4
+N 46000 60100 43500 60100 4
+{
+T 44700 60200 5 10 1 1 0 0 1
+netname=led_rf_yellow
+}
+N 43500 60100 43500 61500 4
+N 43500 61500 43100 61500 4
+N 46000 60500 43900 60500 4
+{
+T 44700 60600 5 10 1 1 0 0 1
+netname=led_rf_green
+}
+N 43900 60500 43900 62200 4
+N 43900 62200 43100 62200 4
+N 46000 61300 44700 61300 4
+{
+T 44700 61400 5 10 1 1 0 0 1
+netname=miso1
+}
+N 46000 60900 44700 60900 4
+{
+T 44700 61000 5 10 1 1 0 0 1
+netname=mosi1
+}
+N 46000 61700 44700 61700 4
+{
+T 44700 61800 5 10 1 1 0 0 1
+netname=sck1
+}
+N 46000 62100 44700 62100 4
+{
+T 44700 62200 5 10 1 1 0 0 1
+netname=cs_adc
+}
+N 56800 64100 55500 64100 4
+{
+T 56800 64300 5 10 1 1 180 0 1
+netname=adc_drdy
+}
+N 77900 73000 77800 73000 4
+C 77400 70100 1 0 0 nc-left.sym
+{
+T 77400 70500 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 70900 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+T 77400 40600 9 10 1 0 0 0 3
+           Copyright 2018 by Bdale Garbee <bdale@gag.com>
+Licensed under the TAPR Open Hardware License, http://tapr.org/OHL
+
+C 77900 65300 1 0 0 ADS124S0X.sym
+{
+T 78300 73400 5 10 1 1 0 0 1
+refdes=U4
+T 82300 66500 5 10 0 0 0 0 1
+device=IC
+T 82300 66800 5 10 0 0 0 0 1
+footprint=s-pqfp-g32
+T 80095 73400 5 10 1 1 0 0 1
+value=ADS124S0X
+}
+N 77900 66600 77800 66600 4
+N 77900 66200 77800 66200 4
+N 81500 66200 81600 66200 4
+N 81600 66200 81600 65300 4
+N 81500 65400 81600 65400 4
+C 81500 66500 1 0 0 nc-right.sym
+{
+T 81600 67000 5 10 0 0 0 0 1
+value=NoConnection
+T 81600 67200 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 77400 69300 1 0 0 nc-left.sym
+{
+T 77400 69700 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 70100 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 77400 69700 1 0 0 nc-left.sym
+{
+T 77400 70100 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 70500 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 77400 68500 1 0 0 nc-left.sym
+{
+T 77400 68900 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 69300 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 77400 68900 1 0 0 nc-left.sym
+{
+T 77400 69300 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 69700 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 77400 67700 1 0 0 nc-left.sym
+{
+T 77400 68100 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 68500 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 77400 68100 1 0 0 nc-left.sym
+{
+T 77400 68500 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 68900 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 77400 67300 1 0 0 nc-left.sym
+{
+T 77400 67700 5 10 0 0 0 0 1
+value=NoConnection
+T 77400 68100 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+N 83400 71400 81500 71400 4
+{
+T 83400 71600 5 10 1 1 180 0 1
+netname=adc_start
+}
+N 83400 71000 81500 71000 4
+{
+T 83400 71200 5 10 1 1 180 0 1
+netname=adc_reset
+}
+N 81500 73000 81600 73000 4
+C 82600 67100 1 0 0 gnd.sym
+N 81500 67400 82700 67400 4
+C 81800 67600 1 0 0 capacitor.sym
+{
+T 82000 68300 5 10 0 1 0 0 1
+device=CAPACITOR
+T 81800 68000 5 10 1 1 0 0 1
+refdes=C9
+T 82400 68000 5 10 1 1 0 0 1
+value=1uF
+T 81800 67600 5 10 0 1 0 0 1
+footprint=0402
+}
+N 82700 67800 82700 67400 4
+N 81800 67800 81500 67800 4
+N 56800 63700 55500 63700 4
+{
+T 56800 63900 5 10 1 1 180 0 1
+netname=adc_start
+}
+N 56800 63300 55500 63300 4
+{
+T 56800 63500 5 10 1 1 180 0 1
+netname=adc_reset
+}
+C 45500 52400 1 0 0 nc-left.sym
+{
+T 45500 52800 5 10 0 0 0 0 1
+value=NoConnection
+T 45500 53200 5 10 0 0 0 0 1
+device=DRC_Directive
+}
+C 75300 70900 1 0 1 conn-4.sym
+{
+T 75300 70900 5 10 0 1 0 0 1
+device=CONNECTOR
+T 75300 70900 5 10 0 1 0 0 1
+footprint=282834-4
+T 76900 70800 5 10 0 1 0 0 1
+motortest=true
+T 74900 72500 5 10 1 1 0 6 1
+refdes=J13
+T 74500 70600 5 10 1 1 0 0 1
+value=pressure
+}
+T 73300 71900 9 10 1 0 0 0 2
+5V Pressure
+Sensor Only
+T 72300 71200 9 10 1 0 0 0 2
+Pressure sensor assumed
+ratiometric from 0.5-4.5V.
+N 75300 69800 75600 69800 4
+C 75300 68300 1 0 0 gnd.sym
+{
+T 76900 68200 5 10 0 1 0 0 1
+motortest=true
+}
+N 75300 68600 75400 68600 4
+N 75400 68600 75400 69000 4
+N 75300 69000 75400 69000 4
+C 75300 68500 1 0 1 conn-4.sym
+{
+T 75300 68500 5 10 0 1 0 0 1
+device=CONNECTOR
+T 75300 68500 5 10 0 1 0 0 1
+footprint=282834-4
+T 76900 68400 5 10 0 1 0 0 1
+motortest=true
+T 74900 70100 5 10 1 1 0 6 1
+refdes=J14
+T 74500 68200 5 10 1 1 0 0 1
+value=pressure2
+}
+T 73300 69500 9 10 1 0 0 0 2
+5V Pressure
+Sensor Only
+T 72300 68800 9 10 1 0 0 0 2
+Pressure sensor assumed
+ratiometric from 0.5-4.5V.
+T 73300 69500 9 10 1 0 0 0 2
+5V Pressure
+Sensor Only
+T 72300 68800 9 10 1 0 0 0 2
+Pressure sensor assumed
+ratiometric from 0.5-4.5V.
+C 68400 64500 1 0 0 INA125.sym
+{
+T 68400 64500 5 10 0 1 0 0 1
+device=IC
+T 68400 64500 5 10 0 1 0 0 1
+value=INA125
+T 68400 64500 5 10 0 1 0 0 1
+footprint=SO16
+T 68400 64500 5 10 0 1 0 0 1
+motortest=true
+T 68900 70800 5 10 1 1 0 0 1
+refdes=U19
+}
+C 68200 70000 1 0 0 gnd.sym
+{
+T 68200 70000 5 10 0 1 0 0 1
+motortest=true
+}
+N 68300 70300 68400 70300 4
+C 63600 65400 1 0 0 gnd.sym
+{
+T 63600 65400 5 10 0 1 0 0 1
+motortest=true
+}
+N 68100 66800 68100 67100 4
+N 68100 67100 68400 67100 4
+N 68100 65900 68100 65500 4
+N 68100 65500 68400 65500 4
+C 70300 64200 1 0 0 gnd.sym
+{
+T 70300 64200 5 10 0 1 0 0 1
+motortest=true
+}
+N 70400 64500 72500 64500 4
+N 72500 64500 72500 65100 4
+N 72500 65100 72400 65100 4
+N 70400 71100 70400 71500 4
+N 61800 71500 71200 71500 4
+N 71200 71100 71200 71500 4
+N 76400 71000 77900 71000 4
+{
+T 76900 71050 5 10 1 1 0 0 1
+netname=thrust
+}
+C 68500 70600 1 90 0 capacitor.sym
+{
+T 67800 70800 5 10 0 0 90 0 1
+device=CAPACITOR
+T 68500 70600 5 10 0 1 0 0 1
+footprint=0402
+T 68500 70600 5 10 0 1 0 0 1
+motortest=true
+T 68200 71400 5 10 1 1 180 0 1
+refdes=C1
+T 67700 70700 5 10 1 1 0 0 1
+value=0.1uF
+}
+N 68400 67500 63600 67500 4
+N 68400 65100 67100 65100 4
+N 67100 65100 67100 67100 4
+N 67100 67100 63600 67100 4
+N 63600 66700 63700 66700 4
+N 63700 66700 63700 65700 4
+C 64100 68600 1 0 1 conn-5.sym
+{
+T 64100 68600 5 10 0 1 0 0 1
+footprint=100mil5pin
+T 64100 68600 5 10 0 1 0 0 1
+device=CONNECTOR
+T 64100 68600 5 10 0 1 0 0 1
+loadstatus=noload
+T 64100 68600 5 10 0 1 0 0 1
+motortest=true
+T 63745 70495 5 10 1 1 0 6 1
+refdes=J10
+T 63100 68400 5 10 1 1 0 0 1
+value=vref_thrust
+}
+N 66500 68300 68400 68300 4
+C 63600 65800 1 0 1 conn-6.sym
+{
+T 63600 65800 5 10 0 0 0 0 1
+footprint=282834-6
+T 63600 65800 5 10 0 1 0 0 1
+device=CONNECTOR
+T 63600 65800 5 10 0 1 0 0 1
+motortest=true
+T 63245 68095 5 10 1 1 0 6 1
+refdes=J11
+T 62700 65500 5 10 1 1 0 0 1
+value=load_cell
+}
+N 63600 66300 63700 66300 4
+N 63700 65900 63600 65900 4
+L 63200 69100 62900 69100 3 0 0 0 -1 -1
+L 62900 69100 62900 68700 3 0 0 0 -1 -1
+L 62900 68700 63200 68700 3 0 0 0 -1 -1
+C 68200 65900 1 90 0 resistor.sym
+{
+T 67800 66200 5 10 0 0 90 0 1
+device=RESISTOR
+T 68200 65900 5 10 0 1 90 0 1
+footprint=0.125W_Carbon_Resistor
+T 68200 65900 5 10 0 1 90 0 1
+loadstatus=noload
+T 68200 65900 5 10 0 1 90 0 1
+motortest=true
+T 67900 66600 5 10 1 1 180 0 1
+refdes=R106
+T 67500 66100 5 10 1 1 0 0 1
+value=374
+}
+C 66500 67800 1 0 1 npn.sym
+{
+T 65900 68300 5 10 0 0 0 6 1
+device=NPN_TRANSISTOR
+T 66500 67800 5 10 0 0 0 6 1
+footprint=SOT23
+T 65900 68300 5 10 1 1 0 6 1
+refdes=Q3
+T 65900 68100 5 10 1 1 0 6 1
+value=MMBT2222A
+}
+N 64100 69100 66700 69100 4
+N 66700 69100 66700 68700 4
+N 66700 68700 68400 68700 4
+N 64100 69500 67100 69500 4
+N 67100 69500 67100 69100 4
+N 67100 69100 68400 69100 4
+N 64100 69900 67500 69900 4
+N 67500 69500 67500 69900 4
+N 67500 69500 68400 69500 4
+N 64100 70300 67900 70300 4
+N 67900 70300 67900 69900 4
+N 67900 69900 68400 69900 4
+N 68300 70600 68300 70300 4
+N 66000 68800 66000 71500 4
+N 66000 67800 64500 67800 4
+N 64100 68700 64500 68700 4
+N 64500 68700 64500 67800 4
+N 63600 67900 64500 67900 4
+T 64100 65200 9 10 1 0 0 0 7
+R106 sets gain, see INA125
+data sheet for details.
+
+A 3mV/V load cell excited with 10V
+needs gain 167 to optimally drive 
+5V ADC input, which is 369 ohms.
+The next higher std value is 374.
+T 61900 68800 9 10 1 0 0 0 1
+10V default
+T 62200 66200 9 10 1 0 0 0 9
+excite +
+
+input +
+
+input -
+
+excite -
+
+shield
+N 43200 58900 41800 58900 4
+N 61800 63800 61800 73400 4
+N 75300 71800 77900 71800 4
+{
+T 76900 71850 5 10 1 1 0 0 1
+netname=pressure
+}
+N 75300 69400 76000 69400 4
+N 76000 69400 76000 71400 4
+N 76000 71400 77900 71400 4
+{
+T 76900 71450 5 10 1 1 0 0 1
+netname=pressure2
+}
+N 72400 67500 76400 67500 4
+N 76400 67500 76400 71000 4
+N 72400 66700 72500 66700 4
+N 72500 66700 72500 67500 4
+N 76800 59800 76800 70600 4
+N 76800 70600 77900 70600 4
+{
+T 76900 70650 5 10 1 1 0 0 1
+netname=mass
+}